
Nathan B. answered 05/11/15
Tutor
5
(20)
Elementary and Algebraic skilled
x2 + y = 1
5x - y = -7
5x - y = -7
Don't let that power throw you off. We can still solve this like a linear pair. I'm going to suggest elimination in this case:
x2 + y = 1
5x - y = -7
5x - y = -7
----------------
x2 + 5x = -6
x2 + 5x + 6 = 0
As you can see from here, we now have a quadratic formula.
Factoring it out, we get:
(x + 2)(x + 3) = 0
x = -2, -3
Let's put these values into our equations and see what happens:
5 * -2 - y = -7
10 - y = -7
-y = 3
y = -3
Check:
(-2)2 + -3 = 1
4 - 3 = 1
1 = 1
5 * -3 - y = -7
-15 - y = -7
-y = 8
y = -8
Check:
(-3)2 + -8 = 1
9 - 8 = 1
1 = 1
So the solutions are (-2, -3) and (-3, -8)