Programaths:A website on Programming & Mathematics



The problem

We cut the square A in 4 similar shapes. To do that have made two perpendiculars cuts that goes both through the center.
Then we take the pieces to make B shape.
What's the area of the B square if the original square have a side of 16 and the smallest side of each piece has a length of 2 ?
triangle inscribed in a given circle


Dumy solution

We will calculate the length of the side of B.
The length is equal to the length of the cut in the square A
It can be computed with help of this diagram :
triangle inscribed in a given circle
[display]|AC|=\sqrt{|BC|^2+|AB|^2}[/display] [display]|BC|=8[/display] [display]|AB|=8-5[/display] Small shortcut : 3,4,5 is the Pythagora triplet so |AC|=5
The B square is 400 cm² !


Smart solution

Show