document.write( "Question 227710: I can get the equation and solve this but i am unsure how to apply it to get the dimensions of the rectangle. The problem is this:
\n" );
document.write( "Find the dimensions of a rectangle whose width is 7 feet less than its length and whose area is 120 square feet.
\n" );
document.write( "I was able to get the formula but am unsure how to get the dimensions. \n" );
document.write( "
Algebra.Com's Answer #169177 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Let x = length of the rectangle. \n" ); document.write( "Since the width is 7 feet less, the width would be: \n" ); document.write( "x - 7 \n" ); document.write( "Area of all rectangles is length * width (A = l*w). Substituting our expressions and the value for the ares of this rectangle we get: \n" ); document.write( " \n" ); document.write( "Now we solve this. Start by simplifying it (with the Distributive Property): \n" ); document.write( " \n" ); document.write( "Since this is a quadratic equation, get one side equal to zero (by subtracting 120 from each side): \n" ); document.write( " \n" ); document.write( "Now we can either factor this or use the quadratic formula: \n" ); document.write( " \n" ); document.write( "Now we use the Zero Product Property which tells us that this (or any) product can be zero only if one of the factors is zero. So: \n" ); document.write( " \n" ); document.write( "Solving these we get: \n" ); document.write( " \n" ); document.write( "Since x represents the length of the rectangle we must reject the negative answer. So the only possible length is 15. And the width, which is x-7, is 8. \n" ); document.write( " |