InterviewSolution
Saved Bookmarks
| 1. |
The perimeter of a rectangular sheet is 100 cm. If the length is 35 cm, find its breadth. Also find the area |
|
Answer» Perimeter of a rectangle, `P = 2(l+b) = 100cm` Here. ` l = ` length` = 35 cm` `b = ` breadth So, `100 = 2(35+b)=> b+35 = 50` `b = 50 -35 = 15cm` So, Area of rectangle, `A = l**b = 35**15 = 525cm^2` |
|