Consider the system of equations ax12+bx1+c=x2ax22+bx2+c=x3axn12+bxn1+c=xnaxn2+bxn+c=x1,\begin{aligned} ax_1^2 + bx_1 + c &= x_2 \\ ax_2^2 + bx_2 + c &= x_3 \\ &\vdots \\ ax_{n-1}^2 + bx_{n-1} + c &= x_n \\ ax_n^2 + bx_n + c &= x_1, \end{aligned} with unknowns x1,x2,,xnx_1, x_2, \ldots, x_n, where a,b,ca, b, c are real and a0a \neq 0. Let Δ=(b1)24ac\Delta = (b-1)^2 - 4ac. Prove that for this system

(a) if Δ<0\Delta < 0, there is no solution,

(b) if Δ=0\Delta = 0, there is exactly one solution,

(c) if Δ>0\Delta > 0, there is more than one solution.