Transpose the formula to c the subject,
$$c+1=\sqrt{a-ac^2}\tag1$$
A possible method
$$(c+1)^2=a-ac^2$$
$$c^2+2c+1+ac^2=a$$
$$c^2(1+a)+2c+1=a$$
I can't seem to make c the subject.
I could use the quadratic formula, but my teacher said you can't use it.
So there must be another way of making c the subject.
Can anyone help me. Thank.
Continuing from your second step,
$$(c+1)^2=a(1-c^2)=a(1-c)(c+1)$$
It is obvious that $c = -1$ is a solution
When $c \neq -1$,
$$c+1=a(1-c)=a-ac$$
$$c+ac=a-1$$
$$c(1+a)=a-1$$
$$c=\frac{a-1}{a+1}$$