ADO - Logical Connectives (AND, OR, NOT Problems) – Detailed Explanation
Logical connectives are fundamental tools used in reasoning to combine or modify statements. They help in analyzing conditions, drawing conclusions, and solving complex reasoning problems often asked in competitive exams like LIC ADO. The three primary logical connectives are AND, OR, and NOT.
1. Understanding Basic Statements
A statement is a sentence that is either true or false. For example:
-
“It is raining” (can be true or false)
-
“5 is greater than 3” (true)
Logical connectives are used to combine such statements into more complex expressions.
2. AND Connective (Conjunction)
The AND connective combines two statements and is true only when both statements are true.
Example:
Statement 1: The number is even
Statement 2: The number is greater than 10
Combined using AND:
“The number is even AND greater than 10”
Truth Rule:
-
True AND True = True
-
True AND False = False
-
False AND True = False
-
False AND False = False
Key idea: Both conditions must be satisfied.
Application in reasoning:
If a question states that a person qualifies only if they meet multiple conditions, AND logic is applied.
3. OR Connective (Disjunction)
The OR connective combines two statements and is true if at least one statement is true.
Example:
Statement 1: The number is divisible by 2
Statement 2: The number is divisible by 3
Combined:
“The number is divisible by 2 OR 3”
Truth Rule:
-
True OR True = True
-
True OR False = True
-
False OR True = True
-
False OR False = False
Key idea: At least one condition must be satisfied.
Important distinction:
In reasoning exams, OR is usually inclusive, meaning both conditions can also be true.
4. NOT Connective (Negation)
The NOT connective reverses the truth value of a statement.
Example:
Statement: The number is even
NOT statement: The number is not even (i.e., odd)
Truth Rule:
-
NOT True = False
-
NOT False = True
Key idea: It simply flips the meaning of a statement.
5. Combining Connectives
In many problems, all three connectives are used together.
Example:
“The number is even AND greater than 10 OR divisible by 5”
To solve such expressions, follow order of evaluation:
-
NOT
-
AND
-
OR
This order is similar to mathematical precedence.
6. Solving Logical Connective Questions
Step-by-step approach:
-
Break the statement into smaller parts
-
Identify each condition
-
Apply NOT first (if present)
-
Evaluate AND conditions
-
Finally evaluate OR conditions
Example:
Statement:
“A number is selected such that it is NOT divisible by 2 AND divisible by 5”
Step 1: NOT divisible by 2 → odd number
Step 2: Divisible by 5 → ends with 5 or 0
Step 3: Combine using AND → must satisfy both
Final Answer: Numbers ending in 5 (like 15, 25, etc.)
7. Common Question Types
-
Selection-based problems
-
Eligibility criteria problems
-
Condition satisfaction puzzles
-
Coding-decoding with conditions
-
Data sufficiency using logical rules
8. Common Mistakes to Avoid
-
Confusing OR as exclusive (either one only) when it is usually inclusive
-
Ignoring NOT or applying it incorrectly
-
Not following correct order (NOT → AND → OR)
-
Misinterpreting combined conditions
9. Importance in Exams
Logical connectives are widely used in:
-
Analytical reasoning
-
Puzzle-based questions
-
Data interpretation logic
-
Decision-making problems
Understanding them clearly improves accuracy and speed in solving multi-condition questions.