We want to use the discriminant of the given quadratic equation to determine the number of real solutions. In the Quadratic Formula, b2−4ac is the discriminant. ax2+bx+c=0⇔x=2a-b±b2−4ac
If we just want to know the number of real solutions, and not the solutions themselves, we only need to work with the discriminant. To do so, we will rearrange the equation and identify the values of a,b, and c.3x2−x=8⇔3x2+(-1)x+(-8)=0
We see that a=3,b=-1, and that c=-8. Finally, let's evaluate the discriminant.