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 #159431 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 3 m more than twice its width, and the area of the rectangle is 35 m^2. Findthe dimensions of the rectangle. \n" ); document.write( "--------------------------------- \n" ); document.write( "L = 2W+3 \n" ); document.write( "-------------------- \n" ); document.write( "Area = W*L \n" ); document.write( "35 = W(2W+3) \n" ); document.write( "2W^2 + 3W - 35 = 0 \n" ); document.write( "Factor: \n" ); document.write( "2W^2 + 10W-7W - 35 = 0 \n" ); document.write( "2W(W+5) -7(W+5) = 0 \n" ); document.write( "(W+5)(2W-7) = 0 \n" ); document.write( "Positive solution: \n" ); document.write( "2W-7 = 0 \n" ); document.write( "W = 3.5 meters (width) \n" ); document.write( "L = 2W+3 = 10 meters (length) \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |