We have to find out for given tile shape, how many tiles we can fit in a rectangular floor of 30feet * 20 feet.
If we look at the tile image, we can see that by combining 2 tiles ( tile image + inverting the image) a rectangle of size 3*2 can be formed (Check the attached figure)
So we can combine 2 tiles, form a rectangle and than place it in rectangular floor
Rectangular tile size = 2*3 = 6
Area of rectangular floor = 30*20 = 600
No. of rectangular tiles that can be used on floor = 600/6
...
Attachments![Tile combine.png Tile combine.png]()
Tile combine.png [ 2.43 KiB | Viewed 13 times ]
If we look at the tile image, we can see that by combining 2 tiles ( tile image + inverting the image) a rectangle of size 3*2 can be formed (Check the attached figure)
So we can combine 2 tiles, form a rectangle and than place it in rectangular floor
Rectangular tile size = 2*3 = 6
Area of rectangular floor = 30*20 = 600
No. of rectangular tiles that can be used on floor = 600/6
...
Attachments
Tile combine.png [ 2.43 KiB | Viewed 13 times ]
.jpg)




