document.write( "Question 361012: The lenth of a rug is 6ft more than its width. the area is 40sq ft. Find the dimensions of the rug.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #257564 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let width be w \n" ); document.write( "length = w+6 \n" ); document.write( "... \n" ); document.write( "area = L*W \n" ); document.write( "w(w+6)=40 \n" ); document.write( "w^2+6x=40 \n" ); document.write( "w^2+6x-40=0 \n" ); document.write( "(w+10)(w-4)=0 \n" ); document.write( "w=4 the width \n" ); document.write( "length = 10 ft \n" ); document.write( ".. \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |