Question 120044
Solution by Edwin: 
</font>
20 triangles measuring 3 x 6 assemble into a square 
<pre><font size = 4 face = "book antiqua"><b>
20 RIGHT triangles with legs measuring 3 and 6 can be 
assembled into a square this way.

Let's calculate the length of the hypotenuse of each
of those right triangles using the Pythagorean theorem.

c² = a² + b²
c² = 3² + 6²
c² = 9 + 36
c² = 45
c = {{{sqrt(45)}}}
c = {{{sqrt(9*5)}}}
c = {{{3sqrt(5)}}}

Each of the 20 right triangle has an area calculated by

A = {{{1/2}}}bh = {{{1/2}}}(3)(6) = 9 square units

The area of the square must be 20 times as much as
the area of one triangle, or 9x20 or 180 square units.

We can now calculate the side of the square by using the
formula for the area of a square,

A = {{{s^2}}} 
180 = {{{s^2}}}
Taking square roots of both sides,
{{{sqrt(180)}}} = {{{sqrt(s^2)}}}
{{{sqrt(36*5)}}} = {{{s}}}
{{{6sqrt(5)}}} = {{{s}}}

Therefore each side of the square, being
{{{6sqrt(5)}}}, is twice the hypotenuse of
each triangle, which is {{{3sqrt(5)}}}.

Let's draw that square:

{{{ drawing(400,375,-1,5,-1,5,
rectangle(0,0,2*sqrt(5),2*sqrt(5)) )}}}

So we place two triangles on each side, 8
triangles in all, with their hypotenuses 
along the side of a square like this:  

{{{ drawing(400,375,-1,5,-1,5,
triangle(0,0,sqrt(5),0,1/sqrt(5),2/sqrt(5)),
triangle(sqrt(5),0,2*sqrt(5),0,6/sqrt(5),2/sqrt(5)),
triangle(2*sqrt(5),0,2*sqrt(5),sqrt(5),8/sqrt(5),1/sqrt(5)),
triangle(2*sqrt(5),sqrt(5),2*sqrt(5),2*sqrt(5),8/sqrt(5),6/sqrt(5)),
triangle(sqrt(5),2*sqrt(5),2*sqrt(5),2*sqrt(5),9/sqrt(5),8/sqrt(5)),
triangle(0,2*sqrt(5),sqrt(5),2*sqrt(5),4/sqrt(5),8/sqrt(5)),
triangle(0,2*sqrt(5),2/sqrt(5),9/sqrt(5),0,sqrt(5)),
triangle(0,sqrt(5),2/sqrt(5),4/sqrt(5),0,0)
)}}}

Then draw 4 more line segments, making a smaller square
in the middle of the big square, and 4 rectangles
around it like this:

{{{ drawing(400,375,-1,5,-1,5,
triangle(0,0,sqrt(5),0,1/sqrt(5),2/sqrt(5)),
triangle(sqrt(5),0,2*sqrt(5),0,6/sqrt(5),2/sqrt(5)),
triangle(2*sqrt(5),0,2*sqrt(5),sqrt(5),8/sqrt(5),1/sqrt(5)),
triangle(2*sqrt(5),sqrt(5),2*sqrt(5),2*sqrt(5),8/sqrt(5),6/sqrt(5)),
triangle(sqrt(5),2*sqrt(5),2*sqrt(5),2*sqrt(5),9/sqrt(5),8/sqrt(5)),
triangle(0,2*sqrt(5),sqrt(5),2*sqrt(5),4/sqrt(5),8/sqrt(5)),
triangle(0,2*sqrt(5),2/sqrt(5),9/sqrt(5),0,sqrt(5)),
triangle(0,sqrt(5),2/sqrt(5),4/sqrt(5),0,0),

line(2/sqrt(5),4/sqrt(5),6/sqrt(5),2/sqrt(5)),
line(6/sqrt(5),2/sqrt(5),8/sqrt(5),6/sqrt(5)),
line(8/sqrt(5),6/sqrt(5),4/sqrt(5),8/sqrt(5)),
line(4/sqrt(5),8/sqrt(5),2/sqrt(5),4/sqrt(5))
)}}}

Notice that the square in the middle is a 6x6
square and the 4 rectangles around it are 3x6
rectangles.

Now we can split the 6x6 square into 2 3x6 rectangles,
like this:

{{{drawing(400,375,-1,5,-1,5,
triangle(0,0,sqrt(5),0,1/sqrt(5),2/sqrt(5)),
triangle(sqrt(5),0,2*sqrt(5),0,6/sqrt(5),2/sqrt(5)),
triangle(2*sqrt(5),0,2*sqrt(5),sqrt(5),8/sqrt(5),1/sqrt(5)),
triangle(2*sqrt(5),sqrt(5),2*sqrt(5),2*sqrt(5),8/sqrt(5),6/sqrt(5)),
triangle(sqrt(5),2*sqrt(5),2*sqrt(5),2*sqrt(5),9/sqrt(5),8/sqrt(5)),
triangle(0,2*sqrt(5),sqrt(5),2*sqrt(5),4/sqrt(5),8/sqrt(5)),
triangle(0,2*sqrt(5),2/sqrt(5),9/sqrt(5),0,sqrt(5)),
triangle(0,sqrt(5),2/sqrt(5),4/sqrt(5),0,0),
line(2/sqrt(5),4/sqrt(5),6/sqrt(5),2/sqrt(5)),
line(6/sqrt(5),2/sqrt(5),8/sqrt(5),6/sqrt(5)),
line(8/sqrt(5),6/sqrt(5),4/sqrt(5),8/sqrt(5)),
line(4/sqrt(5),8/sqrt(5),2/sqrt(5),4/sqrt(5)),
line(4/sqrt(5),3/sqrt(5),6/sqrt(5),7/sqrt(5)) 
)}}}

Now we have 6 3x6 rectangles each of which can be split 
into 2 right triangles with legs 3 and 6, by drawing in a 
diagonal of each, like this:

{{{drawing(400,375,-1,5,-1,5,
triangle(0,0,sqrt(5),0,1/sqrt(5),2/sqrt(5)),
triangle(sqrt(5),0,2*sqrt(5),0,6/sqrt(5),2/sqrt(5)),
triangle(2*sqrt(5),0,2*sqrt(5),sqrt(5),8/sqrt(5),1/sqrt(5)),
triangle(2*sqrt(5),sqrt(5),2*sqrt(5),2*sqrt(5),8/sqrt(5),6/sqrt(5)),
triangle(sqrt(5),2*sqrt(5),2*sqrt(5),2*sqrt(5),9/sqrt(5),8/sqrt(5)),
triangle(0,2*sqrt(5),sqrt(5),2*sqrt(5),4/sqrt(5),8/sqrt(5)),
triangle(0,2*sqrt(5),2/sqrt(5),9/sqrt(5),0,sqrt(5)),
triangle(0,sqrt(5),2/sqrt(5),4/sqrt(5),0,0),
line(2/sqrt(5),4/sqrt(5),6/sqrt(5),2/sqrt(5)),
line(6/sqrt(5),2/sqrt(5),8/sqrt(5),6/sqrt(5)),
line(8/sqrt(5),6/sqrt(5),4/sqrt(5),8/sqrt(5)),
line(4/sqrt(5),8/sqrt(5),2/sqrt(5),4/sqrt(5)),
line(4/sqrt(5),3/sqrt(5),6/sqrt(5),7/sqrt(5)),

line(2/sqrt(5),9/sqrt(5),2/sqrt(5),4/sqrt(5)),
line(6/sqrt(5),2/sqrt(5),6/sqrt(5),7/sqrt(5)),
line(sqrt(5),2sqrt(5),8/sqrt(5),6/sqrt(5)),
line(8/sqrt(5),6/sqrt(5),8/sqrt(5),1/sqrt(5)),
line(2/sqrt(5),4/sqrt(5),sqrt(5),0),
line(4/sqrt(5),8/sqrt(5),4/sqrt(5),3/sqrt(5)) 
)}}}

That's it!  Count the rectangles.  They're 20 of them.

Edwin</pre>