document.write( "Question 845012: If the width of a certain rectangle is increased by 12 and length reduced by 36 we get a square with the same area as original rectangle. Find length and width of orignal rectangle? \n" ); document.write( "
Algebra.Com's Answer #509229 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! Let the side of the square formed be x, then lenght = x+36, Breath = x-12 \n" ); document.write( "given the area of rectangle = area of the square. \n" ); document.write( "(x+36)(x-12) = X^2 \n" ); document.write( "X^2 +36x-12X+432 = x^2 \n" ); document.write( "24x+432=0 \n" ); document.write( "24x = 432 \n" ); document.write( "x = 18\r \n" ); document.write( "\n" ); document.write( "Length = 18+36 = 54 \n" ); document.write( "Breath = 18 - 12 = 6\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |