document.write( "Question 632261: The dimensions of a rectangle are such that it's length is 3 inches more than it's width. If the length were doubled and if the width were decresed by 1 inch, the area would be 66inches squared. What are the length and width of the rectangle?\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #398221 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! l=w+3; \n" ); document.write( "2l*(w-1)=66 \n" ); document.write( "l=8.08276, w=5.08276 \n" ); document.write( " |