InterviewSolution
Saved Bookmarks
| 1. |
The side of a regular polygon is 2.5cm. If the perimeter of the polygon is 15cm, then find the number of sides of the polygon. |
|
Answer» regular polygon has all the sides equal. let the number of sides be n.perimeter = n x 2.5 cm=> 15 = n x 2.5=> n = 15/2.5n = 6 ans. |
|