document.write( "Question 1006867: How many tiles are required to cover a floor of length 6 m and breadth 4 m if the area covered by each tiles is 400 sq. Cm?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #622957 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We can approach this a couple of ways... \n" ); document.write( "If the floor is 6 m by 4 m, then it is 600 cm by 400 cm... \n" ); document.write( "The are is then \n" ); document.write( "A = LW = 600 * 400 = 240000 cm^2 \n" ); document.write( "If we divide that by 400, we get \n" ); document.write( "240000 / 400 = 600 tiles \n" ); document.write( " |