Example 1 — Multiply two negatives
EasyProblem
Compute .
Solution
-
Both factors are negative integers, so apply the sign rule.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does a negative number enter the operation so I must track sign as well as size?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Same signs give a positive; multiply the magnitudes .
The rule is chosen only after the structure matches, so the steps mean something.
-
, and same signs make it positive.
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 — track the sign, then the size. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: Same signs multiply to positive; track the sign, then the size.