Nothing Special   »   [go: up one dir, main page]

MATHINTIIIU33Probability Combinations

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

PROBABILITY: FUNDAMENTAL COUNTING PRINCIPLE,

PERMUTATIONS, COMBINATIONS

In this unit you will begin by learning the fundamental counting principle and applying it
to probabilities. You will then explore permutations, which are used when the outcomes
of the event(s) depend on order, and combinations, which are used when order is not
important.

Introduction to Probability

Permutations

Calculate the Number of Possible Outcomes

Combinations
Introduction to Probability
Probability is the likelihood of an event occurring.

Terminology
(a coin is used for each of the examples)
Definition Example
Trial: a systematic opportunity for an
tossing a coin in the air
event to occur

Experiment: one or more trials tossing a coin 6 times

Sample space: the set of all possible


H or T
outcomes of an event
Event: an individual outcome or any
landing H or landing T
specified combination of outcomes.

Probability is expressed as a number from 0 to 1. It is written as a fraction, decimal, or


percent.

• an impossible event has a probability of 0

• an event that must occur has a probability of 1

• the sum of the probabilities of all outcomes in a sample space is 1

The probability of an event can be assigned in two ways:

1.) experimentally: approximated by performing trials and recording the ratio of the
number of occurrences of the event to the number of trials. (as the number of
trials in an experiment increases, the approximation of the experimental
probability increases).

2.) theoretically: based on the assumption that all outcomes in the sample space
occur randomly.
Theoretical Probability

If all outcomes in a sample space are equally likely, then the theoretical
probability of event B, denoted P(B), is defined by:

number of outcomes in event B (favorable outcomes)


P( B) =
number of outcomes in the sample space (possible outcomes)

Example #1: Find the probability of randomly selecting an orange marble out of a
jar containing 3 blue, 3 red, and 2 orange marbles.

favorable 2 orange
P (1 orange) = =
possible 8 possible
2 1
= = or 25%
8 4

Fundamental Counting Principle

If there are m ways that one event can occur and n ways that another event
can occur, then there are m x n ways that both events can occur.

Example #2: Emily is choosing a password for access to the Internet. She decides
not to use the digit 0 or the letters A, E, I, O, or U. Each letter or number may be
used more than once. How many passwords of 3 letters followed by 2 digits are
possible?

Use the fundamental counting principle. There are 21 possible letters and 9
possible digits.

1st letter 2nd letter 3rd letter 1st digit 2nd digit

21 × 21 × 21 × 9 × 9

The number of possible passwords for Emily is 213 ⋅ 9 2 or 750,141.


Permutations

A permutation is an arrangement of objects in a specific order. When objects are


arranged in a row, the permutation is called a linear permutation.

Permutations of n Objects

The number of permutations of n objects is given by n! (! is called factorial


and means to multiply all consecutive natural numbers starting with n).

4! = 4 ⋅ 3 ⋅ 2 ⋅1 = 24

Example #1: On a baseball team, nine players are designated as the starting line
up. Before a game, the coach announces the order in which the nine players will
bat. How many different orders are possible?

9! = 9 ⋅ 8 ⋅ 7 ⋅ 6 ⋅ 5 ⋅ 4 ⋅ 3 ⋅ 2 ⋅1

= 362, 880 possible orders.

*Note: When the coach is choosing, on his first choice he has nine players to
choose from. Once he makes that choice, he the has eight players left to choose
from, then seven, then six, and so on.

If you want to use your calculator to find 9! Press 9, MATH , move the cursor
over to PRB, and go down to 4:! Then press ENTER .

Permutations of n Objects Taken r at a Time

The number of permutations of n objects taken r at a time, denoted by


P(n, r) or n Pr is given by:
n!
P(n, r ) = n Pr = , where r ≤ n
(n − r )!
Example #2: Find the number of ways to listen to 6 different CD’s from a
selection of 18 CD’s.

18!
18 P6 =
(18 − 6)!
18! 18 ⋅17 ⋅16 ⋅15 ⋅14 ⋅13 ⋅12!
= =
12! 12!
= 18 ⋅17 ⋅16 ⋅15 ⋅14 ⋅13
= 13,366, 080

Note: Since the order in which the CD’s will be played is important, this is a
“permutation” problem.
Calculate the Number of Possible Outcomes
As we try to calculate probability, we find that each situation may be slightly different.
For instance, if we considered randomly selecting letters from a word and the word we
chose had repeated letters, we would not get a clear picture of the probability.

Example #1: What is the probability of selecting the letter “r” from the letters in
the word random?

r-a-n-d-o-m

1
1-r 6-letters total probability =
6

Example #2: What is the probability of selecting the letter “s” from the word
success?

3
3-s 7-letters total probability =
7

There is a higher probability when there are more chances of success.

When considering the arrangement of letters, use permutations. Before we look at


permutations, we need to understand factorial numbers. Let’s take a look.

n! is read “n factorial”

6! means 6 × 5 × 4 × 3 × 2 × 1 which is a product of all the natural numbers, starting with 6


and going down to 1.

6! = 720

Example #3: Evaluate 10!

10! means 10 × 9 × 8 × 7 × 6 × 5 × 4 × 3 × 2 × 1
10! = 3, 628,800

If you want to use your calculator to find 10! Press10, MATH , move the cursor
over to PRB, and go down to 4:! Then press ENTER .
Now we are ready for permutations.

Example #4: How many ways can the letters of the word “random” be arranged?

This example requires a permutation. It’s formula is P(n, n) = n ! where we are


selecting all of the letters in the arrangement.

P (n, n) = n !
P (6, 6) = 6!
P (6, 6) = 6 ⋅ 5 ⋅ 4 ⋅ 3 ⋅ 2 ⋅1
P (6, 6) = 720

There are 720 ways the letters in the word “random” may be arranged.

Example 5: If we look at arranging letters in the word “success”, we need to


realize that when an s or c is selected, it does not matter which is which. So there
are less ways to select the arrangement.

This is called a permutation with repetition and is given by the following formula
n!
P= where “a” and “b” are repeating letters.
a !b !

How many ways are there to arrange the letters in the word success?

We are using all 7 letters but the “s” has 3 repeats and the “c” has 2 repeats.

7!
P=
3!2!
7 ⋅ 6 ⋅ 5 ⋅ 4 ⋅ 3 ⋅ 2 ⋅1
P=
3 ⋅ 2 ⋅1 ⋅ 2 ⋅1
7 ⋅ 6 ⋅ 5 ⋅ 4 2 ⋅ 3 ⋅ 2 ⋅1
P=
3 ⋅ 2 ⋅1 ⋅ 2 ⋅1
7 ⋅6⋅5⋅ 2
P=
1
P = 420

The letters in the word “success” may be arranged 420 different ways.
Combinations
An arrangement of objects in which order is not important is called a combination.

Combinations of n Objects Taken r at a Time

The number of combinations of n objects taken r at a time is given by:

C (n, r ) = n C r = ( rn ) = r !(nn−! r )! , where 0 ≤ r ≤ n


C (n, r ), nC r , and ( rn ) have the same meaning.
All are read "n choose r ".

Example #1: How many ways are there to give 4 honorable mention awards to a
group of 10 students?

10!
10 C 4 =
4!(10 − 4)!
10! 10 ⋅ 9 ⋅ 8 ⋅ 7 ⋅ (6!)
= =
4!(6!) 4!(6!)
10 ⋅ 9 ⋅ 8 ⋅ 7 ⋅ (6!)
= -cancel the 6!'s
4!(6!)

10 ⋅ 9 3 ⋅ 8 ⋅ 7
=
4 ⋅ 3 ⋅ 2 ⋅1
= 210

Note: Since the order in which the honorable mention awards are presented is not
important, then this is a “combination” problem.

You might also like