document.write( "Question 1064480: The length of a rectangle is three times as long as its width. If each side is increased by 6, the area of a new rectangle is 156 more than the area of the original rectangle. What are the dimensions of the new rectangle?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #679596 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let w be the width of the rectangle. Then the length would be 3w. Now let a be the area of the original rectangle. Then the area of the new rectangle would be n+156. So: \n" ); document.write( "w(3w)=n \n" ); document.write( "3w²=n and \n" ); document.write( "(w+6)(3w+6)=n+156 \n" ); document.write( "3w²+24w+36=n+156 \n" ); document.write( "24w=120 \n" ); document.write( "w=5 \n" ); document.write( "The original width of the rectangle was 5 units, and the old length was 15 units. ☺☺☺☺ \n" ); document.write( " |