InterviewSolution
Saved Bookmarks
| 1. |
What is the length of a side of a square whose area is 2304 cm square |
| Answer» AREA = length x widthIn a square length and width are the same size.In this CASE length x width = 2304so by calling length = x, you can ALSO say the width = x....thereforex TIMES x = 2304x times x can also referred to as x^2 (x squared) so...x^2 = 2304take the square ROOT of both sides...x = 48 | |