SOLUTION: You want to build a rectangular fence which is 4 feet longer than it is wide. You want the area enclosed by the fence to be 35 square feet. How wide is the fence (we are asking for
Algebra ->
Customizable Word Problem Solvers
-> Geometry
-> SOLUTION: You want to build a rectangular fence which is 4 feet longer than it is wide. You want the area enclosed by the fence to be 35 square feet. How wide is the fence (we are asking for
Log On
Question 456786: You want to build a rectangular fence which is 4 feet longer than it is wide. You want the area enclosed by the fence to be 35 square feet. How wide is the fence (we are asking for the smaller side length)? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! You want to build a rectangular fence which is 4 feet longer than it is wide. You want the area enclosed by the fence to be 35 square feet. How wide is the fence (we are asking for the smaller side length)?
----
Let width = "x".
Then length = "x+4".
----
Solve: x(x+4) = 35
x^2+4x-35 = 0
---
Use the quadratic formula to solve for "x":
x = [-4 +- sqrt(16-4*-35)]/2
----
x = [-4 +- sqrt(156)]/2
----
x = [-4 + sqrt(4*39)]/2
----
Positive solution:
x = [-4+2*sqrt(39)]/2 ~ 4.25 ft. (width)
x+4 ~ 8.25 ft. (length)
============================
Cheers,
Stan H.
=============