I'm revising for an exam on permutation. I saw this question
Find a positive integer n such that P (n, 2) = 110.
The answer
I don't understand how n! became (n-1)n when we don't know what n is. I need help. Thanks
$$n!=(n)(n-1)!=(n)(n-1)(n-2)!$$
For integers, factorials have the property
$$ n! = n \cdot (n - 1)! $$
Hence you have $n = n\cdot (n-1)! = n(n-1)\cdot (n-2)!$.
Simply take example - You have 5!
Then 5! = 5 × 4!
We stop expanding it up to 4!
We subtract 1 from 5 to get 4!
Suppose you have n instead of 5 then you subtract 1 from n. So we have now (n-1)!
Therefore,
n! = n × (n - 1)!
If further want to expand subtract 1 from factorial term again.
n! = n × (n - 1) × (n - 2)!