SOLUTION: The length of a rectangle is six more than twice the width. If the area is 20 square inches, find the dimensions of the rectangle.
Algebra ->
Rectangles
-> SOLUTION: The length of a rectangle is six more than twice the width. If the area is 20 square inches, find the dimensions of the rectangle.
Log On
Question 982401: The length of a rectangle is six more than twice the width. If the area is 20 square inches, find the dimensions of the rectangle. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! The length of a rectangle is six more than twice the width. If the area is 20 square inches, find the dimensions of the rectangle.
---------------
width = w
length = 2w+6
--------
Equation:
w(2w+6) = 20
2w^2+6w-20 = 0
------
w^2 + 3w - 10 = 0
(w+5)(w-2) = 0
----
Positive solution::
width = 2 inches; then length = 2*2+6 = 10 inches
----------------
Cheers,
Stan H.
---------------