document.write( "Question 996778: The area of a rectangle is 35 ft^2, and the length is 8 feet less than three times the width. What are the dimensions of the rectangle?\r
\n" );
document.write( "\n" );
document.write( "Length?
\n" );
document.write( "Width? \n" );
document.write( "
Algebra.Com's Answer #615100 by anand429(138)![]() ![]() You can put this solution on YOUR website! length*width = 35 ft^2 \n" ); document.write( "(3w-8)*w =35 \n" ); document.write( "=> \n" ); document.write( "=> \n" ); document.write( "=> w = 5 (since w can not be negative \n" ); document.write( "So width = 5 ft \n" ); document.write( "and length = 7 ft \n" ); document.write( " |