document.write( "Question 1161306: A square floor is fitted with rectangular tiles of perimeter 220cm. Each row (tile lengthwise) carries 20 less tiles than each column (tile breadth wise) if the length of the floor is 9.6m, calculate the dimensions of the tiles \n" ); document.write( "
Algebra.Com's Answer #784898 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The easiest way I see for solving the problem is by trial and error, aided by logical reasoning.

\n" ); document.write( "(1) Since the square floor of side length 9.6m = 960cm is exactly covered by the tiles, the length and width both have to be factors of 960cm

\n" ); document.write( "(2) The perimeter of each tile is 220cm, so the sum of the length and width is 110cm

\n" ); document.write( "There are not many combinations of tile dimension and number of tiles that have a product of 960cm; and there is only one case where the sum of two of the possible dimensions is 110cm:
\r\n" );
document.write( "    tile   # of\r\n" );
document.write( "  dimension  tiles\r\n" );
document.write( "  ----------------\r\n" );
document.write( "      96     10\r\n" );
document.write( "      80     12\r\n" );
document.write( "      64     15\r\n" );
document.write( "      60     16\r\n" );
document.write( "      48     20\r\n" );
document.write( "      40     24\r\n" );
document.write( "      32     30\r\n" );
document.write( "      30     32\r\n" );
document.write( "      24     40\r\n" );
document.write( "      20     48\r\n" );
document.write( "      16     60\r\n" );
document.write( "    ...

\n" ); document.write( "The only pair of dimensions that give a perimeter of 220cm are 80cm and 30cm.

\n" ); document.write( "And those dimensions satisfy the condition that the number of tiles required lengthwise (960/80 = 12) is 20 less than the number required breadth wise (960/30 = 32); so all the conditions of the problem are satisfied.

\n" ); document.write( "---------------------------------------------------

\n" ); document.write( "Below is a formal algebraic solution I came up with....

\n" ); document.write( "There might well be other formal algebraic processes that find the solution more easily than the one I found.

\n" ); document.write( "Let x be the length (cm) of each tile; then, since the perimeter of the tile is 220cm, the width is 110-x.

\n" ); document.write( "The number of tiles required to cover the floor lengthwise is 960/x; the number required breadth wise is 20 more than that, or (960/x)+20.

\n" ); document.write( "The product of the width of the tiles and the number of tiles required to cover the floor breadth wise is 960:

\n" ); document.write( "\"%28110-x%29%28%28960%2Fx%29%2B20%29+=+960\"
\n" ); document.write( "\"105600%2Fx%2B2200-960-20x+=+960\"
\n" ); document.write( "\"105600%2Fx-20x+=+-280\"
\n" ); document.write( "\"20x-280-105600%2Fx+=+0\"
\n" ); document.write( "\"20x%5E2-280x-105600+=+0\"
\n" ); document.write( "\"x%5E2-14x-5280+=+0\"
\n" ); document.write( "\"%28x-80%29%28x%2B66%29+=+0\"
\n" ); document.write( "\"x+=+80\" or \"x+=+-66\"

\n" ); document.write( "Obviously we want the positive answer -- which gives us tile dimensions of 80cm and 30cm.
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );