My objective is to find out the distribution of $A/B$ given $A \sim N(a,b); B \sim N(c,d)$.
I set $Z_1$ equal to $\frac{(A-a)}{\sqrt{b}}$ and $Z_2$ equals $\frac{(B-c)}{\sqrt{d}}$ such that $Z_1$ and $Z_2$ are both $N(0,1)$.
Then I let $U=\frac{Z_1}{Z_2}$ and try to find out $g(U)$ (standard Cauchy distribution).
Could someone please let me know whether I am on the right track or not?