One side of a square is S
UNIT_TEXT long. What is its area?
One side of a square is S
plural_form(UNIT_TEXT, S) long. What is its area?
The area is the length times the width.
The length is S UNIT_TEXT and
the width is S UNIT_TEXT, so the
area is S\timesS
square plural_form(UNIT_TEXT, S * S).
The length is S plural_form(UNIT_TEXT, S) and
the width is S plural_form(UNIT_TEXT, S), so the
area is S\timesS
square plural_form(UNIT_TEXT, S * S).
\qquad\text{AREA} = S \times S
= S * S
We can also count S * S square plural_form(UNIT_TEXT, S * S).
The area of a square is S * S
square plural_form(UNIT_TEXT, S * S). 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
UNIT_TEXT long.
The sides of a square are all the same length, so each
side must be S
plural_form(UNIT_TEXT, S) long.
A rectangle is
L UNIT_TEXT
long.A rectangle is
L plural_form(UNIT_TEXT, L)
long.
The rectangle is also
W UNIT_TEXT
wide. What is its area?The rectangle is also
W plural_form(UNIT_TEXT, W)
wide. What is its area?
The area is the length times the width.
The length is L UNIT_TEXT.
The length is L plural_form(UNIT_TEXT, L).
The width is W UNIT_TEXT.
The width is W plural_form(UNIT_TEXT, W).
Thus the
area is L\timesW
square plural_form(UNIT_TEXT, L * W).
\qquad\text{AREA} = L \times W
= L * W
We can also count L * W square plural_form(UNIT_TEXT, L * W).