One side of a square is S
plural(UNIT_TEXT, S) long. What is its area?
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).
The area of a square is S * S
square plural(UNIT_TEXT). How long is each side?
The area is the length times the width.
\qquad \pink{\text{?}} \times \pink{\text{?}} =
S * S\text{ UNIT}
\qquad \pink{S} \times
\pink{S} =
S * S\text{ UNIT}
The sides of a square are all the same length, so each
side must be S
plural(UNIT_TEXT, S) long.
A rectangle is
L plural(UNIT_TEXT, L)
long and
W plural(UNIT_TEXT, W)
wide. What is its area?
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).