The sum of four consecutive numbers in an A.P is $28$. The product of the second and third numbers exceeds that of the first and last by $18$. Find the numbers.
I thought of this:
$$S_{4} = \frac{4}{2}[{2a+(4-1)d}] = 28$$
$$T_{2} * T_{3} > 18$$ where we know $$T_{n} = [a+(n-1)d]$$
And then I tried solving this simultaneously, is this right?
Sad part: My answers don't match :(
As you pointed out, you have $2a+3d=14$; you also have $a(a+3d)+18 = (a+d)(a+2d)$, or $a^2+3ad +18= a^2 + 3ad + 2d^2$. Thus $2d^2 = 18$ and $d=\pm 3$, so that $a = \frac{5}{2}$ and $d=3$ or $a=\frac{23}{2}$ and $d=-3$. These are the same sequences in opposite orders: $\frac{5}{2},\ \frac{11}{2},\ \frac{17}{2},\ \frac{23}{2}$.