I 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
is it possible to fill up the square of length $2n^2$
1
$\begingroup$
discrete-mathematics
-
0ooops sorry then omit one box – 2012-10-02
1 Answers
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.
-
1Eh.. $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