Example 1 — Translate a sentence
EasyProblem
Write 'seven less than three times a number ' in symbols.
Solution
-
This is a translation task: parse the worded sentence into algebraic grammar.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I treating these symbols as a language with grammar that must be read or written correctly?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
'Three times a number' is ; 'seven less than' subtracts 7 after it.
The rule is chosen only after the structure matches, so the steps mean something.
-
Assemble in the correct order: .
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 — symbols with grammar. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: Reading the grammar in the right order gives the right expression.