document.write( "Question 1001865: The length of a rectangle is 4 inches more than its width. If the area of the rectangle is 285 square inches, what is its length?
\n" );
document.write( "19 in
\n" );
document.write( "41 in
\n" );
document.write( "8 in
\n" );
document.write( "15 in \n" );
document.write( "
Algebra.Com's Answer #618942 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 4 inches more than its width. If the area of the rectangle is 285 square inches, what is its length? \n" ); document.write( "let x=width of rectangle \n" ); document.write( "x+4=length of rectangle \n" ); document.write( "width*length=area \n" ); document.write( "x*(x+4)=285 \n" ); document.write( "x^2+4x=285 \n" ); document.write( "x^2+4x-285=0 \n" ); document.write( "(x+19)(x-15)=0 \n" ); document.write( "x=15 \n" ); document.write( "x+4=19 \n" ); document.write( "what is its length? 19 inches \n" ); document.write( " |