Solve when one equation is a quadratic (or other curve) and the other a line.
The standard move: substitution. Plug one equation into the other, simplify to a single-variable equation (usually a quadratic), and solve.
The number of solutions to a nonlinear system is the geometric question: how many points of intersection do the two graphs share?
y = x² − 1 and y = x + 1.x² − 1 = x + 1x² − x − 2 = 0(x − 2)(x + 1) = 0 ⇒ x = 2 or x = −1.y = kx − 1 intersect y = x² at exactly one point?x² = kx − 1 ⇒ x² − kx + 1 = 0k² − 4 = 08 questions on intersections of lines and parabolas, tangent conditions, and counting solutions.