Chapter 6 - Probability
Chapter 6 - Probability
Probability
Solution
n = 6, r = 4
6!
6
C4
4!(6 4)!
6 5 4 3 2 1
15
4 3 2 1 2 1
Example:
There are twelve people entering a room where there are
only ten chairs. How many ways can two people be
chosen to remain standing?
Solution
n = 12, r = 2
12!
12
C2
2!(12 2)!
66
So, what’s the difference ?
In English, we use the word "combination" loosely, without
thinking if the order of things is important. In other words:
1. "My fruit salad is a combination of apples, grapes and
bananas." We don't care what order the fruits are in, they
could also be "bananas, grapes and apples" or "grapes,
apples and bananas", its the same fruit salad.
2. "The combination to the safe is 472". Now we do care
about the order. "724" won't work, nor will "247". It has to be
exactly 4-7-2. (So this is permutation).
Probability of getting 5:
1
P(5) =
6
b) The possible outcomes less than 4 are 1, 2 and 3.
So, the frequency of outcomes which is less than 4 is
3.
3
P(less than 4) = 6
1
=
2
The Addition Rule
• Mutually exclusive events
o When event A and event B cannot occur together,
they are mutually exclusive.
o For instance, we have to travel to a place and there
are only two choices, either by bus or taxi. It is not
possible to go by bus and taxi at the same time. So,
the event of going by bus and going by taxi are
mutually exclusive.
o To find the probability of event A or event B
occurring, we sum up the probability that event A
will occur and the probability that event B will occur.
o P(A ∪ B) = P(A) + P(B)
Example:
There are 25 students in a class. Five of them scored A
and ten of them scored B while the others scored C for
Business Statistics subject. If a student is selected at
random, what is the probability that the selected student
scored A or B in Calculus?
Solution:
Solution
Let P(B) = probability of getting a boy
P(G) = probability of getting a girl
1 1
P(B) = 2 , P(G) = 2
1 1 1
P(B ∩ G) = P(B) P(G) =
2 2 4
Thank you