Solve quadratic equations by completing the square, including equations with a leading coefficient other than 1.
Not every quadratic factors nicely, so algebra needs a method that always works. Completing the square builds a perfect square trinomial on purpose: for x² + bx, adding (b/2)² creates exactly x² + bx + (b/2)², which factors instantly as (x + b/2)². The trick is doing this to an EQUATION - whatever you add to one side, you must add to the other, keeping the balance exactly as it was in term one.
The full method: move the constant to the other side, add (b/2)² to both sides, rewrite the left side as a squared binomial, then take the square root of both sides - remembering both the positive AND negative root - and finish solving for x. If the leading coefficient is not 1, divide every term by it first, since the (b/2)² pattern only works cleanly when the x² term has coefficient 1.
Mastery looks like: They complete the square correctly (including the ± step) to solve a quadratic, and divide by a first when the leading coefficient is not 1.
Common stumbles: Forgetting the negative root after taking a square root; adding (b/2)² to only one side of the equation.