If there are 4 terms of an increasing arithmetic progression (AP) where one term is equal to the sum of the squares of the other three, find the terms.
I have tried solving the question by taking the terms as $a-3d$, $a-d$, $a+d$ & $a+3d$. I am getting $a=-0.5$ but $d$ is coming out to be a complex number, which shouldn't happen.
Start with any arithmetic progression $a,a+d,a+2d,a+3d$. Select any term as the one that will equal the sum of the squares of the other three: say, $a+d$. Now solve for $k$: $$k(a+d)=k^2(a^2 + (a+2d)^2+(a+3d)^2)$$ In other words, take $$k=\frac{a+d}{a^2 + (a+2d)^2+(a+3d)^2}$$ Now, by construction, the arithmetic progression $$ka,k(a+d),k(a+2d),k(a+3d)$$ satisfies your conditions.
It should be clear to you, therefore, that there are many solutions to your problem. Perhaps you forgot to tell us that the terms must be integers?