SOLUTION: The area of a rectangular wall of a barn is 80 square feet. Its length is 12 feet longer than twice its width?

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: The area of a rectangular wall of a barn is 80 square feet. Its length is 12 feet longer than twice its width?      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1115552: The area of a rectangular wall of a barn is 80 square feet. Its length is 12 feet longer than twice its width?
Found 2 solutions by stanbon, addingup:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
The area of a rectangular wall of a barn is 80 square feet. Its length is 12 feet longer than twice its width? What are the dimensions?
-------
Width = W
Length = 2W+12
-------------------
Equation::
W(2W+12) = 80
2W^2 + 12W - 80 = 0
------
W^2 + 6W - 40 = 0
(W+10)(W-4) = 0
Positive solution::
Width = 4 ft
Length = 2*4+12 = 20 ft
----------------
Cheers,
Stan H.
--------

Answer by addingup(3677) About Me  (Show Source):
You can put this solution on YOUR website!
width : W
length: L
L = W+12
----------------------
W x (W+12) = 80
W^2+12W = 80
The coefficient of W^1 is 1
The coefficient of 12W is 12, an even number
Thus, we'll complete the squares to solve.
Divide 12/2=6; square 6 and add to both sides:
W^2+12W+36 = 116 now we have a perfect square on the left.
Factor, remember that when x^2+bx+c is a perfect square you can factor it as (x+b/2)^2. So let's do it:
(W+6)^2 = 116
sqrt(W+6)^2 = sqrt116
x+6 = 2(sqrt29)-6 = 4.77
x+6 = -2(sqrt29)-6 = -16.77
:
we are not looking for a negative number, so try 4.77:
4.77*(4.77+12) = 80 Correct, you have the correct answer.
:
Happy learning,
John