Find all such pairs of positive integers (m,n), for which a rectangle with dimensions of m x n can be built from such pieces created from 6 squares marked as "O" (note that you can both rotate and flip the pieces):
(if it's not clear, it's a F-type shape)Code:O O OOOO
OK. So we now that we can create a 3x4 rectangle by simply putting together this shape and the one rotated by 180^:
As we can create 3x4, we can also create 4a x 3a for a positive integer a. But what else? I'm kind of clueless...Code:OOOO O O


LinkBack URL
About LinkBacks

