document.write( "Question 168387: Please help me solve this problem:\r
\n" );
document.write( "\n" );
document.write( " A rectangular counter is covered with 600 square tiles. The counter could have been covered with 400 tiles 1cm longer on a side. Fing the length of a side of the smaller tile. \n" );
document.write( "
Algebra.Com's Answer #124114 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A rectangular counter is covered with 600 square tiles. \n" ); document.write( "So the area of the counter is 600x^2 where x is the length of a side of a tile. \n" ); document.write( "---------------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "The counter could have been covered with 400 tiles 1cm longer on a side. \n" ); document.write( "So the area of the counter is 400(x+1)^2 \n" ); document.write( "-------------------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "Find the length of a side of the smaller tile. \n" ); document.write( "------------------------------------- \n" ); document.write( "Area 1st = Area 2nd \n" ); document.write( "600x^2 = 400(x+1)^2 \n" ); document.write( "600x^2 = 400(x^2+2x+1) \n" ); document.write( "600x^2 = 400x^2 + 800x + 400 \n" ); document.write( "200x^2 - 800x - 400 = 0 \n" ); document.write( "x^2 - 4x - 2 = 0 \n" ); document.write( "--------------------- \n" ); document.write( "x = [4 +- sqrt(16 - 4*-2)]/2\r \n" ); document.write( "\n" ); document.write( "x = [4 +- sqrt(24)]/2\r \n" ); document.write( "\n" ); document.write( "x = [4 +- 2sqrt(6)]/2\r \n" ); document.write( "\n" ); document.write( "Positive solution:\r \n" ); document.write( "\n" ); document.write( "x = 2 + 2sqrt(6) cm \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |