26.3k views
2 votes
Can someone explain probability with permutations and combinations and explain where they are applied?

2 Answers

4 votes

Answer:

combination : If the order of numbers or operations does not matter

Permutation : when the order of numbers matter ( common example most teachers use : a code of 4 numbers has to be in a certain order and the numbers are from 0 to 9 , how many permutation can you make if you use the number one time)

P=n!/(n-r)!

n! ( are number from 0-9 we have 10 numbers)

r is the number of digits in the code = 4

n!=10*9*8*7*6*5*4*2*1

(n-r)!=(10-4)!=6!=6*5*4*3*2*1

P=5040 ways ( if the order matter)

If the order does not matter

Combination C(n,r)=n!/(n-r)!r!

C(10,4)=(10*9*8*7*6*5*4*2*1)/[(6*5*4*3*2*1)(4*3*2*1)]

User Jchavannes
by
4.8k points
3 votes

Answer:

If the order doesn't matter then we have a combination, if the order do matter then we have a permutation. One could say that a permutation is an ordered combination. The number of permutations of n objects taken r at a time is determined by the following formula: P(n,r)=n!

Explanation:

To calculate the probability of a combination, you will need to consider the number of favorable outcomes over the number of total outcomes. Combinations are used to calculate events where order does not matter. In this lesson, we will explore the connection between these two essential topics.

User Shalisa
by
4.9k points