InterviewSolution
Saved Bookmarks
| 1. |
If the perimeters of a rectangle and a square are equal, and it is known that the length is twice the breadth in the rectangle, find the ratio of the length of the rectangle and side of the square is1). 1 : 12). 1 : 23). 4 : 34). 8 : 9 |
|
Answer» Given, L = 2B ⇒ B = L/2 Let the SIDE of the SQUARE be A. We have 2 (L + B) = 4A ⇒ 3L/2 = 2A ⇒ L/A = 4/3 |
|