Example 1 — Test for composite
EasyProblem
Is composite?
Solution
-
We look for a factor other than and .
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does this number bigger than have at least one factor other than and itself?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Check small divisors: does divide it? , yes.
The rule is chosen only after the structure matches, so the steps mean something.
-
, giving factors .
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 — more than two factors, so it breaks down. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Yes, is composite
Takeaway: A factor beyond and itself makes a number composite.