You can
put this solution on YOUR website! If the length of a rectangular field is 8 feet more than double of its width. Find the dimensions of the field if its area is 540 square feet?
.
Let x = width
then from "length of a rectangular field is 8 feet more than double of its width"
2x+8 = length
.
x(2x+8) = 540
2x^2+8x = 540
x^2+4x = 270
x^2+4x-270= 0
.
Since you can't factor you must use the quadratic equation.
This will result in:
x = {14.55, -18.55}
.
Since width can't be negative:
x = 14.55 feet
.
Length:
2x+8 = 2(14.55)+8 = 37.1 feet
.
Dimensions: 14.55 by 37.1 feet
.
Details of quadratic:
| Solved by pluggable solver: SOLVE quadratic equation with variable |
Quadratic equation (in our case ) has the following solutons:
![x[12] = (b+-sqrt( b^2-4ac ))/2\a](/cgi-bin/plot-formula.mpl?expression=x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca&x=0003)
For these solutions to exist, the discriminant should not be a negative number.
First, we need to compute the discriminant : .
Discriminant d=1096 is greater than zero. That means that there are two solutions: .
![x[1] = (-(4)+sqrt( 1096 ))/2\1 = 14.5529453572468](/cgi-bin/plot-formula.mpl?expression=x%5B1%5D+=+%28-%284%29%2Bsqrt%28+1096+%29%29%2F2%5C1+=+14.5529453572468&x=0003)
![x[2] = (-(4)-sqrt( 1096 ))/2\1 = -18.5529453572468](/cgi-bin/plot-formula.mpl?expression=x%5B2%5D+=+%28-%284%29-sqrt%28+1096+%29%29%2F2%5C1+=+-18.5529453572468&x=0003)
Quadratic expression can be factored:

Again, the answer is: 14.5529453572468, -18.5529453572468.
Here's your graph:
 |
|