How many ordered pairs of real numbers satisfy the following system of equations? \begin{align} x^2+3y&=9 \\ (|x|+|y|-4)^2 &= 1 \end{align}
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
The parabola y = 3 - x^2/3 meets the diamond |x|+|y| = 3 only at its three vertices and cuts the lower half of |x|+|y| = 5 twice.
Solution
The first equation is the downward parabola , through and . The second says or : two diamonds with vertices on the axes at distance and . Everything is symmetric about the -axis, so work with and mirror.
Diamond . Its upper-right edge is for . On this interval , with equality only at and . So the parabola rides above the edge, touching it only at the vertices and . The lower-right edge has while the parabola has on ; they meet only at . Mirroring gives . Total from this diamond: points.
Diamond . Upper-right edge : setting gives , discriminant , no solutions. Lower-right edge for : gives , so , which lies in with . One valid point, and its mirror image. Total: points.
Altogether ordered pairs.
The answer is .
Why this works
Absolute-value equations describe piecewise-linear shapes; sketch them and the problem becomes counting intersections edge by edge. Symmetry halves the work, and a discriminant check settles each edge quickly. The delicate part is the inner diamond, where the parabola passes exactly through three vertices without crossing any edge; always test whether a contact point is a crossing or just a touch.
The trap
Assuming the parabola crosses the inner diamond's edges in extra points, or miscounting the tangency-type contacts at the vertices (0,3), (3,0), (-3,0).
Common mistakes
- Assuming the parabola crosses the inner diamond's edges in extra points, or miscounting the tangency-type contacts at the vertices (0,3), (3,0), (-3,0).
- Accepting the solution of with the negative root for the right-hand edge without checking the domain, or forgetting to mirror to .
Techniques
Split into exhaustive cases and handle each · Exploit symmetry to reduce work or pair up objects