document.write( "Question 845205: The area of a rectangle is 14m ^2(squared) , and the length of the rectangle is 3m less than double the width. Find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #509219 by pmesler(52)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( "So we know that the area of the rectangle is 14m^2. We also know that the length L = 2w-3 or 3m less than double the width. Whenever you see \"double\" that means multiply by 2. \r \n" ); document.write( "\n" ); document.write( "The area of a rectangle is \r \n" ); document.write( "\n" ); document.write( "A = L * W\r \n" ); document.write( "\n" ); document.write( "Let's plug in the values that we know.\r \n" ); document.write( "\n" ); document.write( "14 = (2w-3) * w \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Combine like terms and use the distributive property.\r \n" ); document.write( "\n" ); document.write( "14 = 2w^2 - 3w. \r \n" ); document.write( "\n" ); document.write( "Now we have a quadratic equation, but to solve for the root of the equation, w, we need to make the left side of the equation zero. We do that by subtracting 14 from both sides to get \r \n" ); document.write( "\n" ); document.write( "0 = 2w^2-3w - 14 \r \n" ); document.write( "\n" ); document.write( "Now, we use the quadratic formula to solve for w.\r \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore the roots are (-2,0) (3.5, 0).\r \n" ); document.write( "\n" ); document.write( "We can discard the negative root since you can't have a negative width. Therefore the width w = 3.5 and the length l = 2(3.5) - 3 = 4.\r \n" ); document.write( "\n" ); document.write( "This checks out since A = 14m^2 and 3.5 * 4 = 14. \n" ); document.write( " |