document.write( "Question 830956: the lenght of a rectangle is 2 m more than three times its width. If the area is 20 m2 find the diimensions of the rectangle to the nearest hundreth of a meter \n" ); document.write( "
Algebra.Com's Answer #501021 by Elomeht(22)\"\" \"About 
You can put this solution on YOUR website!
1. The dimensions of the rectangle are x and 3x + 2
\n" ); document.write( "2. Since the area is 20, we have x(3x + 2) = 20
\n" ); document.write( "3. This becomes (after rearranging) 3x^2 + 2x - 20 = 0
\n" ); document.write( "4. Applying the quadratic solution (ignoring negative possibilities), x = (-2 + Square_Root(4 + 240))/6 = 2.27
\n" ); document.write( "5. That was the width. The length is 2 + 3 times 2.27 = 2 + 6.81 = 8.81
\n" ); document.write( "6. Check: 2.27 times 8.81 = 19.999, which proves that the answers are correct
\n" ); document.write( "
\n" );