Example 1 — Name an entry and dimensions
EasyProblem
Given , state its dimensions and .
Solution
-
Count rows then columns to get the size; locate row 2, column 3 for the entry.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Are the numbers arranged in a fixed rectangle of rows and columns with a stated size?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
There are 2 rows and 3 columns, so is ; is row 2, column 3.
The rule is chosen only after the structure matches, so the steps mean something.
-
Dimensions ; the entry in row 2, column 3 is .
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 — a labeled grid of numbers, rows by columns. If it does not, revisit the recognition step before changing the arithmetic.
Answer
,
Takeaway: Rows first, columns second — both for size and for entry addresses.