This applet constructs a triangle with an area equal to the area of any convex polygon ABCDEF. The applet Squaring a Triangle shows how any triangle can be transformed to a square with an equal area. The combination of these two constructions shows how to square any convex polygon.
- Click on point F.
- Drag F to the right as far as it can go.
- Repeat these two steps three times, until the triangle is constructed.
Download GGB File
Write a procedure that takes two arguments sides,lengt hand representing the number of sides of polygon and length of each side.
ReplyDeleteThanks lion.
ReplyDeleteThis is a good idea. I will see what I can do.