On the art of cutting squares

Geometry Level 2

Given n n squares of side lengths a 1 , a 2 , , a n a_1, a_2, \cdots, a_n , is it possible to cut them in a way that we can rearrange all the pieces to obtain a single square? (Taken from here )

When n n is even Always When n n is odd Never

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Yes you can.

A solution can be read here .

By induction, we only need to care about the case n = 2 n = 2 . If it is true that, given any two squares, we can cut them into one single square, then we can do it for any n n : just lay all the squares side by side (call them A 1 , A 2 , , A n A_1, A_2, \cdots, A_n ) and start with the two to the left, creating a new square B 1 B_1 . Then take B 1 B_1 and A 3 A_3 to create B 2 B_2 . Keep going until you create B n 1 B_{n-1} from B n 2 B_{n-2} and A n A_n .

To show that it is possible for two square we refer to this explanation which has figures (and hence is easier to understand).

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...