Jon P. answered 03/19/15
Tutor
5.0
(173)
Knowledgeable Math, Science, SAT, ACT tutor - Harvard honors grad
If you're sure that you wrote down the equations correctly, then I can point the way, but I'm not going to work out the whole solution.
x2 - xy - y2 = 7
x2 + y2 = 10
x2 + y2 = 10
From the second equation, we know that y2 = 10 - x2. That also means that y = ±√(10 - x2)
So we have two values for y that we can use in the first equation. That will give us two different equations we can solve.
x2 - xy - y2 = 7
Equation 1: x2 - x√(10 - x2) - (10 - x2) = 7
Equation 2: x2 + x√(10 - x2) - (10 - x2) = 7
Each one of these can be solved. I'll show you how to do the first, but not all the way.
First simplify
x2 - x√(10 - x2) - (10 - x2) = 7
2x2 - x√(10 - x2) - 10 = 7
2x2 - x√(10 - x2) - 17 = 0
2x2 - 17 = x√(10 - x2)
Square both sides:
4x4 - 68x2 + 289 = x2(10 - x2)
4x4 - 68x2 + 289 = 10x2 - x4
5x4 - 78x2 + 289 = 0
This is really a quadratic equation, because there are no odd powers of x. You can let y = x2:
5x4 - 78x2 + 289 = 0
5y2 - 78y + 289 = 0
Then solve for y, using the quadratic formula. You'll get some expression for y, but since y = x2, you then take the positive and negative square roots of y to get an expression for x. So you'll have two solutions for x.
Then do the same for Equation 2 and get two more solutions for x.
In the end, you'll have 4 solutions for x. You'd need to check all of them, because when you squared the equations, there's the possibility that you introduced invalid solutions.
However, it's very possible that there are 4 solutions. I don't know if you've seen graphs of these types of equations yet, but the first one is a hyperbola and the second one is a circle. A circle and a hyperbola can intersect at 4 points so it does make sense.
Anyway, I know this is very messy and there might be some trick that I'm missing. If someone else finds a better way to solve this, I'd be very interested!