document.write( "Question 1146679: If the width of a certain rectangle is increased by 3 and the length decreased by 3, the area is seen to increase by 6. But if the width is reduced by 5 and the length increased by 3, the area decreases by 90. Find the original dimensions.\r
\n" );
document.write( "\n" );
document.write( "Show all the steps. \n" );
document.write( "
Algebra.Com's Answer #767948 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! l*w=a \n" ); document.write( "(w+3)*(l-3)=a+3 \n" ); document.write( "(w-5)*(l+3)=a-90 \n" ); document.write( " |