You are on page 1of 84

ENS185:

PROBABILITY AND STATISTICS

Engr. Suzette de Torres Escalera, MSMSE

Mindanao State University – Iligan Institute of Technology


Department of Materials and Resources Engineering and Technology
ENS185:
Probability and Lecture 3
Statistics
Basics of Probability

Mindanao State University – Iligan Institute of Technology


Department of Materials and Resources Engineering and Technology
Introduction to Probability

 The term probability refers to the study of randomness and uncertainty.


 The discipline of probability provides methods for quantifying the chances, or
likelihoods, associated with the various outcomes.

Descriptive Inferential
Probability
Statistics Statistics
Introduction to Probability

Sample Scenarios

1. Consider the experiment of tossing a die. If we are interested in the number that
shows on the top face, the sample space would be:

2. Consider the experiment of tossing a die. If we are interested on whether the number
is even or odd, the sample space would be:

3. Consider the experiment of tossing a coin. If we are interested on whether a head or a


tail will show up, the sample space would be:
Introduction to Probability

Sample Scenarios

4. An experiment consists of flipping a coin. If a head occurs, the coin is flipped a second
time. If a tail occurs, a die is tossed.
Second outcome Sample point
H {HH}
First outcome
H
T {HT}
1 {T1}
2 {T2}
T 3 {T3}
4 {T4}
5 {T5}
6 {T6}
Introduction to Probability

Sample Scenarios

5. Suppose that three items are selected at random from a manufacturing process. Each
item is inspected and classified defective, D, or non-defective, N
third sample
item point
second D {DDD}
first item
item D N {DDN}
D {DND}
D N N {DNN}
D {NDD}
D
N N {NDN}
N D {NND}
N {NNN}
Introduction to Probability

Event
 A subset of a sample space

For any given experiment we may be interested in the occurrence of certain events
rather than in the outcome of a specific element in the sample space.

6. We are interested in the event A that the outcome when a die is tossed is divisible by 3.
Introduction to Probability

Event
 A subset of a sample space

For any given experiment we may be interested in the occurrence of certain events
rather than in the outcome of a specific element in the sample space.

7. Suppose that three items are selected at random from a manufacturing process. Each
item is inspected and classified defective, D, or non-defective, N (with reference to
example 5). If we are interested in the event B that the number of defectives is
greater than 1:
Introduction to Probability

Complement of an Event
 A subset of all elements of the sample space that are not in event A

8. We are interested in the event A that the outcome when a die is tossed is divisible by
3 (with reference to 6)
Introduction to Probability

Complement of an Event
 A subset of all elements of the sample space that are not in event A

9. Suppose that three items are selected at random from a manufacturing process. Each
item is inspected and classified defective, D, or non-defective, N (with reference to
example 5). If we are interested in the event B that the number of defectives is
greater than 1: (with reference to 7)
Introduction to Probability

Intersection
 The intersection of two events A and B, denoted by the symbol A  B, is the event
containing all elements that are common to A and B

Mutually Exclusive
 Two events A and B are mutually exclusive or disjoint if the intersection between
them is null (A  B = ), that is, if A and B have no elements in common

Union
 The union of the two events A and B, denoted by the symbol A  B, is the event
containing all the elements that belong to A or B or both.
Introduction to Probability

Sample Problem from Handouts


The resumés of 2 male applicants for a college teaching position in chemistry are placed
in the same file as the resumés of two female applicants. Two positions become available
and the first, at the rank of assistant professor, is filled by selecting 1 of the 4 applicants
at random. The second position, at the rank of instructor, is then filled by selecting at
random one of the remaining 3 applicants. Using the notation M2F1, for example, to
denote the simple event that the first position is filled by the second male applicant and
the second position is then filled by the first female applicant:
a. list the elements of a sample space S;
b. list the elements of S corresponding to event A that the position of assistant professor
is filled by a male applicant;
c. list the elements of S corresponding to event B that exactly 1 of the two positions was
filled by a male applicant;
Introduction to Probability

Sample Problem from Handouts


The resumés of 2 male applicants for a college teaching position in chemistry are placed
in the same file as the resumés of two female applicants. Two positions become available
and the first, at the rank of assistant professor, is filled by selecting 1 of the 4 applicants
at random. The second position, at the rank of instructor, is then filled by selecting at
random one of the remaining 3 applicants. Using the notation M2F1, for example, to
denote the simple event that the first position is filled by the second male applicant and
the second position is then filled by the first female applicant:
d. list the elements of S corresponding to event C that neither positions was filled by a
male applicant;
e. list the elements of S corresponding to the event A∩B;
f. list the elements of S corresponding to the event AUC;
g. construct a Venn diagram to illustrate the intersections and unions of the events A, B,
and C.
Introduction to Probability

Sample Problem from Handouts


Counting Sample Points

Theorem 2.1
• If an operation can be performed in n1 ways, and if for each of these a second
operation can be performed in n2 ways, then the two operations can be performed
together in n1n2 ways.

10. How many sample points are in the sample space when a pair of dice is thrown once?

 There are 36 possible ways


Counting Sample Points

Theorem 2.1

11. A developer of a new subdivision offers prospective home buyers a choice of Tudor,
rustic, colonial, and traditional exterior styling in ranch, two-story, and split-level floor
plans. In how many different ways can a buyer order one of these homes?
Counting Sample Points

Theorem 2.2
• If an operation can be performed in n1 ways, and if for each of these a second
operation can be performed in n2 ways, and for each of the first two a third operation
can be performed in n3 ways, and so forth, then the two operations can be performed
together in n1n2 n3,…nk ways.

12. How many lunches consisting of a soup, sandwich, dessert, and a drink are possible if
we can select 4 soups, 3 kinds of sandwiches, 5 desserts, and 4 drinks?
- soup
- sandwiches
- desserts
- drinks
Counting Sample Points

Theorem 2.2
• If an operation can be performed in n1 ways, and if for each of these a second
operation can be performed in n2 ways, and for each of the first two a third operation
can be performed in n3 ways, and so forth, then the two operations can be performed
together in n1n2 n3,…nk ways.

13. How many even three-digit numbers can be formed from the digits 1, 2, 5, 6, and 9 if
each digit can be used only once?

- ones
- tens
- hundreds
Counting Sample Points

Permutation
 It is an arrangement of all or part of a set of objects

14. Consider the three letters a, b, and c. The possible permutations are abc, acb, bac,
bca, cab, and cba.
In other words it has 6 distinct arrangements

- First letter
- Second letter
- Third letter
Counting Sample Points

Theorem 2.3
• The number of permutation of n distinct objects is n!

15. Consider the four letters a, b, c and d. The number of possible permutations is:

16. Given the four letters a, b, c and d. Consider the number of permutations that are
possible by taking the four letters two at a time.
These would be ab, ac, ad, ba, bc, bd, ca, cb, cd, da, db, dc

- First letter
- Second letter
Counting Sample Points

Theorem 2.4
• The number of permutation of n distinct objects taken r at a time is

17. Two lottery tickets are drawn from 20 for a first and a second prize. Find the number
of sample points in space S.
Counting Sample Points

Theorem 2.4
• The number of permutation of n distinct objects taken r at a time is

18. How many ways can a local chapter of the American Chemical Society schedule 3
speakers for 3 different meetings if they are all available on any of 5 possible dates?
- First speaker
- Second speaker
- Third speaker
Counting Sample Points

Theorem 2.5
• The number of permutation of n distinct objects arranged in a circle is (n – 1)!

Theorem 2.6
• The number of distinct permutation of n things of which n1 are of one kind, n2 of a
second kind,… nk of a kth kind is

19. How many different ways can 3 red, 4 yellow, and 2 blue bulbs be arranged in a string
of Christmas tree lights with 9 sockets?
Counting Sample Points

Theorem 2.7
• The number of ways of partitioning a set of n objects into r cells with n1 elements in
the first cell, n2 elements in the second, and so forth, is

where

20. In how many ways can 7 scientists be assigned to one triple and two double hotel
rooms?
- Triple room
- Double room
- Double room
Counting Sample Points

Combination : r is chosen from n without regard to order


 A partition with two cells, where one cell contains the r objects selected and the other
cell containing the (n – r) objects

Theorem 2.8
• The number of combinations of n distinct objects taken r at a time is
Counting Sample Points

21. From 4 chemists and 3 physicists, find the number of committees that can be formed
consisting of 2 chemists and 1 physicist.

The number of ways of selecting 2 chemists from 4:

The number of ways of selecting 1 physicist from 3:

From Theorem 2.1,


𝒏𝟏 𝒏𝟐 = 𝟔 𝟑 = 𝟏𝟖
Counting Sample Points

Sample Problems from Handouts


1. A certain shoe comes in 5 different styles with each style available in 4 distinct colors.
If the store wishes to display pairs of these shoes showing all of its various styles and
colors, how many different pairs would the store have on display?

2. In how many different ways can a true-false test consisting of 9 questions be


answered?
Counting Sample Points

Sample Problems from Handouts


3. A drug for the relief of asthma can be purchased from 5 different, manufacturers in
liquid, tablet, or capsule form, all of which come in regular and extra strength. How
many different ways can a doctor prescribe the drug for a patient suffering from
asthma?

4. (a) How many distinct permutations can be made from the letters of the word
columns?
(b) How many of these permutations start with the letter m?
Counting Sample Points

Sample Problems from Handouts


5. A witness to a hit-and-run accident told the police that the license number contained
the letters RLH followed by 3 digits, the first of which is a 5. If the witness cannot
recall the last 2 digits, but is certain that all 3 digits are different, find the maximum
number of automobile registrations that the police may have to check.
Counting Sample Points

Sample Problems from Handouts


6. Four married couples have bought 8 seats in the same row for a concert. In how many
different ways can they be seated
(a) With no restrictions?
(b) If each couple is to sit together?
(c) If all the men sit together to the right of all the women?
Counting Sample Points

Sample Problems from Handouts


7. In how many ways can 5 starting positions on a basketball team be filled with 8 men
who can play any of the positions?
By Theorem 2.8, there are 8C5 = 56 ways

8. In how many ways can 5 different trees be planted in a circle?

9. How many distinct permutations can be made from the letters of the word infinity?
Counting Sample Points

Sample Problems from Handouts


10. A college plays 12 football games during a season. In how many ways can the team
end the season with 7 wins, 3 losses, and 2 ties?

11. Nine people are going on a skiing trip in 3 cars that hold 2, 4, and 5 passengers,
respectively. In how many ways is it possible to transport the 9 people to the ski
lodge, using all cars?

12. How many ways are there to select 3 candidates from 8 equally qualified recent
graduates for openings in an accounting firm?
Probability of an Event

 It is the sum of the weights of all sample points in A. Hence,

1. A coin is tossed twice. What is the probability that at least one head occurs?

If the coin is balanced, each of the outcomes in the sample space is equally likely to occur.
Therefore, the weight of each outcome is:
Probability of an Event

 It is the sum of the weights of all sample points in A. Hence,

1. A coin is tossed twice. What is the probability that at least one head occurs?

The event that contains at least one head is:


Probability of an Event

2. A die is loaded in such a way that an even number is twice as likely to occur as an odd
number. If E is the event that a number less than 4 occurs on a single toss of the die,
find P(E).

 chance of an odd number

 chance of an even number


Probability of an Event

3. From example 2, let A be the event that an even number turns up and let B be the
event that a number divisible by 3 occurs. Find P(AB) and P(AB).
Probability of an Event

Theorem 2.9
• If an experiment can result in any one of N different equally likely outcomes, and if
exactly n of these outcomes correspond to event A, then the probability of event A is

4. A mixture of candies contains 6 mints, 4 toffees, and 3 chocolates. If a person makes a


random selection of one of these candies, find the probability of getting
a) a mint
b) a toffee or a chocolate
Probability of an Event

Theorem 2.9
• If an experiment can result in any one of N different equally likely outcomes, and if
exactly n of these outcomes correspond to event A, then the probability of event A is

5. In a poker hand consisting of 5 cards, find the probability of holding 2 aces and 3 jacks
Probability of an Event

Theorem 2.9
• If an experiment can result in any one of N different equally likely outcomes, and if
exactly n of these outcomes correspond to event A, then the probability of event A is

5. In a poker hand consisting of 5 cards, find the probability of holding 2 aces and 3 jacks
Probability of an Event

Sample Problems from Handouts


13. A die is loaded in such a way that an even number is twice as likely to occur as an odd
number.
a. If A is the event that a number less than 4 occurs on a single toss of the die, find P(A).
b. If B is the event that an odd number occurs on a single toss of the die, find P(B).

P(O) = 2P(E)
P(1) = P(3) = P(5) = x, and P(2) = P(4) = P(6) = 2x
P(O) + P(E) = 1
P(1) + P(3) + P(5) + P(2) + P(4) + P(6) = 1
x + x + x + 2x + 2x + 2x = 1
9x = 1
1
𝑥=
9
Probability of an Event

Sample Problems from Handouts


13. A die is loaded in such a way that an even number is twice as likely to occur as an odd
number.
a. If A is the event that a number less than 4 occurs on a single toss of the die, find P(A).
b. If B is the event that an odd number occurs on a single toss of the die, find P(B).

(a) {1,2,3} (b) {1,3,5}

𝑃 𝐴 =𝑃 1 +𝑃 2 +𝑃 3 𝑃 𝐵 = 𝑃 1 + 𝑃 3 + 𝑃(5)
1 2 1 1 1 1
𝑃 𝐴 = + + 𝑃 𝐵 = + +
9 9 9 9 9 9
4 3 1
𝑃 𝐴 = 𝑃 𝐵 = =
9 9 3
Probability of an Event

Sample Problems from Handouts


14. If a letter is chosen at random from the English alphabet, find the probability that the
letter
(a) is a vowel exclusive of y;
(b) is listed somewhere ahead of the letter j;
(c) is listed somewhere after the letter g.
Probability of an Event

Sample Problems from Handouts


15. If each coded item in a catalog begins with 3 distinct letters followed by 4 distinct
nonzero digits, find the probability of randomly selecting one of these coded items
with the first letter a vowel and the last digit even.
Additive Rules

Theorem 2.10
• If A and B are any two events, then

Corollary 1
• If A and B are mutually exclusive, then

Corollary 2
• If A1, A2, A3, … An are mutually exclusive, then
Additive Rules

Theorem 2.10
• If A and B are any two events, then

Corollary 3
• If A1, A2, A3, … An is a partition of a sample space S, then
Additive Rules

Theorem 2.11
• For three events A, B, and C,
Additive Rules

6. The probability that Paula passes mathematics is 2/3, and the probability that she
passes English is 4/9. If the probability of passing both courses is 1/4, what is the
probability that Paula will pass at least one of these courses?
Additive Rules

7. What is the probability of getting a total of 7 or 11 when a pair of dice are tossed?

Let A – event that a total of 7 occurs


Let B – event that a total of 11 occurs

Events A and B are mutually exclusive since a total of 7 or 11 cannot both occur on the
same toss
Additive Rules

8. If the probabilities are, respectively, 0.09, 0.15, 0,21, and 0.23 that a person
purchasing a new automobile will choose the color green, white, red or blue, what is
the probability that a given buyer will purchase a new automobile that comes in one
of those colors?
Additive Rules

Theorem 2.12
• If A and A’ are complementary events, then

9. If the probabilities that an automobile mechanic will service 3, 4, 5, 6, 7, 8 or more


cars on any given work day are, 0.12, 0.19, 0.28, 0.24, 0.10, and 0.07, what is the
probability that he will service at least 5 cars on his next day at work?
Additive Rules

Theorem 2.12
• If A and A’ are complementary events, then

10. A box contains 500 envelops of which 75 contain $100 in cash, 150 contain $25, and
275 contain $10. An envelop may be purchased for $25. Find the probability that the
first envelop purchased contains less than $100.
Additive Rules

11. The probability that an American industry will locate in Munich is 0.7, the probability
that it will locate in Brussels is 0.4, and the probability that it will locate in either
Munich or Brussels is 0.8. What is the probability that the industry will locate in
a. Both cities?
b. Neither city?
Additive Rules

12. An automobile manufacturer is concerned about a possible recall of their best-selling


four-door sedan. If there were a recall, there is 0.25 probability that a defect is in a
brake system, 0.18 in the transmission, 0.17 in the fuel system, and 0.40 in some
other area.
a. What is the probability that the defect is the brakes or the fueling system if the
probability of defects in both systems simultaneously is 0.15?
b. What is the probability that there are no defects in either the brakes or the fueling
system?
Additive Rules

12. An automobile manufacturer is concerned about a possible recall of their best-selling


four-door sedan. If there were a recall, there is 0.25 probability that a defect is in a
brake system, 0.18 in the transmission, 0.17 in the fuel system, and 0.40 in some
other area.
a. What is the probability that the defect is the brakes or the fueling system if the
probability of defects in both systems simultaneously is 0.15?
Additive Rules

12. An automobile manufacturer is concerned about a possible recall of their best-selling


four-door sedan. If there were a recall, there is 0.25 probability that a defect is in a
brake system, 0.18 in the transmission, 0.17 in the fuel system, and 0.40 in some
other area.
b. What is the probability that there are no defects in either the brakes or the fueling
system?
Conditional Probability

 The probability of an event B occurring when it is known that some event A has
occurred

• The conditional probability of B, given A, denoted by P(B|A), is defined by

if P(A) > 0
Conditional Probability

13. Suppose that our sample space S is the population of adults in a small town who have
completed the requirements for a college degree. We shall categorize them according
to sex and employment status:

One of these individuals is to be selected at random for a tour throughout the country to
publicize the advantages of establishing new industries in the town. Find the probability
that an employed male is selected.

P(M) = probability that a man is chosen


P(E) = probability that the one chosen is employed
Conditional Probability

13. Suppose that our sample space S is the population of adults in a small town who have
completed the requirements for a college degree. We shall categorize them according
to sex and employment status:

One of these individuals is to be selected at random for a tour throughout the country to
publicize the advantages of establishing new industries in the town. Find the probability
that an employed male is selected.
Conditional Probability

14. The probability that a regularly scheduled flight departs on time is P(D) = 0.83; the
probability that it arrives on time is P(A) = 0.82; and the probability that it departs and
arrives on time is P(D  A) = 0.78. Find the probability that a plane
a. arrives on time given that it departed on time
b. departs on time given that it arrived on time
c. arrives on time given that it departed late
Conditional Probability

14. The probability that a regularly scheduled flight departs on time is P(D) = 0.83; the
probability that it arrives on time is P(A) = 0.82; and the probability that it departs and
arrives on time is P(D  A) = 0.78. Find the probability that a plane
a. arrives on time given that it departed on time
b. departs on time given that it arrived on time
c. arrives on time given that it departed late
Conditional Probability

15. from example 2 - A die is loaded in such a way that an even number is twice as likely
to occur as an odd number. Let B be the event of getting a perfect square, and A be
the event of getting a number greater than 3. Find the probability of getting a perfect
square given that the number is greater than 3.
Conditional Probability

15. from example 2 - A die is loaded in such a way that an even number is twice as likely
to occur as an odd number. Let B be the event of getting a perfect square, and A be
the event of getting a number greater than 3. Find the probability of getting a perfect
square given that the number is greater than 3.
Conditional Probability

16. 2 cards are drawn in succession from an ordinary deck with replacement.

Let A – the first card is an ace


Let B – the second card is a spade
Multiplicative Rules

Theorem 2.13
• If in an experiment the events A and B can both occur, then

17. A fuse box contains 20 fuses, of which 5 are defective. If 2 fuses are selected at
random and removed from the box in succession without replacing the first, what is
the probability that both fuses are defective?

Let A – the first fuse is defective


Let B – the second fuse is defective
Multiplicative Rules

18. One bag contains 4 white balls and 3 black balls, and a second bag contains 3 white
balls and 5 black balls. One ball is drawn from the first bag and placed unseen in the
second bag. What is the probability that a ball now drawn from the second bag is
black?
Multiplicative Rules

Theorem 2.14
• Two events A and B are independent if and only if

19. A small town has one fire engine and one ambulance available for emergencies. The
probability that a fire engine is available when needed is 0.98, and the probability
that the ambulance is available when called is 0.92. In an event of an injury resulting
from a burning building, find the probability that both the ambulance and the fire
engine will be available.
Multiplicative Rules

Theorem 2.15
• If in an experiment, the events A1, A2, A3,…Ak can occur, then

• If the events A1, A2, A3,…Ak are independent, then


Multiplicative Rules

20. Three cards are drawn in succession, without replacement, from an ordinary deck of
playing cards. Find the probability that the event A1  A2  A3 occurs, where A1 is the
event that the first card is a red ace, A2 is the event that the second card is a 10 or
jack, and A3 is the event that the third card is greater than 3 but less than 7.

= 0.00145
Multiplicative Rules

Theorem 2.16 : Total Probability


• If the events B1, B2, …, Bk constitute a partition of the sample S such that P(Bi)  0 for i
= 1,2,…k, then for any event A of S,
Multiplicative Rules

21. In a certain plant, three machines, B1, B2, and B3, make 30%, 45%, and 25%,
respectively, of the products. It is known from past experience that 2%, 3%, and 2% of
the products made by each machine, respectively, are defective. Now suppose that a
finished product is randomly selected, what is the probability that it is defective?

A – the product is defective


B1 – the product is made by machine B1
B2 – the product is made by machine B2
B3 – the product is made by machine B3
Multiplicative Rules

Theorem 2.17 : Baye’s Rule


• If the events B1, B2, …, Bk constitute a partition of the sample S such that P(Bi)  0 for i
= 1,2,…k, then for any event A of S such that P(A) )  0 ,
Multiplicative Rules

21. In a certain plant, three machines, B1, B2, and B3, make 30%, 45%, and 25%,
respectively, of the products. It is known from past experience that 2%, 3%, and 2% of
the products made by each machine, respectively, are defective. Now, suppose that a
finished product is randomly selected. What is the probability that it is defective?

A – the product is defective


B1 – the product is made by machine B1
B2 – the product is made by machine B2
B3 – the product is made by machine B3
Multiplicative Rules

22. from example 21 - if a product were chosen at random and found to be defective,
what is the probability that it was made by machine B3?
Multiplicative Rules

Sample Problems from Handouts


19. Random samples of 200 adults are classified below by sex and their level of education
attained.

If a person is picked at random from this group, find the probability that
(a) the person is a male, given that the person has a secondary education;
(b) the person does not have a college degree, given that the person is a female.
Multiplicative Rules

Sample Problems from Handouts


20. The probability that an automobile being filled with gasoline will also need an oil
change is 0.25; the probability that it needs a new oil filter is 0.40; and the probability
that both the oil and filter need changing is 0.14.
(a) If the oil had to be changed, what is the probability that a new oil filter is needed?
(b) If a new oil filter is needed, what is the probability that the oil has to be changed?
Multiplicative Rules

Sample Problems from Handouts


21. The probability that a married man watches a certain television show is 0.4 and the
probability that a married woman watches the show is 0.5. The probability that a man
watches the show, given that his wife does, is 0.7. Find the probability that
(a) a married couple watches the show;
(b) a wife watches the show given that her husband does;
(c) at least 1 person of a married couple will watch the show.
Multiplicative Rules

Sample Problems from Handouts


22. The probability that a doctor correctly diagnoses a particular illness is 0.7. Given that
the doctor makes an incorrect diagnosis, the probability that the patient enters a law
suit is 0.9. What is the probability that the doctor makes an incorrect diagnosis and
the patient sues?
Multiplicative Rules

Sample Problems from Handouts


23. The probability that the head of a household is home when a telemarketing
representative calls is 0.4. Given that the head of the house is home, the probability
that goods will be bought from the company is 0.3. Find the probability that the head
of the house is home and goods being bought from the company.
Multiplicative Rules

Sample Problems from Handouts


24. One overnight case contains 2 bottles of aspirin and 3 bottles of thyroid tablets. A
second tote bag contains 3 bottles of aspirin, 2 bottles of thyroid tablets, and 1 bottle
of laxative tablets. If 1 bottle of tablets is taken at random from each piece of luggage,
find the probability that
(a) both bottles contain thyroid tablets:
Multiplicative Rules

Sample Problems from Handouts


24. One overnight case contains 2 bottles of aspirin and 3 bottles of thyroid tablets. A
second tote bag contains 3 bottles of aspirin, 2 bottles of thyroid tablets, and 1 bottle
of laxative tablets. If 1 bottle of tablets is taken at random from each piece of luggage,
find the probability that
(b) neither bottle contains thyroid tablets;
Multiplicative Rules

Sample Problems from Handouts


24. One overnight case contains 2 bottles of aspirin and 3 bottles of thyroid tablets. A
second tote bag contains 3 bottles of aspirin, 2 bottles of thyroid tablets, and 1 bottle
of laxative tablets. If 1 bottle of tablets is taken at random from each piece of luggage,
find the probability that
(c) the 2 bottles contain different tablets.
Multiplicative Rules

Sample Problems from Handouts


25. A town has 2 fire engines operating independently. The probability that a specific
engine is available when needed is 0.96.
(a) What is the probability that neither is available when needed?
(b) What is the probability that a fire engine is available when needed?
Multiplicative Rules

Sample Problems from Handouts


26. Police plan to enforce speed limits by using radar traps at 4 different locations within
the city limits. The radar traps at each of the locations L1, L2, L3 and L4 are operated
40%, 30%, 20%, and 30% of the time, and if a person who is speeding on his way to
work has probabilities of 0.2, 0.1, 0.5, and 0.2, respectively, of passing through these
locations, what is the probability that he will receive a speeding ticket?
Multiplicative Rules

Sample Problems from Handouts


27. If in Example 26 the person received a speeding ticket on his way to work, what is the
probability that he passed through the radar trap located at L2?

28. A truth serum has the property that 90% of the guilty suspects are properly judged
while, of course, 10% of guilty suspects are improperly found innocent. On the other
hand, innocent suspects are misjudged 1% of the time. If the suspect was selected
from a group of suspects of which only 5% have ever committed a crime, and the
serum indicates that he is guilty, what is the probability that he is innocent?

You might also like