Arithmetic with Factorials

arithmeticfactorial

The problem is the following (without using a calculator, reduce):

$$ {52! – 51!}\over{51! – 50!} $$

This is a simple problem, but I have not been able to find a good resource online explaining the intuition behind solving this.

My initial thoughts were to use something like:

$$ {52 \times 51 \times 50 \times 49 … } \over {51 \times 50 \times 49 \times 48 … } $$

and then cross out the common multiples to be left with something. It does not seem like simple arithmetic subtraction would get the right answer.

How do I go about solving this? Any advice would be greatly appreciated.

Edit:

Would some answer in the format of:

$ {(52)(52)} \over {49!} $

be on the right track?

Thanks.

Best Answer

$$ \frac{52! - 51!}{51! - 50!} = \frac{51!(52-1)}{50!(51-1)} = \frac{51(52-1)}{51-1} = \cdots $$