document.write( "Question 939578: The length of a rectangle is 2 m more that the width. The area is 48 m2. Find the dimensions of the
\n" );
document.write( "rectangle.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #572585 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! let width be x meters \n" ); document.write( "length = 2+x \n" ); document.write( "area = 48 m^2 \n" ); document.write( "formula: area = length x width \n" ); document.write( " 48 = (2+x)*x \n" ); document.write( " 48= 2*x+x*x \n" ); document.write( " \n" ); document.write( " move 48 to the right \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " x cannot be negative \n" ); document.write( " hence x= 6 \n" ); document.write( "width (x)= 6 m \n" ); document.write( " length = 6+2 = 8 m \n" ); document.write( " |