asked 222k views
3 votes
Find the number of permutations of 8 things taken 5 at a time. 40,320 6,720 336

asked
User Superbob
by
8.5k points

1 Answer

4 votes
In probability, the number of ways of arranging objects could be done in combinations and permutations. The only difference between them is if you arrange them with or without repetition. If you choose permutation, then the arrangement should have no repetition. Thus, for permutation, the number of ways of arranging 'r' things out of a total of 'n' objects is:

P = n!/(n-r)!, where the term '!' is called factorial

For example, when you say 8!, that would mean 8×7×6×5×4×3×2×1 = 40,320. Substituting the values:

P = 8!/(8-5)! = 6,720 ways
answered
User Douyw
by
8.7k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.