1
$\begingroup$

enter image description hereI have a square of length $2n^2$, could it be possible to fill it by small small squares triplets? well, I am not able to guess how to proceed. please help

  • 0
    ooops sorry then omit one box2012-10-02

1 Answers 1

2

With length $2n^2$, the area is $4n^4$. Your triplet has three boxes, so a necessary condition is that $n$ is divisible by $3$.

To show that $n$ divisible by 3 is sufficient: join two triplets together to form a $2\times 3$ rectangle. If $n$ is divisible by $3$, we can line $2n^2/3$ rectangles end to end to form a row that is $2\times 2n^2$ in size. Then stacking $n^2$ of them you get the square.

  • 1
    Eh.. $3 \times (2n^2 / 3) = 2n^2$? So if you line up a bunch ($2n^2 /3$ many) of boxes that are 2 units tall and 3 units wide, the entire row will be 2 units tall and $2n^2$ units wide.2012-10-02