696 views
1 vote
Using substitution solve the following system of equations x^2 -y=1 and x+y=11

1 Answer

6 votes
We have y = 11 - x;
Then, x^2 - 11 + x = 1;
x^2 + x - 12 = 0;
a = 1; b = 1; c = -12;
We obtain the solution x1 = (- 1 +
User Bsara
by
8.4k points