document.write( "Question 1152647: A square and rectangle have the same area. The length of the rectangle is five inches more than twice the length of the side of the square. The width of the rectangle is 6 inches less than the side of the square. Find the length of the side of the square. \n" ); document.write( "
Algebra.Com's Answer #774705 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! square has side x \n" ); document.write( "rectangle has length 2x+5 and width x-6. Its area is 2x^2-7x-30 \n" ); document.write( "The square's area is x^2 \n" ); document.write( "The difference between the two is zero, since they are equal \n" ); document.write( "so x^2-7x-30=0 \n" ); document.write( "(x-10)(x+3)=0 \n" ); document.write( "x=10 inches side of square \n" ); document.write( "rectangle is 25 x 4 inches \n" ); document.write( " |