InterviewSolution
Saved Bookmarks
| 1. |
How to measure area of a regular object? |
|
Answer» Find the AREA of a SQUARE or rectangle by multiplying the LENGTH times the width. This formula looks like l*w. If the length is 5 and the width is 2, the area is 10 square units. Calculate the area of a four-sided shape that is not a rectangle by multiplying the base (one of the SIDES) by the HEIGHT. |
|