Example 1 — Negate a statement
EasyProblem
Negate the statement 'The number 9 is prime.'
Solution
-
We need the statement true exactly when the original is false.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Is this new statement true in exactly the cases where the original is false?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Prefix 'it is not the case that' and simplify.
The rule is chosen only after the structure matches, so the steps mean something.
-
'The number 9 is not prime' — and since 9 is composite, the negation is 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 — flip the truth value. If it does not, revisit the recognition step before changing the arithmetic.
Answer
: '9 is not prime' (true)
Takeaway: The negation flips the truth value of the original.