document.write( "Question 883353: When we use square tiles of unknown length to cover a floor, we require 128 tiles. If the side of the tile is decreased by 2 cm, we require 200 tiles. Find the side of the larger tile. \n" ); document.write( "
Algebra.Com's Answer #533555 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! When we use square tiles of unknown length to cover a floor, we require 128 tiles. \n" ); document.write( " If the side of the tile is decreased by 2 cm, we require 200 tiles. \n" ); document.write( " Find the side of the larger tile. \n" ); document.write( ": \n" ); document.write( "let x = side of the larger tile \n" ); document.write( "then \n" ); document.write( "(x-2) = side of the smaller \n" ); document.write( "then \n" ); document.write( "128x^2 = size of the floor \n" ); document.write( ": \n" ); document.write( "The equation \n" ); document.write( "200(x-2)^2 = 128x^2 \n" ); document.write( ": \n" ); document.write( "Simplify, divide by 8 \n" ); document.write( "25(x-2)^2 = 16x^2 \n" ); document.write( ": \n" ); document.write( "FOIL (x-2)(x-2) \n" ); document.write( "25(x^2 - 4x + 4) = 16x^2 \n" ); document.write( "25x^2 - 100x + 100 = 16x^2 \n" ); document.write( "25x^2 - 16x^2 - 100x + 100 = 0 \n" ); document.write( ": \n" ); document.write( "A quadratic equation \n" ); document.write( "9x^2 - 100x + 100 = 0 \n" ); document.write( ": \n" ); document.write( "you can use the quadratic formula here, but this will factor to: \n" ); document.write( "(9x-10)(x-10) = 0 \n" ); document.write( "x = 10 cm is the reasonable answer \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if that works \n" ); document.write( "Find the area of the floor: 128(10^2) = 12800 sq/cm \n" ); document.write( "Find the area of the smaller tile \n" ); document.write( "8*8 = 64 sq/cm \n" ); document.write( "Find how many of these tiles are required to cover 2800sq/cm \n" ); document.write( "12800/64 = 200 tiles \n" ); document.write( " \n" ); document.write( " |