Consider the function $f(x) = \max \{-11x - 37, x - 1, 9x + 3\}$ defined for all real $x.$ Let $p(x)$ be a quadratic polynomial tangent to the graph of $f$ at three distinct points with $x$-coordinates $x_1,$ $x_2,$ $x_3.$ Find $x_1 + x_2 + x_3.$
I have found a piecewise function representing $f(x)$, and I do not know what else to do. Any suggestions?

This can be solved without explicitly finding the equation of the parabola. Its axis is parallel to the $y$-axis, so it is uniquely determined by the three tangent lines. Taking the first two tangent lines, we use the two-points-two-tangents property of parabolas to equate the difference in $y$-coordinates of the points of tangency with the difference in $y$-coordinates of the other intersections of the two lines with the vertical lines through those points: $$(-11x_1-37)-(x_2-1)=(x_1-1)-(-11x_2-37).$$ Applying the same construction to the other two pairs of tangent lines gives you a system of three linear equations in the $x_i$, which I hope you can solve on your own.