Question 159212: A rectangular patio is surrounded on three sides by a fence (the remaning side is up against the house). If the area of the patio is 38 meter square, and the total length of fence is 18 meters, what is the length and width of the patio.
Found 3 solutions by KnightOwlTutor, Alan3354, gonzo: Answer by KnightOwlTutor(293) (Show Source): Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! A rectangular patio is surrounded on three sides by a fence (the remaning side is up against the house). If the area of the patio is 38 meter square, and the total length of fence is 18 meters, what is the length and width of the patio.
---------------
A = LW = 38
F = L+2W =18 (F = total fence length)
L = 18-2W
Sub into eqn 1
W*(18-2W) = 38
18W - 2W^2 = 38
W^2 - 9W + 19 = 0
Solved by pluggable solver: SOLVE quadratic equation (work shown, graph etc) |
Quadratic equation (in our case ) has the following solutons:

For these solutions to exist, the discriminant should not be a negative number.
First, we need to compute the discriminant : .
Discriminant d=5 is greater than zero. That means that there are two solutions: .


Quadratic expression can be factored:

Again, the answer is: 5.61803398874989, 3.38196601125011.
Here's your graph:
 |
The solver uses x, so sub that for W
W = 4.5 + sqrt(5)/2
W = 4.5 - sqrt(5)/2
--------------
L = 18 - 2W
L = 18 - (9 + sqrt(5))
L = 9 - sqrt(5), W = 4.5 + sqrt(5)/2 Solution 1
------------------
L = 18 - 2W
L = 18 - (9 - sqrt(5))
L = 9 + sqrt(5), W = 4.5 - sqrt(5)/2 Solution 2
The L and W are paired as above.
Answer by gonzo(654) (Show Source):
|
|
|