This picture should provide a full answer. What I did was rearrange the equation to get Tan(x) on one side, then in order to get rid of the Tan, I used Arctan, which got us the final answer.
Answer:
x = 1, y = 2
Step-by-step explanation:
x + y = 3 => 2x + 2y = 6
2x + 3y = 7
-)2x + 2y = 6
=> y = 1, x = 2
The leading coefficients are opposites.
For instance
f(x) = 2x^2 + 5x + 6
g(x) = -2x^2 + 8x - 3
here the leading coefficients 2 and -2 are opposites
Adding function f(x) and g(x) gets us
f(x) + g(x) = (2x^2+5x+6) + (-2x^2+8x-3)
f(x) + g(x) = (2x^2-2x^2) + (5x+8x) + (6-3)
f(x) + g(x) = 0x^2 + 13x + 3
f(x) + g(x) = 13x + 3
The two quadratics add up to a linear equation
Let me know if my answer is true