Solve the following initial value problem,
$$\begin{align}
\frac{dy}{dx} &= \frac{-25y^2 + 4x + 10y + 14}{50xy - 10x - 52y + 12} \\
y(-1) &= -4
\end{align}$$
This can be written as an exact equation. First we find the general solution following the paradigm.
We write the equation in the standard form, M dx + N dy = 0.
$$
(25y^2 - 4x - 10y - 14) dx + (50xy - 10x - 52y + 12) dy = 0
$$
We test for exactness.
$$\frac{\partial}{\partial y}\left(25y^2 - 4x - 10y - 14\right) = 50y - 10 = \frac{\partial}{\partial x}\left(50xy - 10x - 52y + 12\right)
$$
so the equation is exact.