document.write( "Question 888283: the sides of the square are extended to form a rectangle. one side of the square is extended by 5 cm and the other side by 2 cm. the area of the rectangle is 130 cm². Find the length at the side of the square.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #537316 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the length of a side of the square, then \n" ); document.write( "130 = (x+5) * (x+2) \n" ); document.write( "130 = x^2 +7x +10 \n" ); document.write( "x^2 +7x -120 = 0 \n" ); document.write( "factor the polynomial \n" ); document.write( "(x+15)*(x-8) = 0 \n" ); document.write( "x = -15 or x = 8 \n" ); document.write( "we want the positive value for x \n" ); document.write( "therefore, the length of a side of the square is 8 cm \n" ); document.write( " \n" ); document.write( " |