Solved by pluggable solver: SOLVE quadratic equation (work shown, graph etc) |
Quadratic equation For these solutions to exist, the discriminant First, we need to compute the discriminant Discriminant d=12 is greater than zero. That means that there are two solutions: Quadratic expression Again, the answer is: 0.732050807568877, -2.73205080756888. Here's your graph: |
If x is the width, then the length is (x+2) and the area equation is x*(x+2) = 2 square feet, x^2 + 2x - 2 = 0. Use the quadratic formula= = = = . The width should be positive, so only positive root x = is the solution for the width. ANSWER. The width is W = . The length is L = W+2 = .
Let "x" be an unknown value on number line exactly half-way between the length L and the width W values of the rectangle. Then, OBVIOUSLY, x = W + 1 = L - 1, and the area is L*W = (x+1)*(x-1) = 2, or= 2, i.e. = 2 + 1 = 3; hence, x = . Thus the dimensions of the rectangle are W = x-1 = (the width) and L = x+1 = (the length). You got the same answer, in a quick and simple manner.