document.write( "Question 1073876: The length of a rectangle is the same as the length of a square. The length of this rectangle is 4cm more than 3 times the width of the rectangle. The area of the square is 66cm^2 more than the area of the rectangle.
\n" );
document.write( "Find the length and width of the rectangle.
\n" );
document.write( "Length x width/area of square = (3w+4)^2 = 9w^2+24w+16 which equals 66cm^2 more than the area of the rectangle.
\n" );
document.write( "And I'm stuck! Please help.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #688715 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let w be the width of the rectangle. Then its length would be 3w+4. The area of the square would be (3w+4)². So: \n" ); document.write( "w(3w+4)+66=(3w+4)² \n" ); document.write( "3w²+4w+66=9w²+24w+16 \n" ); document.write( "6w²+20w-50=0 \n" ); document.write( "3w²+10w-25=0 \n" ); document.write( "(3w-5)(w+5)=0 \n" ); document.write( "w=5/3 or -5 \n" ); document.write( "The width is 1-2/3 cm, the length is 9 cm. ☺☺☺☺ \n" ); document.write( " |