Derive and apply the quadratic formula, and use the discriminant to predict the number of real solutions.
Complete the square on the fully general ax² + bx + c = 0 exactly once, and something remarkable falls out: a formula that solves EVERY quadratic equation that will ever exist, forever. That formula is x = (-b ± √(b² - 4ac)) / (2a). You never need to re-derive it - just identify a, b, and c from standard form and substitute.
The expression under the radical, b² - 4ac, is called the discriminant, and it previews how many real solutions exist before you even finish solving: a positive discriminant means two distinct real solutions, zero means exactly one repeated real solution (the vertex sits right on the x-axis), and a negative discriminant means no real solutions at all - the square root of a negative number is not a real number, so the formula simply cannot produce one.
Mastery looks like: They correctly identify a, b, c, apply the formula, and use the discriminant to predict the number of real solutions before or instead of fully solving.
Common stumbles: Sign errors substituting a negative b into -b; forgetting the formula's division line covers the ENTIRE numerator, not just the radical part.