Find a value of k such that $k(x^2+y^2) + (y-2x+1)(y+2x+3)=0$ is a circle and hence find the center and radius of the resulting circle.
I've expanded the product on the right and end up with different coefficients (which means it's not a circle) for $x^2$ and $y^2$, namely (k-4) and (k+1) respectively.
Maybe I don't know enough algebra tricks, but I'm not sure what to do when the coefficients of $x^2$ and $y^2$ are different here.
This is my last ditch effort before accepting that the examination writers made another mistake, which for where I live is quite common.
Notice that
$$ (y-2x+1)(y+2x+3) = (y-2x+1)(y+2x+1) + 2 (y-2x+1) = ((y+1)^2-4x^2) + 2y-4x+2 = y^2+2y+1-4x^2+2y-4x+2=y^2+4y-4x^2-4x+3$$
Now, if we add $kx^2+ky^2$ to the equation we get
$$ ky^2 + y^2 + 4y + kx^2 - 4 x^2 - 4x + 3 $$