document.write( "Question 109004: A rectangle is 5 feet longer than it is wide, and its area is 66 square feet. Find its dimensions. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #79486 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=width, so x+5=length ... x(x+5)=66 ... x^2+5x-66=0 \n" ); document.write( " |