Find the general solution of the trigonometric equation: $a \tan x + b \sin x = c$, where $a,b,c\in \mathbb{R}$ are any real numbers.
I've tried to use the identity $\tan x=\frac{\sin x}{\cos x}$ and then multiplying the original equation by $\cos x$ in order to get the following form of the equation: $a\sin x + b\sin x\cos x = c \cos x$, Also I've tried to divide the original equation by $\sin x$ (supposing that $\sin x \neq 0$) in order to get the following form of the equation: $\frac{a}{\cos x} + b = \frac{c}{\sin x}$, or put in another form: $\frac{c}{\sin x}-\frac{a}{\cos x} = b$, and then I've tried to use a method similar to the method used in the answers given to this question asked here ” Solving trigonometric equations of the form $a\sin x + b\cos x = c$ ” but wasn't able to progress anywhere to something that gives me the general solution.
Thanks for any hint/help.