Daniel B. answered 05/21/21
A retired computer professional to teach math, physics
g(x) = dx² + ex + f
g'(x) = 2dx + e
The requirement that g passes through B means
g(8) = 15, i.e.
d×8² + e×8 + f = 15 (1)
The requirement that g passes through C means
g(11) = 15, i.e.
d×11² + e×11 + f = 15 (2)
The requirement that the tangent at point B be -5.5283 means
g'(8) = -5.5283, i.e.
2×d×8 + e = -5.5283 (3)
That gives us three equations (1), (2), (3) with three unknowns d, e, f.
My solution gives me
g(x) = 1.84276x² - 35.02846x + 177.29104
That is in the same ball park as your given solution, but the difference is significant.
The discrepancy cannot be completely attributed to rounding, because if
I plug the two solutions into g(x) I get significant differences.
I can only suggest that you check the source of the suggested solution.