document.write( "Question 108765This question is from textbook
\n" );
document.write( ": The length of a rectangle is 4 feet less than the length. The area is 117 square feet. Find the length and width of the rectangle. \n" );
document.write( "
Algebra.Com's Answer #79383 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let width=x, so length=x+4 ... x(x+4)=117 ... x^2+4x-117=0 ... (x+13)(x-9)=0 \n" ); document.write( " |