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 #784901 by ikleyn(52794)\"\" \"About 
You can put this solution on YOUR website!
.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "            There is an elegant way to construct an equation and solve the problem.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let w be the width of a tile, in centimeters (the same for all tiles).\r\n" );
document.write( "\r\n" );
document.write( "Then the length of the a tile is 110-x centimeters (since 110 = \"220%2F2\" is half of the perimeter).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The number of tiles in each row (i.e. longwise) is  \"960%2F%28110-x%29\". \r\n" );
document.write( "\r\n" );
document.write( "The number of tiles in each column              is  \"960%2Fx\". \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Second number is 20 more that the first one.  \r\n" );
document.write( "\r\n" );
document.write( "It gives you this equation\r\n" );
document.write( "\r\n" );
document.write( "    \"960%2Fx\" - \"960%2F%28110-x%29\" = 20.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It is your basic equation.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To solve it, first cancel the common factor 20 in both sides\r\n" );
document.write( "\r\n" );
document.write( "    \"48%2Fx\" - \"48%2F%28110-x%29\" = 1.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Next multiply both sides by x*(110-x).  You will get\r\n" );
document.write( "\r\n" );
document.write( "    48*(110-x) - 48*x = x*(110-x).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify and reduce to the standard form quadratic equation\r\n" );
document.write( "\r\n" );
document.write( "    48*110 - 48x - 48x = 110x - x^2\r\n" );
document.write( "\r\n" );
document.write( "    x^2 - 206x + 5280 = 0.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "At this point, you can solve this quadratic equation EITHER using the quadratic formula OR factoring\r\n" );
document.write( "\r\n" );
document.write( "    (x-30)*(x+176) = 0.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "This equation gives the only positive solution x= 30 centimeters.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  The dimensions of a tile are 30 cm (width) by (110-30) = 80 cm (length).\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );