I need to solve the system
$$6x+y=3\tag 1 $$
$$x^2+y^2=16\tag 2$$
So first, I rearrange $(1)$ to $y=3-6x$ and substitute that into $(2)$.
I get $$x^2+(3-6x)^2 = 16$$
which is $$x^2 + 36x^2-36x+9-16=0$$
which is $$37x^2-36x-7=0$$.
This i need to solve by completing the square.