document.write( "Question 950670: the length of a rectangle is 2 more than twice its width. if the area of the rectangle is 24 square meters, find its dimension \n" ); document.write( "
Algebra.Com's Answer #580538 by Gogonati(855)![]() ![]() You can put this solution on YOUR website! Let the width be x m, than the length will be 2x+2 m. The area of the rectangle will be: x(2x+2)=24. Solving this quadratic equation we get:\r \n" ); document.write( "\n" ); document.write( "x^2+ x-12=0 \n" ); document.write( "(x+4)(x-3)=0 \n" ); document.write( " {-4, 3} \n" ); document.write( "Since the dimension is always positive, the width of the rectangle is 3 m, and the length is 8m. \n" ); document.write( " |