This question is about tiling shapes with Ltrominoes three 1
Solution
Proof by induction
P(n) = 2n X 2n square which can be tiled with L-trominoes
Base P(1)
P(1) is obviously true as there is just 1 L-tromino with a corner missing ( as all the squares are corner)
Let P(k) be true
Check for P(k+1)
P(k+1) is nothing but 4 P(k) squares. So there must be 4 missing corners.
(b) Combine them at the centre as all the missing corners join at the center of the bigger square. Since it forms a 2 x 2 square in the core,it can be tiled by another L-tromino. So there is a square tiled with L-trominoes with a missing square not located at the corner.
(a) Now since all the four squares P(k) were separate at first so no L-trominoes would be effected (except at the centre) on seprating any one of the squares from the bigger square P(k+1). So separate the square with a missing piece and place it back after rotating the square 180 degrees. The missing piece has now moved from the center to the corner. Thus P(k+1) is true. Therefore any 2nx2n squares can be tiled with L-trominoes with a missing square corner.
