document.write( "Question 211043: Can you please explain this to me? I think I understand whats going on but I'm still getting a bit confused. Heres the question:\r
\n" );
document.write( "\n" );
document.write( "The length of a rectange is 3 m more than twice its width, and the area of the rectange is 35 m^2. Findthe dimensions of the rectangle. \r
\n" );
document.write( "\n" );
document.write( "Thank you in advance!\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #159428 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The length of a rectange is 3 m more than twice its width, and the area of the rectange is 35 m^2. Findthe dimensions of the rectangle \n" ); document.write( "----- \n" ); document.write( "Area = l*w = 35 \n" ); document.write( "l = 2w+3 \n" ); document.write( "w*(2w+3) = 35 \n" ); document.write( "2w^2 + 3w - 35 = 0 \n" ); document.write( "(2w - 7)*(w + 5 ) =0 \n" ); document.write( "w = 3.5 meters \n" ); document.write( "l = 10 meters \n" ); document.write( " \n" ); document.write( " |