Question 90·Hard·Nonlinear Equations in One Variable; Systems in Two Variables
Consider the system of equations
What is the sum of all distinct real values of that satisfy the system?
For symmetric systems like this, look for a quick algebraic shortcut instead of solving by substitution directly. Subtract one equation from the other to eliminate constants and expose a factor like , which splits the problem into two simple cases. Then, when quadratics appear, use factoring or the quadratic formula—but rely on the sum-of-roots formula whenever you only need the sum of solutions. This minimizes messy arithmetic and saves time on test day.
Hints
Look at how the two equations are related
Compare and . What happens if you subtract one of these equations from the other?
Factor the expression you get
After subtracting, you should get an expression involving and linear terms in and . Try to factor it using the difference of squares and then factor out a common term.
Solve both resulting cases
Your factored expression should split into two factors, giving two simpler relationships between and . Solve the system in each case, list all distinct -values, and then add them together.
Desmos Guide
Graph both equations as implicit curves
In Desmos, type x^2 + y = 13 on one line and y^2 + x = 13 on another line. Desmos will draw both curves in the coordinate plane.
Find all intersection points
Use the intersection tool (tap/click on the points where the curves cross) to see the coordinates of every intersection. Record the -coordinates of all intersection points; these are the -values that satisfy the system.
Compute the sum of the x-values
In a new Desmos line, type the sum of the distinct -coordinates you found (for example, something like x1 + x2 + x3 + x4 or directly enter the numbers). The resulting value is the sum of all distinct real solutions for .
Step-by-step Explanation
Use the symmetry of the system
The system is
Because the equations look very similar, a good first move is to subtract one from the other to eliminate the constant 13 and connect and directly.
Subtract the second equation from the first:
This simplifies to
Factor the result to get two cases
Factor as a difference of squares and then factor the whole expression:
So we have
This gives two possible cases:
- Case 1: , so .
- Case 2: , so .
Case 1: Solve when x = y
If , plug into one of the original equations, for example .
Since :
Rewriting:
This is a quadratic in . It has two real solutions. By the sum-of-roots formula for , the sum of the two -values from this case is
(You do not need the exact individual roots here, only their sum.)
Case 2: Solve when x + y = 1
If , then .
Substitute into :
Now factor the quadratic:
So the -values from this case are
Combine all distinct x-values and find their sum
From both cases, the distinct real -values that satisfy the system are:
- From Case 1: two solutions whose sum is .
- From Case 2: and , whose sum is .
Now add the sums from both cases:
So the sum of all distinct real values of that satisfy the system is .