I need to solve the system of equations
$$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.
To complete the square for something like this, the best way is to start by making the first coefficient a square. So we begin by multiplying both sides by $37$ to get $$37^2x^2-36\times37x-7\times37=0\ .$$ To avoid messing around with fractions, we would like the coefficient of $x$ to be even. Here, this is already the case. So completeing the square gives $$(37x-18)^2=7\times37+18^2\ .$$ I'm sure you can finish it from here.