Question 165010
    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:
*[invoke quadratic "x", 1, 4, -270 ]