document.write( "Question 1043016: The length of a rectangle is
\n" );
document.write( "3 m
\n" );
document.write( " more than twice the width and the area of the rectangle is
\n" );
document.write( "35 m2
\n" );
document.write( ". Find the length and width of the rectangle. \n" );
document.write( "
Algebra.Com's Answer #658134 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The length of a rectangle is \n" ); document.write( "3 m \n" ); document.write( " more than twice the width and the area of the rectangle is \n" ); document.write( "35 m2 \n" ); document.write( "-------- \n" ); document.write( "L = 2W + 3 \n" ); document.write( "L*W = 35 \n" ); document.write( "--- \n" ); document.write( "sub for L \n" ); document.write( "W*(2W+3) = 35 \n" ); document.write( "2W^2 + 3W - 35 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "============ \n" ); document.write( "W = 3.5 meters \n" ); document.write( "L = 10 \n" ); document.write( " |