document.write( "Question 473941: The width of a rectangle is 2 ft less than the length. The area is 15 ft^2. Find the length and the width.
\n" );
document.write( "The width is ___ft.
\n" );
document.write( "The length is ___ft. \n" );
document.write( "
Algebra.Com's Answer #325060 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! l(l-2)=15 \n" ); document.write( "l2-2l-15=0 \n" ); document.write( "(l-5)(l+3)=0 \n" ); document.write( "The length is 5 ft. \n" ); document.write( "The width is 3 ft.. \n" ); document.write( " |