Formula for Calculating Probability using Combination

To calculate combination probability, it is important to use the correct formula to find the probability of a specific outcome. There are four formula’s to calculate the probability. They are,

Formula

Equation

Combination without repetition

n!/(n-r)!r!

Combination with repetition

(r+n-1)!/r!(n-1)!

Permutation with repetition

nr

Permutation without repetition

n!/(n-r)!

Among the above mentioned formulas, the two most important are,

Combination with Repetition

When repetition is allowed, you can use the following equation to find out the number of combinations,

(r+n-1)!/r!(n-1)!

where,

  • n = total number of outcomes of a set
  • r = total possible number of outcomes at a time.

Example: Total number of balls in the pool= n = 5. The number of balls to be selected = r = 4, where the selection of balls can be repeated. The order of selection does not matter. Find the number ways the ball can be selected?

Solution:

We will use the formula, nCr = (r+n-1)!/r!(n-1)!

Now, putting the values we get, 5C4 = (4+5-1)! / 4!·(5-1)!

= 8! / 4!·4! = 8×7×6×5 / 4×3×2×1 = 70

∴ There are 70 possible ways to select the ball.

Combination without Repetition

When repetition is not allowed, you can use the following equation to find out the number of combinations,

n!/(n-r)!r!

where,

  • n = total number of outcomes of a set
  • r = total possible number of outcomes at a time

Example: The principle would like to assemble a committee of 6 students from the 11 member student council. How many different committees can be chosen?

Solution:

We will use the formula, where, nCr = n!/(n-r)!r!

Now, after putting thee values we get, 11C6 = 11!/(11-6)!·6!

= 11! / 5!·6! = 11×10×9×8×7 / 5×4×3×2×1 =66×7 = 462

∴ 462 committees can be chosen.

How To Calculate Probability using Combination

Combination probability is a mathematical method that involves the process of combination in determining the number of favorable outcomes of an event. We use combinations in probability problems to determine a sequence of outcomes where the order of the outcomes does not matter. Understanding how to calculate combination probability can be a useful mathematical skill in the field of math and science.

In this article, we will discuss in detail the definitions of combination and probability and how to calculate combination probability with solved examples.

Table of Content

  • What is Combination Probability in Math?
    • Combination in Math
    • What is Probability?
  • Formula for Calculating Probability using Combination
  • How to Calculate Combination Probability?

Similar Reads

What is Combination Probability in Math?

Combination probability, also known as the probability of combinations, involves the process of determining the possibility of specific subset from a large set regardless to the order in which the subsets are chosen. Combination probability has wide range of application in games, statistics, gambling, genetics, etc....

Formula for Calculating Probability using Combination

To calculate combination probability, it is important to use the correct formula to find the probability of a specific outcome. There are four formula’s to calculate the probability. They are,...

How to Calculate Combination Probability?

Combination is a mathematical concept which helps us in determining the possible outcomes of an event. To calculate combination probability we have to follow several steps and utilize several formulas. They are discussed below:...

Solved Examples on Calculation of Combination Probability

Example 1. In a team, 3 boys and 4 girls are there. Among them 4 members need to be selected for one round of a game. Find the probability of selecting an equal number of boys and girls?...

Practice Questions on Calculating Probability Using Combination

Q1. A committee of 4 people is to be selected from a group of 10 people. What is the probability that a specific person, Alice, is on the committee?...

FAQs on Calculation of Combination Probability

Why do we use combination probability?...

Contact Us