0% found this document useful (0 votes)
26 views40 pages

Chapter 2: Probability

The document discusses probability and key concepts in probability theory such as experiments, sample spaces, events, unions and intersections of events, and calculating probabilities. It provides examples of defining sample spaces and events for simple experiments and using formulas to calculate probabilities of events, including the addition rules and using complementary events.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views40 pages

Chapter 2: Probability

The document discusses probability and key concepts in probability theory such as experiments, sample spaces, events, unions and intersections of events, and calculating probabilities. It provides examples of defining sample spaces and events for simple experiments and using formulas to calculate probabilities of events, including the addition rules and using complementary events.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 40

Chapter 2: Probability

An Experiment:

is some procedure (or process) that we do


and it results in an outcome.

2
The Sample Space
• The set of all possible outcomes of a
statistical experiment is called the sample
space and is denoted by S or 𝜴.

• Each outcome (element or member) of the


sample space S is called a sample point.

3
Events
An event A is a subset of the sample space S.
That is A⊆S.
 We say that an event A occurs if the
outcome (the result) of the experiment is
an element of A.
 φ⊆S is an event (φ is called the impossible
event)
 S⊆S is an event (S is called the sure event)
4
Example

Experiment: Selecting a ball from a box


containing 6 balls numbered 1,2,3,4,5 and
6.

This experiment has 6 possible outcomes

𝑆={1,2,3,4,5,6}.
Consider the following events:

𝐸1 =getting an event number


𝐸2 =getting a number less than 4
𝐸3 =getting 1 or 3
𝐸4 =getting an odd number
𝐸5 =getting a negative number

𝐸6 =getting a number less than 10


Notation
Example:

Experiment: Selecting 3 items from

manufacturing process; each item is inspected

and classified as defective (D) or non-

defective (N).

8
This experiment has 8 possible outcomes

S={DDD,DDN,DND,DNN,NDD,NDN,NND,

NNN}

9
10
Consider the following events:

A={at least 2 defectives}=

{DDD,DDN,DND,NDD}⊆S

B={at most one defective}=

{DNN,NDN,NND,NNN}⊆S

C={3 defectives}= {DDD}⊆S


11
Some Operations on Events
Let A and B be two events defined on the sample
space . 𝑆
Union: 𝑨 ∪ 𝑩
𝑨 ∪ 𝑩 Consists of all outcomes in A or in B or
in both A and B.
A∪B = {x ∈S: x∈A or x∈B }
𝑺
A B
 A∪B Occurs if A occurs, or B occurs,

or both A and B occur.

 That is A∪B Occurs if at least one of

A and B occurs.

13
Intersection 𝑨 ∩ 𝑩
𝑨 ∩ 𝑩 Consists of all outcomes in both A and B.
A 𝑺
B

A∩B =AB={x ∈S: x∈A and x∈B}

A∩B Occurs if both A and B occur together.


Complement 𝑨𝒄
Ac is the complement of A.
Ac consists of all outcomes of 𝑆 but are not in A.
Ac occurs if A does not. 𝑺
A
𝑨𝒄

15
Mutually Exclusive (Disjoint) Events
Two events A and B are mutually
exclusive (or disjoint) if and only if
A∩B=φ; that is, A and B have no
common elements (they do not occur
together).

16
17
Counting Sample Points
• There are many counting techniques which can be

used to count the number points in the sample space

(or in some events) without listing each element.

• In many cases, we can compute the probability of

an event by using the counting techniques.

18
Combinations:

In many problems, we are interested in the

number of ways of selecting r objects from n

objects without regard to order. These

selections are called combinations.

19
Combinations:
Theorem:
Notes:
Example
If we have 10 equal–priority operations and only 4
operating rooms, in how many ways can we choose
the 4 patients to be operated on first?
Answer:
Probability of an Event

 To every point (outcome) in the sample space of an


experiment S, we assign a weight (or probability),
ranging from 0 to 1, such that the sum of all weights
(probabilities) equals 1.
 The weight (or probability) of an outcome measures its
likelihood (chance) of occurrence.
 To find the probability of an event A, we sum all
probabilities of the sample points in A. This sum is
called the probability of the event A and is denoted by
P(A).

24
Definition

The probability of an event A is the sum of the


weights (probabilities) of all sample points in
A. Therefore,

25
Example
A balanced coin is tossed twice. What is the
probability that at least one head occurs?
Solution:
S = {HH, HT, TH, TT}
A = {at least one head occurs}= {HH, HT, TH}
Since the coin is balanced, the outcomes are equally
likely; i.e., all outcomes have the same weight or
probability.

26
27
Theorem
If an experiment has 𝑛(𝑆) = 𝑁 equally likely
different outcomes, then the probability of the event
A is:

28
Example
A mixture of candies consists of 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 chocolate.

M T C
6 4 3

13
29
Solution
Define the following events:
M = {getting a mint}
T = {getting a toffee}
C = {getting a chocolate}
Experiment: selecting a candy at random from 13
candies
𝑛(𝑆) = no. of outcomes of the experiment of
selecting a candy.
= no. of different ways of selecting a candy from
13 candies.

30
The outcomes of the experiment are equally likely
because the selection is made at random.
(a) M = {getting a mint}
𝑛(𝑀) = no. of different ways of selecting a mint
candy from 6 mint candies

31
32
Additive Rules:

Theorem:

If A and B are any two events, then:

P(A∪B)= P(A) + P(B) − P(A∩B)

33
Corollary 1:

If A and B are mutually exclusive

(disjoint) events, then:

P(A∪B)= P(A) + P(B)

34
Corollary 2:

35
Notes

1) 𝑃 𝐴 = 𝑃 𝐴 ∩ 𝐵 + 𝑃 𝐴 ∩ 𝐵𝑐
2) 𝑃 𝐵 = 𝑃 𝐴 ∩ 𝐵 + 𝑃 𝐴𝑐 ∩ 𝐵
3) 𝑃 𝐴 ∩ 𝐵𝑐 = 𝑃 𝐴 − 𝑃 𝐴 ∩ 𝐵
4) 𝑃 𝐴𝑐 ∩ 𝐵 = 𝑃 𝐵 − 𝑃 𝐴 ∩ 𝐵
5) 𝑃 𝐴𝑐 ∩ 𝐵𝑐 = 1 − 𝑃 𝐴 ∪ 𝐵
6) 𝑃 𝐴 ∪ 𝐵 = 𝑃 𝐴 +𝑃 𝐴𝑐 ∩ 𝐵
Example
The probability that Ahmad passes
Mathematics is 2/3, and the probability that
he passes English is 4/9. If the probability that
he passes both courses is 1/4, what is the
probability that he will:
(a) pass at least one course?
(b) pass Mathematics and fail English?
(c) fail both courses?

37
Solution:
Define the events:
M={Paula passes Mathematics}
E={Paula passes English}
We know that 𝑃(𝑀) = 2/3, 𝑃(𝐸) = 4/9, and 𝑃(𝑀
∩ 𝐸) = 1/4.
(a) Probability of passing at least one course is:
𝑃(𝑀 ∪ 𝐸) = 𝑃(𝑀) + 𝑃(𝐸) − 𝑃(𝑀 ∩ 𝐸)
2 4 1 31
+ − =
3 9 4 36

38
(b) Probability of passing Mathematics and failing
English is:
𝑃(𝑀 ∩ 𝐸 𝐶 ) = 𝑃(𝑀) − 𝑃(𝑀 ∩ 𝐸)

2 1 5
− =
3 4 12
(c) Probability of failing both courses is:
𝑃(𝑀𝐶 ∩ 𝐸 𝐶 ) = 1 − 𝑃(𝑀 ∪ 𝐸)

31 5
1− =
36 36

39
Theorem
If A and 𝐴𝐶 are complementary events, then:

𝑃 𝐴 + 𝑃 𝐴𝐶 = 1

⇔ 𝑃(𝐴𝐶 ) = 1 − 𝑃(𝐴)

40

You might also like