document.write( "Question 896093: The length of a rectangle is three times its width. If the
\n" );
document.write( "length is decreased by 20 ft. and the width increased by 10 ft.,
\n" );
document.write( "the area is increased by 200 sq. ft. Fund the dimensions
\n" );
document.write( "of the rectangle. \n" );
document.write( "
Algebra.Com's Answer #543250 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! length(l) = 3*width(w) and \n" ); document.write( "Area = 3w^2 \n" ); document.write( "(3w-20) * (w+10) = 3w^2 + 200 \n" ); document.write( "3w^2 +10w -200 = 3w^2 +200 \n" ); document.write( "10w = 400 \n" ); document.write( "w = 40 feet \n" ); document.write( "l = 120 feet \n" ); document.write( "check answer \n" ); document.write( "100 * 50 = 4800 + 200 \n" ); document.write( "5000 = 5000 \n" ); document.write( "our answer checks\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |