Module 8. Probability Specpa104
Module 8. Probability Specpa104
Probability
MODULE 8. PROBABILITY
PROBABILITY
Definitions:
A probability is a number that reflects the chance or likelihood that a particular event will occur.
Probabilities can be expressed as proportions that range from 0 to 1, and they can also be expressed
as percentages ranging from 0% to 100%. A probability of 0 indicates that there is no chance that a
particular event will occur, whereas a probability of 1 indicates that an event is certain to occur. A
probability of 0.45 (45%) indicates that there are 45 chances out of 100 of the event occurring.
Experiments are activities that produce outcomes. The outcome may be a success or failure. The
set of all the outcomes in an experiment is called the sample space S. A subject of the sample
space is called an event. An outcome of an experiment is called a sample point
Examples
1. How many two-digit numbers can be formed from the digits 1, 2, and 3?
Solution:
There are 3 numbers than can be used for the first digit and 3 numbers for the second digit
if repetition is allowed.
1 11
1 2 12
3 13
1 21
2 2 22
3 23
31
3 2 32
3 33
2. How many ways can one elect a president, a vice president, and a secretary if there are three
candidates of president, four candidates for vice president, and six candidates for secretary?
Solution:
There are three ways to elect the president, four ways to elect the vice president, and six ways to
elect the secretary. There are
3 x 4 x 6 = 72 ways to elect the president, the vice president, and the secretary.
Permutation
Permutation deals with the arrangement or order of things. The number of permutations of n things
taken r at a time is given by
n!
P (n, r) =
(n – r)!
Example 1. How many ways can Angie arrange 6 books at a time in a shelf with 10 books?
Solution:
n! 10! 10! 3628800
P (n, r) = = = = = 151, 200 ways
(n – r)! (10 – 6)! 4! 24
Solution:
n! 8! 8! 40320
P (n, r) = = = = = 6,720 ways
(n – r)! (8 - 5)! 3! 6
Example 3. How many ways can you arrange 4 accounting books and 3 management books in a shelf
if the same kinds of books are to be side by side?
4! 4!
P (4, 4) = = = 24 ways
(4 - 4)! 0!
3! 3!
P (3, 3) = = = 6 ways
(3 - 3)! 0!
2! 2!
P (2, 2) = = = 2 ways
(2 - 2)! 0!
24 x 6 x 2 = 288 ways
( n – 1)!
where n objects has n1 of one kind, n2 of the second kind, and so on. With
n = n1 + n2 + …+ nk
Example 5. How many ways can 4 red flags, 3 blue flags and 2 white flags be arranged on a line?
Solution:
n! 9! 362880
= = = 1,260 ways
n1! n2! …nk! 4!3!2! (24)(6)(2)
Example 6. How many ways can the letters in the word “STATISTICS” be arranged?
Solution:
n! 10! 3628800
= = = 50, 400 ways
n1! n2! …nk! 3!3!1!2!1! (6)(6)(1)(2)(1)
Combination
Combination deals with the selection or group of things or objects. The number of combination of n
things taken r at a time is
n n!
C (n, r) = =
r r! (n – r)!
Example 7. How many committees of five members can be formed from eight sales executives?
Solution:
n n! 8! 8!
C (n, r) = = = = = 56 committees
r r! (n – r)! 5! (8 - 5)! 5!3!
Example 8. How many committees of five, with two accountants and three lawyers, be formed from a
selection of six accountants and eight lawyers?
Solution:
The two accountants can be selected from among six accountants in
n n! 6! 720
C (n, r) = = = = = 15 ways
r r! (n – r)! 2! (6 - 2)! (2)(24)
The three lawyers can be selected from among the eight lawyers in
n n! 8! 40320
C (n, r) = = = = = 56 ways
r r! (n – r)! 3! (8 - 3)! (6)(120)
The two accountants and three lawyers can be selected from the selections in
Example 9. How many ways can you invite one or more of your 4 friends to a seminar?
Solution:
You can invite your 4 friends one at a time in
4! 4!
C (4,1) = = = 4 ways
1! (4-1)! 3!
4! 4!
C (4,3) = = = 4 ways
3! (4-3)! 3!
You can invite your 4 friends one at a time in
4! 4!
C (4,4) = = = 1 way
4! (4-4)! 4!
4 + 6 + 4 + 1 = 15 ways
Probability of an Event
If event E has n(E) equally likely outcomes and its sample space S has n(S) equally likely
outcomes, the probability of event E is
n (E)
P(E) =
n (S)
where
Example 10
A class consists of 12 economics, 15 banking and finance, and 18 accounting students. A student is
chosen at random to represent the class. Find the probability that the student is
a. an economic student
The probability is =
The probability is =
c. an accounting student
The probability is =
Rules of Probability
Definitions: Before discussing the rules of probability, we state the following definitions:
Two events are mutually exclusive or disjoint if they cannot occur at the same time.
The probability that Event A occurs, given that Event B has occurred, is called a
conditional probability
The conditional probability of Event A, given Event B, is denoted by the symbol P(A|B).
The complement of an event is the event not occurring. The probability that event A will not
occur is denoted by P(A').
The probability that Events A and B both occur is the probability of the intersection of A and
B. The probability of the intersection of Events A and B is denoted by P(A ∩ B). If Events A
and B are mutually exclusive, P(A ∩ B) = 0.
The probability that Events A or B occur is the probability of the union of A and B. The
probability of the union of Events A and B is denoted by P(A∪ B) .
If the occurrence of Event A changes the probability of Event B, then Events A and B are
dependent. On the other hand, if the occurrence of Event A does not change the probability of
Event B, then Events A and B are independent.
P(A’) = 1 – P(A)
It also follows that the probability that event A will occur is equal to 1 minus the probability
that event A will not occur or P(A) = 1 - P(A’)
Example 12. The probability of Bill not graduating in college is 0.8. What is the probability that Bill
will not graduate from college?
Solution: P(A) = 1 – 0.8 = 0.2
Example 13. A bowl contains 4 red, 5 blue, and 6 white chips. If a chip is taken at random, find the
probability of having
a. not a blue chip
b. not a blue nor white chip
Solution
a. not a blue chip
P(blue) =
Example 14. An urn contains 6 red marbles and 4 black marbles. Two marbles are drawn from the
urn. What is the probability that both of the marbles are black?
a. with replacement
b. without replacement
Solution:
a. With Replacement (Independent events: Multiplication Rule 1)
P(A ∩ B) = P(A) P(B)
Let A = the event that the first marble is black; and
let B = the event that the second marble is black.
We know that there are 10 marbles in the urn, 4 of which are black.
The probabilities are
First selection, P(A) = 4/10. (Note: After the first selection, the marbles drawn were replaced).
Second selection, P(B) = 4/10
Therefore,
P(A ∩ B) = P(A) P(B)
P(A ∩ B) = (4/10) (4/10) = 16/100 = 0.16
In the first selection, there are 10 marbles in the urn, 4 of which are black.
P(A) = 4/10.
After the first selection, there are 9 marbles left in the urn, 3 of which are black.
P(B|A) = 3/9.
Therefore, the probability that both of the marbles are black without replacement is
( )( )
Example 15. A box contains 9 tickets numbered 1 to 9 inclusive. If three tickets are drawn from the
box one at a time with replacement, find the probability that they are alternately
Solution:
Example 16. A box contains 9 tickets numbered 1 to 9 inclusive. If three tickets are drawn from the
box one at a time without replacement, find the probability that they are alternately
a. odd, even, odd
b. even, odd, even
Solution:
The probability is
. . = = 0.16
The probability is
. . = = 0.12
o Native man Math tutorial. [Tagalog] Intro to Probability: Experiment, Outcome, Sample
Space, Event. https://www.youtube.com/watch?v=zYdawN7a3-E
o Native man Math tutorial. [Tagalog] Union and Intersection of events, how to make Venn
diagram. https://www.youtube.com/watch?v=RdZaQvR2MTM
o Native man Math tutorial. [Tagalog] Probability of Union of Two Events: P(A or B) =
P(AUB). https://www.youtube.com/watch?v=wSs8uQeCnaU
o Native man Math tutorial. [Tagalog] Mutually Exclusive Events or Not Mutually Exclusive
Events. https://www.youtube.com/watch?v=Mg3uxgUkjzo
o Native man Math tutorial. [Tagalog] Solving Mutually and Not Mutually Exclusive Events.
https://www.youtube.com/watch?v=4uMzdL13nGo
o Native man Math tutorial. [Tagalog]. Third periodical test PART 2 Probability.
https://www.youtube.com/watch?v=lXhAldmD-5Y
REFERENCES
ANTIVOLA, M.M., ALAMIL, L.R., AND J. J. RAYEL (2015). Business Statistics: A Modular
Approach. Atbp. Publishing Corp., Mandaluyong City.
BASILIO, F.B. et al (2003). Fundamentals of Statistics. Trinitas Publishing Inc., Bulacan
CABERO, J.B., SALAMAT, L.G. AND A.C. STA. MARIA (2013). Business Statistics. Anvil
Publishing Inc., Mandaluyong City.
CHU, K. DEAN, S. and B. ILLOWSKY (2013). Elementary Statistics. Rice University, Houston, Texas.
[Available Online] http://cnx.org/content/col10966/1.4/ >Online: < http://cnx.org/content/col10966/1.4/ >
KELLER , G. (2013). Business Statistics. Cengage Learning Asia Pte Ltd., Singapore
Exercises 8.1
COUNTING PRINCIPLE
A. Solve only any 2 problems: Get additional points for 2 more problems correctly solved
1. Anne Josephine wants to buy a blouse. She has a choice of 4 styles, 6 sizes, and 7 colors. How
many choices does she have in the selection?
2. Friendly Realty developed new townhouses. It offered 1, 2, or 3 bedrooms, with or without
balcony, with or without a garage, and several different exterior finishes. If there are 72
possible choices open to a buyer, how many different exterior finishes is available?
3. Ralph has three groups of distinct toys: 11 in the first group, 12 in the second group and 20 in
the third group. If he selects one item from each group, how many selections can he form.
4. How many ways can forty runners finish a race first, second and third?
5. Paul owns 8 pairs of jeans, 22 clean T-shirts and 6 pairs of shoes. How many outfits (jean, t-
shirt and shoes) can he create?
6. Cristina wants to buy a car. She has a choice of makes, 8 body styles, and 10 colors. How many
choices does she have in the selection?
7. Andrea Bistro offers a new menu where, for a fixed dinner cost, one can choose from one of
five salads, one of seven entrees, and one eight desserts. How many different dinners are
available?
8. How many ways can Marissa set her table if she has 10 table cloths, 5 sets of silvers, and 8 sets
of dishes?
9. How many three-digit numbers can be formed with the digits 0, 1, 2, 3, 4, 5 and 6
a. if repetition of digits is not allowed?
b. if repetition of digits is allowed?
10. A. true or false test consists of 15 questions. How many ways can John Mark his answers of
these questions?
B. Construct the tree diagram of the following: (Select only 2 questions and get additional points
for 2 more questions correctly answered.
Exercises 8.2
PERMUTATION
A. Evaluate
a. 9P4
b. 100P100
B. Solve only 2 of the following problems (Get additional points for 2 more problems correctly
solved)
2. On a trip to Batangas, Mylene want to visit 6 of the 10 sites. If the order of the visit matters, how
many ways can she plan the trip?
3. How many ways can 6 Ilocano, 5 Cebuano, and 7 Waray be seated in a row so that all people of
ethnicity are together?
4. How many ways can Andrea arrange 8 computer books, 11 mathematical books and 8 chess books
in a shelf so that all books on a subject are together?
5. How many ways can Carlos, David and Edgar choose movies to watch if nine different movies are
available?
6. If there are 40 runners in a race, how many ways can they place first, second, and third?
7. How many permutations can be made from the letters in the following words:
a. MATHEMATICS
b. PAGUDPUD
c. ILOCOS
d.MATABUNGKAY
e. SPEEDSTERS
8. How many ways can Johann seat himself and five of his classmates around a table? How many ways
can Johann seat his classmates after he has chosen his own seat?
9. With four yellow caps and seven orange caps, alike except for color, how many ways can eleven
boys be provided with caps?
Exercises 8.3
COMBINATION
A. Evaluate
a. 8C3
b. 9C9
B. Solve only 2 problems: Get additional points for 2 more problems correctly solved
13. From a group of ten scientists, how many different committees can be formed consisting of
a. three members?
b. four or five members?
14. How many ways can a committee of four accountants and five lawyers be selected from nine
accountants and eight lawyers?
Exercises 8.4
PROBABILITY OF AN EVENT
Solve only 2 problems: Get additional points for 2 more problems correctly solved
. Exercises 8.5
PROBABILITY OF INDEPENDENT AND DEPENDENT EVENTS
Solve only 2 problems: Get additional points for 2 more problems correctly solved
1. A bowl contains 4 red, 5 blue and 6 white balls. if 4 balls are taken at random with replacement, find
the probability of having
a. 4 blue balls
b. 4 white balls
c. 2 red balls
d. 3 blue balls
e. 2 red, 1 blue and 1 white balls
2. A bowl contains 4 red, 5 blue and 6 white balls. if 4 balls are taken at random without replacement,
find the probability of having
a. 4 blue balls
b. 4 white balls
c. 2 red balls
d. 3 blue balls
e. 2 red, 1 blue and 1 white balls
3. Of 10 girls in a class, 3 speak Cebuano. If two girls are chosen at random, what is the probability
that
a. both speak Cebuano
b. neither speak Cebuano
4. Three bolts and three nuts are put in a box. If two parts are chosen at random without replacement,
find the probability that
a. both are bolts
b. both are nuts
c. one is a bolt and one is a nut
5. Four cards are drawn from an ordinary deck of 52 well-shuffled cards. Find the probability of
having
a. four aces
b. four hearts
c. two aces and two kings
EXERCISE NO. 8
PROBABILITY
ANSWERS