Example 1 — Build a small table
EasyProblem
How many rows are needed for a truth table of , and in how many is it true?
Solution
-
Two variables means rows; conjunction is true only when both are true.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I listing every possible T/F combination of the inputs and the output for each?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
List TT, TF, FT, FF and evaluate in each.
The rule is chosen only after the structure matches, so the steps mean something.
-
rows; only the TT row makes true.
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 — list every t/f combination, compute the output. If it does not, revisit the recognition step before changing the arithmetic.
Answer
4 rows, true in exactly 1
Takeaway: A truth table covers all rows to pin down every case.