document.write( "Question 886204: Please help me solve this problem.
\n" );
document.write( "The length of a rectangle is three times its width. If its length is increased by 2m and its width is decreased by 1m, the area of the new rectangle is 68m^2. Find the dimensions of the original rectangle.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #535764 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let w be width, then length = 3w \n" ); document.write( "Area of rectangle(A) = length times width \n" ); document.write( "68 = (3w+2) * (w-1) \n" ); document.write( "68 = 3w^2 -w -2 \n" ); document.write( "subtract 68 from both sides of = \n" ); document.write( "3w^2 -w -70 = 0 \n" ); document.write( "(3w+14) * (w-5) = 0 \n" ); document.write( "w = -14/3 or 5 \n" ); document.write( "we want the positive value for w \n" ); document.write( "therefore the length = 15 and width = 5 \n" ); document.write( "check answer \n" ); document.write( "68 = (15+2) * (5-1) = 17 * 4 = 68 \n" ); document.write( "our answer checks \n" ); document.write( " \n" ); document.write( " |