1

What is n in this permutation, P(n, 3) = 60?

Please help me solve this.

1 Answers1

2

Its easy $\frac{n!}{(n-3)!}=60$ so $(n)(n-1)(n-2)=60$ we need to find three consecutive numbers whose product is $60$ so it can be easily seen that $5.4.3$ satisfy it thus $n=5$ .to cross check see $P(5,3)$