Show that $\frac{1}{r!}-\frac{1}{(r+1)!}\equiv\frac{r}{(r+1)!}$.

112 Views Asked by At

Show that $\frac{1}{r!}-\frac{1}{(r+1)!}\equiv\frac{r}{(r+1)!}$.

I get $$\frac{1}{r!}-\frac{1}{(r+1)!}=\frac{(r+1)-r!}{r!(r+1)!}$$

and in the numerator since $$(r+1)!-r!=r$$

so $$\frac{(r+1)-r!}{r!(r+1)!}=\frac{r}{r!(r+1)!}$$

How do I deal with the extra $r!$ in the denominator?

3

There are 3 best solutions below

2
On BEST ANSWER

$$\frac1{r!}=\frac{(r+1)}{(r+1)\cdot r!}=\frac{(r+1)}{(r+1)!}$$

So, $$\frac1{r!}-\frac1{(r+1)!}=\frac{r+1-1}{(r+1)!}=\frac r{(r+1)!} $$

Where have you found $r!$ as the multiplier of the denominator?

0
On

Your first subtraction is incorrect: You want

$$\frac{1}{r!} - \frac{1}{(r + 1)!} = \frac{r + 1}{(r + 1)!} - \frac{1}{(r + 1)!}$$

0
On

Multiplying the first term by $(r+1)/(r+1)$ gives

$$\frac{1}{r!}-\frac{1}{(r+1)!}=\frac{r+1-1}{(r+1)!}=\frac{r}{(r+1)!}$$

as desired. In your argument, the equality $(r+1)!-r!=r$ only holds for $r=1$ (assuming $r$ is a positive integer). Also, there are some factorials missing in some $(r+1)$ terms.