document.write( "Question 39302: A rectangle is 4 times as long as it is wide. A second rectangle is 5 centimenters longer and 2 centimeters wider than the first. The area of the second rectangle is 270 square centimeters greater than the first. What are the dimensions of the original rectangle? \n" ); document.write( "
Algebra.Com's Answer #24792 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Original: \n" ); document.write( "length = 4w \n" ); document.write( "width = w \n" ); document.write( "Second rectangle: \n" ); document.write( "length: 5 + 4w \n" ); document.write( "width = 2 + w \n" ); document.write( "Equations: \n" ); document.write( "First triangle: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Second triangle: \n" ); document.write( " \n" ); document.write( " |