Another way to view it is let $m$ equal the middle term.
So they are $m -d, m, m+d$
$(m-d) + m + (m+d) = 3m = 24$ so $m = 8$.
So the numbers are $8-d, 8, 8+d$ and
$(8-d)8(8-d) = 8(64 -d^2)=440$
$64 -d^2 = 55$
$d^2 = 64 - 55 = 9$
$d = \pm 3$
so the numbers are $5,8,11$. Or $11, 8, 5$
Even if we did it your way.
$a + d = 8$ and $8a + ad = 55$ we'd have.
$d = 8 -a$
$8a + a(8-a) = 8a +8a - a^2 = 55$
$a^2 - 16a + 55 = 0$
so
$a = \frac {16 \pm \sqrt{16^2 - 4*55}}{2} = $
$\frac {16 \pm \sqrt {256 - 220}}{2} = 8 \pm \frac{\sqrt{36}}2 = 8 \pm 3 = 5;11$
so $d = 8 -5 = 3$ or $d = 8 -11 = -3$
And the numbers are $5, 8, 11$ or $11, 8, 5$.