Chapter 5 Exercises With Answers PDF
Chapter 5 Exercises With Answers PDF
Composition of Events
1. A Japanese industry is considering on setting up plants in the Philippines. We define the following events:
L = event of putting up a plant in Luzon
V = event of putting up a plant in Visayas
M = event of putting up a plant in Mindanao
Express the following events as a composition of the events L, V, M.
a. event of putting up plants both in Luzon and in Visayas
𝐿 ∩ 𝑉 *keyword: “and” → intersection
b. event of putting up a plant in Luzon but not in Visayas
𝐿 ∩ 𝑉 𝑐 *keyword: “but not” → “and not” → intersection and complement
c. event of not putting a plant in Luzon
𝐿𝑐
d. event of putting up plants in at least one of the three subdivisions, Luzon, Visayas, and Mindanao.
𝐿∪𝑉∪𝑀 *keyword: “at least one” → union
e. event of putting up plants in all 3 geographic subdivisions
𝐿∩𝑉∩𝑀 *keyword: “all” → intersection
This study source was downloaded by 100000857290092 from CourseHero.com on 11-16-2022 07:14:00 GMT -06:00
https://www.coursehero.com/file/90211625/Chapter-5-Exercises-with-answerspdf/
2. Three new antivirus software are being developed to target and clean computer virus. We then define the
following events:
A = event that Antivirus A detects the virus
B = event that Antivirus B detects the virus
C = event that Antivirus C detects the virus
Express the following events in terms of A, B, and C:
a. event where Antivirus A did not detect the virus
𝐴𝑐
b. event where Antivirus B and C detects the virus
𝐵 ∩ 𝐶 *keyword: “and” → intersection
c. event where all three Antivirus detect the virus
𝐴∩𝐵∩𝐶 *keyword: “all” → intersection
d. event where Antivirus A detects the virus but not Antivirus B
𝐴 ∩ 𝐵𝑐 *keyword: “but not” → “and not” → intersection and complement
e. event where at least one of Antivirus B or C detects the virus
𝐵 ∪ 𝐶 *keyword: “at least one” “or” → union
Rules of Counting
1. A man has four shirts. One is red, the others are yellow, white, and green. He has three pairs of pants. One is
red, the others are white and blue. How many ways can he match his shirts with his pants?
You can view it as experiment in two stages: 1st stage is choosing the shirt and 2nd stage would be choosing
the pants. There are 4 possible outcomes in the 1st stage and 3 possible outcomes in the 2nd stage.
This study source was downloaded by 100000857290092 from CourseHero.com on 11-16-2022 07:14:00 GMT -06:00
https://www.coursehero.com/file/90211625/Chapter-5-Exercises-with-answerspdf/
4 × 3 = 12
There are a total of 12 possible combinations of shirts and pants. If you want to list it down, that would be:
red shirt & red pants yellow shirt & red pants white shirt & red pants green shirt & red pants
red shirt & white pants yellow shirt & white pants white shirt & white pants green shirt & white pants
red shirt & blue pants yellow shirt & blue pants white shirt & blue pants green shirt & blue pants
2. In a Science exam, a student has a choice of 8 questions out of 10. How many ways can a student choose a set
of 8 questions if she chooses arbitrarily?
Since you are choosing 8 questions out of 10, all these questions should be DISTINCT and order DOES NOT
MATTER in this case (you are merely picking from a pool of questions). This leaves us with using
COMBINATION.
10 10! 10 ∗ 9 ∗ 8! 90
𝐶(10,8) = ( )= = = = 45
8 (10 − 8)! 8! 2! 8! 2
3. How many ways can we form a committee consisting of four members if we were to select them from the 15
officers of an organization?
Same with #3, we just choose four members from the 15 officers. These members should be distinct and order
does not matter. Hence, we use combination.
15 15! 15 ∗ 14 ∗ 13 ∗ 12 ∗ 11!
𝐶(15,4) = ( )= = = 1365
4 (15 − 4)! 4! 11! 4!
4. If a multiple choice test consists of 5 questions each with 4 possible answers of which only 1 is correct,
a. How many different ways can a student answer the 5 questions?
Think of this as working in 5 stages. There are four possible outcomes (A, B, C, D) for each stage. Take
note that, outcomes can be repeated.
4 × 4 × 4 × 4 × 4 = 45 = 1024
b. How many ways can a student answer all the 5 questions incorrectly?
Since only 1 is correct, these means that there are 3 possible outcomes (wrong answers) for each
stage.
3 × 3 × 3 × 3 × 3 = 35 = 243
c. If the student is choosing the answers at random, what is the probability of getting a score of 0?
Since the student is choosing an answer at random, we can use the classical probability. The
probability of getting a score of 0 is the same as the probability of getting all the 5 questions
incorrectly. Thus, if we let
A = event that the student answers all the 5 questions incorrectly (score of 0)
We have
𝑛(𝐴) 243
𝑃(𝐴) = = = 0.2373
𝑛(Ω) 1024
https://www.coursehero.com/file/90211625/Chapter-5-Exercises-with-answerspdf/
𝑃(𝐴) = 0.10 𝑃(𝐵) = 0.25
Since 5% will contract BOTH diseases, that would be
𝑃(𝐴 ∩ 𝐵) = 0.05
c. Find the probability that a randomly selected person from this community will contract:
i. At least one of the 2 diseases
We need to find 𝑃(𝐴 ∪ 𝐵). Using the properties of probability, we have
𝑃(𝐴 ∪ 𝐵) = 𝑃(𝐴) + 𝑃(𝐵) − 𝑃(𝐴 ∩ 𝐵) = 0.10 + 0.25 − 0.05 = 0.30
ii. Disease B but not disease A
We need to find 𝑃(𝐵 ∩ 𝐴𝑐 ). Using the properties of probability, we have
𝑃(𝐵 ∩ 𝐴𝑐 ) = 𝑃(𝐵) − 𝑃(𝐴 ∩ 𝐵) = 0.25 − 0.05 = 0.20
In Venn diagram, we visualize it as:
A B
B 𝐴∩𝐵
B B
A A
Ω
A B A B 𝐴∩𝐵
Ω
This study source was downloaded by 100000857290092 from CourseHero.com on 11-16-2022 07:14:00 GMT -06:00
https://www.coursehero.com/file/90211625/Chapter-5-Exercises-with-answerspdf/
Thus, we have
𝑃[(𝐴 ∩ 𝐵𝑐 ) ∪ ( 𝐵 ∩ 𝐴𝑐 )] = 𝑃(𝐴 ∪ 𝐵) − 𝑃(𝐴 ∩ 𝐵) = 0.30 − 0.05 = 𝟎. 𝟐𝟓
2. In a certain federal prison it is known that 2/3 of the inmates are under 25 years of age. It is also known that
3/5 of the inmates are male and the 5/8 of the inmates are female or 25 years of age or older.
a. Define the basic events.
A = Event that the prisoner is under 25 years old
M = Event that the prisoner is a male
b. List down the given probabilities.
2 3 5
𝑃(𝐴) = 𝑃(𝑀) = 𝑃(𝐴𝑐 ∪ 𝑀𝑐 ) =
3 5 8
c. Determine the probability that a prisoner selected at random from this prison is female and at least
25 years old?
𝐴𝑐 ∩ 𝑀𝑐 = event that the prisoner is female and at least 25 years old
1 2 5
𝑃(𝐴𝑐 ∩ 𝑀𝑐 ) = 𝑃(𝐴𝑐 ) + 𝑃(𝑀𝑐 ) − 𝑃(𝐴𝑐 ∪ 𝑀𝑐 ) = + − = 0.1083
3 5 8
https://www.coursehero.com/file/90211625/Chapter-5-Exercises-with-answerspdf/
Recall: If A and B are events, then 𝑃(𝐴∪𝐵) = 𝑃(𝐴) + 𝑃(𝐵) − 𝑃(𝐴∩𝐵).
Using algebraic manipulation, we have:
𝑃(𝐴 ∪ 𝐵) = 𝑃(𝐴) + 𝑃(𝐵) − 𝑃(𝐴 ∩ 𝐵)
→ 𝑃(𝐴 ∪ 𝐵) + 𝑃(𝐴 ∩ 𝐵) = 𝑃(𝐴) + 𝑃(𝐵) [transpose 𝑃(𝐴 ∩ 𝐵)]
→ 𝑃(𝐴 ∩ 𝐵) = 𝑃(𝐴) + 𝑃(𝐵) − 𝑃(𝐴 ∪ 𝐵) [transpose 𝑃(𝐴 ∪ 𝐵)]
Thus,
𝑃(𝐴 ∩ 𝐵) = 0.18 + 0.33 − 0.40 = 0.11
For the probability that it will win the best actress award given that it won best actor award, we have
𝑃(𝐴 ∩ 𝐵) 0.11
𝑃(𝐴|𝐵) = = = 0.33
𝑃(𝐵) 0.33
3. A random sample of 200 adults is classified below according to sex and the highest level of education attained.
If a person is picked at random from this group, find the probability that the person
Male Female
Elementary 38 45
Secondary 28 50
College 22 17
To answer the questions, we must set up our probabilities and table first.
Elementary 38 45 83
Secondary 28 50 78
College 22 17 39
TOTAL 88 112 200
This study source was downloaded by 100000857290092 from CourseHero.com on 11-16-2022 07:14:00 GMT -06:00
https://www.coursehero.com/file/90211625/Chapter-5-Exercises-with-answerspdf/
a. is a male, given that the person’s highest level of education attained is secondary education
Find 𝑃(𝑀|𝑆).
𝑃(𝑀 ∩ 𝑆) 28⁄200 28
𝑃(𝑀|𝑆) = = = = 0.3590
𝑃(𝑆) 78⁄ 78
200
b. does not have a college degree, given that the person is a female
Find 𝑃(𝐶 𝑐 |𝐹).
𝑃(𝐹 ∩ 𝐶) 17⁄
𝑃(𝐶 𝑐 |𝐹) = 1 − 𝑃(𝐶|𝐹) = 1 − =1− 200 = 1 − 17 = 0.8482
𝑃(𝐹) 112⁄ 112
200
Since the conditioning event is “Female”, just look at the “Female” section, and from that
get the probability of “not College” (Elem + Secondary) in the “Female” section only.
This study source was downloaded by 100000857290092 from CourseHero.com on 11-16-2022 07:14:00 GMT -06:00
https://www.coursehero.com/file/90211625/Chapter-5-Exercises-with-answerspdf/
4. A town has one fire engine and one ambulance available for emergencies. The probability that the fire engine
is available when needed is 0.98 and the probability that the ambulance is available when called is 0.92.
In the event of an injury resulting from a burning building and assuming that the availability of fire engine and
ambulance are independent of each other,
Let F = event that the fire engine is available
A = event that the ambulance is available
Note that events F and A are independent according to the problem.
The given probabilities are:
𝑃(𝐹) = 0.98 𝑃(𝐴) = 0.92
And since F and A are independent,
𝑃(𝐹 ∩ 𝐴) = 𝑃(𝐹) ∗ 𝑃(𝐴) = 0.98 ∗ 0.92 = 0.9016
a. Find the probability that at least one of the ambulance and the fire engine will be available.
Find 𝑃(𝐹 ∪ 𝐴).
𝑃(𝐹 ∪ 𝐴) = 𝑃(𝐹) + 𝑃(𝐴) − 𝑃(𝐹 ∩ 𝐴) = 0.98 + 0.92 − 0.9016 = 0.9984
b. Find the probability that a fire engine is available given that the ambulance is available.
Find 𝑃(𝐹|𝐴). However, they are independent. Thus,
𝑃(𝐹|𝐴) = 𝑃(𝐹) = 0.98
This study source was downloaded by 100000857290092 from CourseHero.com on 11-16-2022 07:14:00 GMT -06:00
https://www.coursehero.com/file/90211625/Chapter-5-Exercises-with-answerspdf/
Powered by TCPDF (www.tcpdf.org)