Known: max at $x = 1, y = 16$, intersect $x$-axis with the length of the section connecting the two points is $8$.
What I tried is this:
$f'(x) = 2ax + b$, max at $x = 1, so -b = 2a, y = 16 \rightarrow a + b + c = 16$ and $x_2 - x_1 = \frac{\sqrt{D}}{a}$
How do I continue?

You have: $$b=-2a$$ $$a+b+c=16$$ and $$8=\frac{\sqrt{b^2-4ac}}{a}$$ Eliminating $b$ in the second and third equations with the help of the first, we get $$c-a=16$$ and $$a(15a+c)=0$$ Can you finish?