Sorry for the relatively elementary question, but I am having trouble remembering exactly how to do this type of problem. I am looking to simplify this: $$ \frac{3}{4t^{1/4}} - \frac{1}{2t^{3/4}} $$
and it needs to simplify to this:
$$ \frac{3\sqrt{t} - 2}{4 t^{3/4}} $$
Thanks!
K
In general to find the common denominator of two fractions $\frac{a}{b}$ and $\frac{c}{d}$ take the $lcm(b,d)$. If that step is computationally cumbersome, then you can always take $bd$ as a common denominator.
That is to say, $\frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd}$.