A rectangular cuboidal (aka right rectangular prism) pool with has the bottom and walls completely covered with equal sized square tiles. The bottom of the pool has 231 tiles and the four walls together have a total of 1024 tiles. How many tiles line the depth of this pool?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the square tile have side 'x'. Also let the rectangular pool has length 'l', breadth 'b' and depth 'h'. Thus from the given statement we get two equations,
l b=231 { x }^{ 2 }
2 h (l+b)=1024*{ x }^{ 2 }
the first equations gives factors as 3,7,11. Thus three possible solutions are there: (33,7), (77,3) and (21,11). (21,11) is viable as (l+b) can't be a multiple of 10, from the latter equation.
Thus we get, h=16x. Hence number of tiles in line is 16.