SOLUTION: the length of a rectangle is 2 inch more than 2 times its width. the area of the rectangle is 120 square inches. what is the length of the rectangle

Algebra ->  Rectangles -> SOLUTION: the length of a rectangle is 2 inch more than 2 times its width. the area of the rectangle is 120 square inches. what is the length of the rectangle      Log On


   



Question 548235: the length of a rectangle is 2 inch more than 2 times its width. the area of the rectangle is 120 square inches. what is the length of the rectangle
Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
Let x be the width in inches.
The length, in inches, is 2x%2B2.
The area, in square inches, is
%282x%2B2%29x=120 ---> 2x%5E2%2B2x=120 ---> x%5E2%2Bx=60 ---> x%5E2%2Bx-60=0
You could have simplified the equation in a different way, using different steps, but the end result should be equivalent, and I believe my last equation is as nice and simple as you can get.
There are many ways to solve a quadratic equation like that one. You could try to factor the polynomial, but factoring does not work in this case (It only works when the solutions are nice rational numbers).
You could also use the quadratic formula, or try to "complete the square."
(To complete the square, I would start from x%5E2%2Bx=60).
For this particular equation I did both, to make sure I could get the same answer two different ways. Both ways, I got
x=%28-1%2Bsqrt%28241%29%29%2F2 as the positive answer. (We discard the negative answer, because lengths are always measured as positive numbers).
Then, the length of the rectangle is
or about 16.5 inches.