I recently started re-learning maths and have started with Combinatorics. I was trying to understand permutations and noticed that nPr which is number of ways r elements can be picked and arranged out of n elements is equal to n! / (n-r)!.
When I was going through the proof, I realised it's because of the multiplication n * (n-1) * ... * (n-r+1)
My questions is - since factorials can not be calculated without going through each multiplication, what are we gaining by denoting value of nPr in the 1st form instead of the 2nd.
- First -
n! / (n-r)!- Communicates that an extra work of calculating (n-r)! is needed. - Second -
n * (n-1) * ... * (n-r+1)- No extra work and easy to understand.
Am I missing something?
Depends on what you mean by "extra work". The variant with factorials is certainly easier to write by hand. And on a calculator with factorials it is much easier to type, significantly reducing the risk of human error.