Simplify $\frac{x}{c} - \frac{x}{c-d}$

112 Views Asked by At

There's a long time that I don't solve questions like this one. I'm having problems to simplify this one:

$$\frac{x}{c} - \frac{x}{c-d}$$

4

There are 4 best solutions below

0
On BEST ANSWER

First recall that \[ \frac{a}{b}-\frac{c}{d}= \frac{ad-bc}{bd} \] Then \[ \frac{x}{c}-\frac{x}{c-d}= x\left(\frac{1}{c}-\frac{1}{c-d}\right)= x\left(\frac{c-d-c}{c(c-d)}\right)= \frac{-xd}{c^2-cd} \] I attempted to be as clear as possible.

0
On

Multiply the first term by $\frac{c-d}{c-d}$ and the second term by $\frac{c}{c}$ Then you will have $\frac{x(c-d)-x(c)}{c(c-d)} = \frac{-xd}{c(c-d)}$

0
On

If you can be happy with this

\[ \frac{x}{c}-\frac{x}{c-d}= \frac{x}{c}-\frac{c x}{c(c-d)}= \frac{x}{c} (1-\frac{c}{c-d})= \frac{x}{c} (1-\frac{1}{1-\frac{d}{c}}) \]

0
On

$\frac{x}{c}-\frac{x}{c-d}= {x}(\frac{1}{c}-\frac{1}{c-d})={x} (\frac{c-d-(c)}{c(c-d)})= \frac{-xd}{c(c-d)}$