InterviewSolution
Saved Bookmarks
| 1. |
If squre perimeter is 56. This squre is cut into 4 equal parts find the sum of the perimeter of 4 squres |
|
Answer» Answer: Explanation: conventional method: P=56 side = 56/4 = 14 each side goes half if square is divided into 4 EQUAL parts Perimeter of each square = 7X4 = 28 sum of perimeter of 4 Squares = 28X4 = 112 short method= whenever a square is divided into 4 equal parts the sum of PERIMETERS of all 4 square is double that of the ACTUAL parent square 56×2 = 112 |
|