Can someone solve this for me and show working out? I just can't do it and I don't know why I am getting x and y wrong. It will be very much appreciated. As basic as possible as well please.
2026-04-22 07:12:13.1776841933
On
$x^2+y^2=1, 5x+12y+13=0$ Simultaneous Equations
947 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
HINT. Eliminate "x" or "y" from the linear equation and replace is in the nonlinear equation. Then, since squares of "x" and "y" appear in this last equation, shoulmd should arrive to a quadratic. I suppose you are perfectly able to continue from here.
Note that $$ y = \frac{-1}{12}(13+5x) \qquad\text{(1)} $$ and so $$ 1 = x^2 + \frac{1}{144}(13+5x)^2 $$ Can you solve this for $x$ (using the quadratic formula, if need be) and then find $y$ using $(1)$?