Question

Solve the simultaneous equations
x²+y²=26
x-y=4

Answers

GPT 3.5
From the second equation, we can solve for x:
x = y+4
Substituting this value of x into the first equation, we have:
(y+4)² + y² = 26
Expanding:
y² + 8y + 16 + y² = 26
Combining like terms:
2y² + 8y + 16 = 26
Subtracting 26 from both sides:
2y² + 8y - 10 = 0
Dividing both sides by 2:
y² + 4y - 5 = 0
Factoring:
(y + 5)(y - 1) = 0
Setting each factor equal to zero:
y + 5 = 0 or y - 1 = 0
Therefore, y = -5 or y = 1
If y = -5:
Substituting this value into the second equation to solve for x:
x - (-5) = 4
x + 5 = 4
Subtracting 5 from both sides:
x = -1
The solution for y = -5 is x = -1
If y = 1:
Substituting this value into the second equation to solve for x:
x - 1 = 4
Adding 1 to both sides:
x = 5
The solution for y = 1 is x = 5
Therefore, the simultaneous equations are solved when x = -1, y = -5 and when x = 5, y = 1.

Related Questions