document.write( "Question 1040549: the side of a square equals the length of a rectangle. the width of the rectangle is 4 meters longer than its length. The sum of the areas of the square and the rectangle is 240 square centimeters. find the side of the square. \n" ); document.write( "
Algebra.Com's Answer #655385 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! side of square=s \n" ); document.write( "dimensions of rectangle are s and s+4 \n" ); document.write( "Area of square is s^2 \n" ); document.write( "Area of rectangle is s^2+4s, product of l*w \n" ); document.write( "They add to 240 cm^2 \n" ); document.write( "Therefore, s^2+s^2+4s=240 \n" ); document.write( "2s^2+4s-240=0 \n" ); document.write( "2(s^2+2s-120)=0 \n" ); document.write( "(s+12)(s-10)=0 \n" ); document.write( "s=10,-12 \n" ); document.write( "use positive root only \n" ); document.write( "square area is 10*10=100 \n" ); document.write( "rectangle area is 10*14=140 \n" ); document.write( "They add to 240 sq cm \n" ); document.write( "side is 10 cm \n" ); document.write( " |