document.write( "Question 283642: The length of a rectangle is 3cm more than 2 times its width. If the area of the rectangle is 93cm^2, find the dimensions of the rectangle. Enter your answers in the blanks. Enter only the numeric values rounded to the nearest thousandth of centimeter Width=________cm, Length=_____________cm. \n" ); document.write( "
Algebra.Com's Answer #205843 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! L = length \n" ); document.write( "W = width \n" ); document.write( "A = area \n" ); document.write( "A = L*W \n" ); document.write( ". \n" ); document.write( "L = 2W + 3 \n" ); document.write( ". \n" ); document.write( "A = 93 cm^2 \n" ); document.write( ". \n" ); document.write( "Substitute L = 2W+3 in the area equation to solve. \n" ); document.write( ". \n" ); document.write( "L*W = 93 cm^2 \n" ); document.write( "(2W +3) * W = 93 \n" ); document.write( "2W^2 + 3W = 93 \n" ); document.write( "2W^2 + 3W -93 = 0 \n" ); document.write( ". \n" ); document.write( "This does not factor nicely, so you need to use the quadratic equation. \n" ); document.write( ". \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ". \n" ); document.write( "This provides two solutions: W=6.11 and W=-7.61. \n" ); document.write( "W cannot be negative, so the approximate value is W=6.11. \n" ); document.write( ". \n" ); document.write( "Substituting, W=6.11, we can find L. \n" ); document.write( "L = 93/6.11 \n" ); document.write( "L = 15.22 cm \n" ); document.write( ". \n" ); document.write( "Checking, does the area = 93 cm^2? \n" ); document.write( "(15.22)(6.11) = 92.9942 cm^2, which is close enough to 93. \n" ); document.write( "Correct. \n" ); document.write( ". \n" ); document.write( "Checking, does L = 2W + 3? \n" ); document.write( "2W = 2*6.11 = 12.22 cm \n" ); document.write( "12.22 + 3 = 15.22 cm \n" ); document.write( "Correct. \n" ); document.write( ". \n" ); document.write( "Answer: \n" ); document.write( "L = 15.22 cm \n" ); document.write( "W = 6.11 cm \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |