What is the area of the square?
The area is the length times the width.
The length is plural(S, UNIT_TEXT) and
the width is plural(S, UNIT_TEXT), so the
area is S\timesS
square plural(UNIT_TEXT).
\qquad\text{area} = S \times S
= S*S
We can also count S * S square plural(UNIT_TEXT).
What is the area of the rectangle?
The area is the length times the width.
The length is plural(L, UNIT_TEXT) and
the width is plural(W, UNIT_TEXT), so the
area is L\timesW
square plural(UNIT_TEXT).
\qquad\text{area} = L \times W
= L * W
We can also count L * W square plural(UNIT_TEXT).
What is the area of the shape? Each square in the grid is a
1 \times 1 UNIT_TEXT square.
The area is the number of 1 \times 1 squares
the shape covers.
Count the number of squares covered.
The area is SHAPE.area square
plural(UNIT_TEXT).