Number of ways such that the train did not stop at consecutive stations = $^7C_4$.
We can treat a particular stop as "S" and a non-stop as "D". Then simply, what we can do is arrange all the "D"s first, in this case, 6 D's.
i.e _D_D_D_D_D_D_.
Notice there are 7 blanks (denoted by _) where we can insert our "S" into. This result will produce no consecutive stops.
Without restrictions, there will be $^{10}C_4$ ways to "arrange" the stops and non-stops. Therefore, number of ways such that the train stopped at at least 2 stations consecutively = $^{10}C_4$ - $^7C_4$.
Yet, I understand that it may not be one of the solution you have above. However, do take note that $^7C_4$ = $^7C_3$, so the answer (c) still stands.