

InterviewSolution
Saved Bookmarks
1. |
If `.^(n)P_(5)=20 .^(n)P_(3)`, find the value of n. |
Answer» Correct Answer - 5040 `(n!)/((n-5)!)xx((n-3)!)/(n!)=20` or (n-3)(n-4)=20 or n=-1,8 But -1 is not acceptable. |
|