Example 1 — True or false equation
EasyProblem
Is true?
Solution
-
Read as 'same value,' so evaluate both sides and compare.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does the assert two expressions share one value (not just signal a result)?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Compute each side independently: and .
The rule is chosen only after the structure matches, so the steps mean something.
-
, both sides are .
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 — equals means 'is the same value as.'. If it does not, revisit the recognition step before changing the arithmetic.
Answer
True
Takeaway: asserts the two sides name the same value, so check both.