Question
Question: Find \(n\) if \({}^{n-1}{{P}_{3}}:{}^{n}{{P}_{4}}=1:9\). \[\]...
Find n if n−1P3:nP4=1:9. $$$$
Solution
We use the recurrence relation on factorial for steps convert the formula for r permutation of n that is nPr=(n−r)!n! to nPr=n×(n−1)×...(n−r−1). We use it in the left hand side of the given equation for permutation and solve for n. $$$$
Complete step by step answer:
We know that a recurrence relation is an equation that recursively defines a sequence or multidimensional array of values, once one or more initial terms are given; each further term of the sequence or array is defined as a function of the preceding terms. $$$$
We know that the factorial of natural numbers n is the product of the first n natural number. We denote the factorial of n as n! and it is given by
n!=1×2×3×...×n
We can recursively use the above formula for 1 step as,