Example 1 — Evaluate a conjunction
EasyProblem
Is the statement '5 is odd AND 5 is greater than 10' true or false?
Solution
-
Both parts must be true for the conjunction to be true.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does the whole claim require every part to be true at the same time?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Check each part separately, then combine.
The rule is chosen only after the structure matches, so the steps mean something.
-
'5 is odd' is true; '5 > 10' is false; true AND false is false.
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — true only when every part is true. If it does not, revisit the recognition step before changing the arithmetic.
Answer
False
Takeaway: A conjunction is false if any single part is false.