SOLUTION: solve the equation P(n,5) = 20P(n,3) for n
Algebra
->
Permutations
-> SOLUTION: solve the equation P(n,5) = 20P(n,3) for n
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 771267
:
solve the equation P(n,5) = 20P(n,3) for n
Answer by
oscargut(2103)
(
Show Source
):
You can
put this solution on YOUR website!
P(n,5) = 20P(n,3) for n
n!/(n-5)! = 20n!/(n-3)!
1/(n-5)! = 20/(n-3)!
(n-3)! = 20(n-5)!
(n-3)(n-4)= 20
n = 8
Answer: n=8
You can ask me more at: mthman@gmail.com
Thanks