document.write( "Question 857614: the width of a rectangle is 2m less than the length. The area is 48 m2. find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #516691 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! Length * Width = Area \n" ); document.write( "L * W = 48 \n" ); document.write( "W = L-2 \n" ); document.write( "Substitute the value of W from the second equation into the first. \n" ); document.write( "L * (L-2) = 48 \n" ); document.write( "L = 8 \n" ); document.write( "Therefore, W = 8-2 or 6 \n" ); document.write( ". \n" ); document.write( "L*W \n" ); document.write( "8*6 = 48 \n" ); document.write( " |