document.write( "Question 1001869: The width of a rectangle is 5 inches less than its length. If the area of the rectangle is 266 square inches, what is its widthH?
\n" );
document.write( "10 in
\n" );
document.write( "19 in
\n" );
document.write( "37 in
\n" );
document.write( "14 in \n" );
document.write( "
Algebra.Com's Answer #618921 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The width of a rectangle is 5 inches less than its length. If the area of the rectangle is 266 square inches, what is its widthH?\r \n" ); document.write( "\n" ); document.write( "let x=length of rectangle \n" ); document.write( "x-5=width of rectangle \n" ); document.write( "length*width=area=266 \n" ); document.write( "x(x-5)=266 \n" ); document.write( "x^2-5x-266=0 \n" ); document.write( "(x-14)(x+19)=0 \n" ); document.write( "x=14 \n" ); document.write( "x-5=9 \n" ); document.write( "=width of rectangle=9 inches \n" ); document.write( " |