Solving Differential Equations with Mathematica's Solver
(continued from last page...)
Your result should have looked like this:
DSolve[Sin[x] y'[x]+y[x] Cos[x]==x Sin[x], y[x], x]
{{y[x] -> C[1] Csc[x] + Csc[x] (-x Cos[x] + Sin[x])}}
If it didn't, sorry...go back to Mathematica and check your work.
Going on to the next problem...