Let $f$ and $g$ be twice differentiable and continuous in $[a,b]$. Show that there exists a $c$ in $[a,b]$ such that:
$$\frac{f(b) - [f(a) + f'(a)(b-a)]}{g(b)-[g(a)+g'(a)(b-a)]} = \frac{f''(c)}{g''(c)}$$
I was thinking by MVT applied to both $f$ and $g$ I know $f(b) = [f(a) + f'(c)(b-a)]$ and $g(b)=[g(a)+g'(c)(b-a)]$. I was not sure why it necessarily be the same $c$ for $f$ and $g$, also I am not seeing the connection to the second derivative ratios. Any insight in the right direction would be appreciated.