406,375 views
27 votes
27 votes
 use the discriminant to determine how many and what kind of solution to quadric equation X ^2- X = -1/4 

User Finder
by
3.0k points

1 Answer

19 votes
19 votes

To determine the number and type of solutions to the quadratic equation x^2 - x = -1/4, we can use the discriminant, which is the part of the quadratic formula that determines the number of solutions. The quadratic formula is:

x = (-b +/- sqrt(b^2 - 4ac)) / (2a)

where a, b, and c are the coefficients of the quadratic equation. In this case, the coefficients of the equation are a = 1, b = -1, and c = -1/4. Plugging these values into the formula gives us:

x = (1 +/- sqrt(1^2 - 4(1)(-1/4))) / (2(1))

x = (1 +/- sqrt(1 + 1)) / 2

x = (1 +/- sqrt(2)) / 2

Therefore, the quadratic equation has two solutions: x = (1 + sqrt(2)) / 2 and x = (1 - sqrt(2)) / 2. These solutions are both real numbers.

User Gfytd
by
3.2k points