document.write( "Question 845231: The length of a rectangle is 6 units less than the width. The area of the rectangle is 16 units. What is the length, in units, of the rectangle?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #509189 by pmesler(52)![]() ![]() You can put this solution on YOUR website! To start off let's write down the formulas that will be useful. We know that the length L is 6 units less than the width. We can write this \r \n" ); document.write( "\n" ); document.write( " L = W - 6.\r \n" ); document.write( "\n" ); document.write( "Next, let's write the formula for the area of a rectangle.\r \n" ); document.write( "\n" ); document.write( "A = L * W.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since we know the area we can plug that into the formula. We also know what the length L is. We can plug both of these into the formula.\r \n" ); document.write( "\n" ); document.write( "16 = (W-6) * W \r \n" ); document.write( "\n" ); document.write( "Now we simply solve for W. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "16 = W^2-6w \r \n" ); document.write( "\n" ); document.write( "This is starting to look like a quadratic equation. To make it a true quadratic equation, let's bring the 16 to the other side so the equation will equal zero.\r \n" ); document.write( "\n" ); document.write( "W^2-6W - 16 = 0. \r \n" ); document.write( "\n" ); document.write( "Now we simply use the quadratic equation to solve for W. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The solutions are x = -2 and x = 8. Obviously we can discard -2 as an extraneous root since you can't have a negative length. Therefore the width is 8 units. \n" ); document.write( " |