SlideShare a Scribd company logo
EBE 101
NAME OF SCHOOL
FACULTY OF ENGINEERING AND INFORMATION
TECHNOLOGY
PREPARED BY:
KALAIVANI A.TARUMARAJA
CHAPTER 4
ENGINEERING MATHEMATICS I
PROBABILITY
Slide 2 of 14
TOPIC
Complements, Unions, & Intersections
Suppose A & B are events.
Slide 3 of 14
TOPIC
The complement of A is everything in the sample space S that is NOT in A.
A
S
If the rectangular box
is S, and the white
circle is A, then
everything in the box
that’s outside the circle
is Ac , which is the
complement of A.
P(A) =0.4
P(Ac) = 1- 0.4 = 0.6
Slide 4 of 14
TOPIC
Theorem
Pr (Ac) = 1 - Pr (A)
Example:
If A is the event that a randomly selected
student is male, and the probability of A is
0.6, what is Ac and what is its probability?
Ac is the event that a randomly selected
student is female, and its probability is 0.4.
Slide 5 of 14
TOPIC
The union of A & B (denoted A U B) is everything in the
sample space that is in either A or B or both.
A
S
The union of A & B is the whole white area.
B
Slide 6 of 14
TOPIC
The intersection of A & B (denoted A∩B) is everything in
the sample space that is in both A & B.
S
The intersection of A & B is
the pink overlapping area.
B
A
Slide 7 of 14
TOPIC
Example
Adrina & Steven are planning for trip at
CANADA & SINGAPORE .
Suppose Canada (C) & DUBAI (D) are equally
likely.
What is the sample space S?
S = {CC, DD, CD, DC}
Slide 8 of 14
TOPIC
Example continued
If E is the event that both COUNTRY are
the same CHOICE, what does E look like
& what is its probability?
E = {CC, DD}
Since Canada & Dubai are equally likely,
each of the four outcomes in the sample
space S = {CC, DD, CD, DC} is equally
likely.
So, Pr(E) = 2/4 = 1/2 = 0.5
Slide 9 of 14
TOPIC
Example cont’d: Recall that E = {CC, DD} & Pr(E)=0.5
What is the complement of E and what is its
probability?
Ec = {CD, DC}
Pr (Ec) = 1- Pr(E) = 1 - 0.5 = 0.5
Slide 10 of 14
TOPIC
Example continued
If F is the event that at least one of the
COUNTRY is a DUBAI, what does F look
like & what is its probability?
F = {CD, DC, DD}
Pr(F) = 3/4 = 0.75
Slide 11 of 14
TOPIC
Recall: E = {CC, DD} & Pr(E)=0.5
F = {CD, DC, DD} & Pr(F) = 0.75
What is E∩F?
{DD}
What is its probability?
1/4 = 0.25
Slide 12 of 14
TOPIC
Recall: E = {CC, DD} & Pr(E)=0.5
F = {CD, DC, DD} & Pr(F) = 0.75
What is the EUF?
{CC, DD, CD, DC} = S
What is the probability of EUF?
1
If you add the separate probabilities of E & F together,
do you get Pr(EUF)? Let’s try it.
Pr(E) + Pr(F) = 0.5 + 0.75 = 1.25 ≠ 1 = Pr (EUF)
Because of (DD) repeat twice.
Slide 13 of 14
TOPIC
A formula for Pr(EUF)
Pr(EUF) = Pr(E) + Pr(F) - Pr(E∩F)
If E & F do not overlap, then the intersection is
the empty set, & the probability of the
intersection is zero.
When there is no overlap,
Pr(EUF) = Pr(E) + Pr(F).
Slide 14 of 14
TOPIC
Conditional Probability of A given B
Pr(A|B)
Pr(A|B) = Pr (A∩B) / Pr(B)
Slide 15 of 14
TOPIC
Example;
Suppose there are 10,000 students at a university.
2,000 are seniors (S), 3,500 are female (F), 800 are seniors & female.
Determine the probability that a randomly selected
student is (1) a senior, (2) female, (3) a senior & female.
1. Pr(S) = 2,000/10,000 = 0.2
2. Pr(F) = 3,500/10,000 = 0.35
3. Pr(S∩F) = 800/10,000 = 0.08
Slide 16 of 14
TOPIC
Use the definition of conditional probability
P(A|B) = P(A∩B) / P(B)
& the previously calculated information
P(S) = 0.2; P(F) = 0.35; P(S∩F) = 0.08
to answer the questions below.
1. If a randomly selected student is female, what is the probability that
she is a senior?
P(S|F) = P(S∩F) / P(F)
= 0.08 / 0.35 = 0.228
2. If a randomly selected student is a senior, what is the probability the
student is female?
P (F|S) = P (F∩S) / P (S)
= 0.08 / 0.2 = 0.4
Notice that S∩F = F∩S, so the numerators are the same, but the
denominators are different.
Slide 17 of 14
TOPIC
A, B, C are mutually independent
P(A U B) = P(A) + P(B) – P(A) P(B)
P(A U B U C) = P(A) + P(B) +P(C) - P(A) P(B) – P(B) P(C) - P(C) P(A) +
P(A) P(B)P(C)
Formula – Very Important
P(A  (B U C)) = P(A) − P(A ∩ B) − P(A ∩ C) + P(A ∩ B ∩ C)
Slide 18 of 14
TOPIC
De Morgan’s law
P(Ac ∩ Bc) = P((A U B)c) = 1 − P(A U B)
P(Ac ∩ B) = 1 – P(A U Bc)
Slide 19 of 14
TOPIC
PROBLEM
 One ball is drawn randomly from a bowl containing four balls numbered
1, 2, 3, and 4. Define the following three events:
 Let A be the event that a 1 or 2 is drawn. That is, A = {1, 2}.
 Let B be the event that a 1 or 3 is drawn. That is, B = {1, 3}.
 Let C be the event that a 1 or 4 is drawn. That is, C = {1, 4}.
 Are events A, B, and C pairwise independent? Are they mutually
independent?
Slide 20 of 14
TOPIC
PROBLEM
Slide 21 of 14
TOPIC
Solution
Slide 22 of 14
TOPIC
Solution
Slide 23 of 14
TOPIC
Practice More yourself

More Related Content

Similar to Chapter 4-Probability-2ndpart.ppt

[L3] - (JEE 2.0) - Probability - 22th Dec.pdf
[L3] - (JEE 2.0) - Probability - 22th Dec.pdf[L3] - (JEE 2.0) - Probability - 22th Dec.pdf
[L3] - (JEE 2.0) - Probability - 22th Dec.pdf
ArchitSingh90
 
Discrete mathematics presentation
Discrete mathematics presentationDiscrete mathematics presentation
Discrete mathematics presentation
MdZiad
 
Probability
ProbabilityProbability
Probability
Todd Davies
 
Venn conditional
Venn conditionalVenn conditional
Venn conditional
Mario Caredo
 
Prob3addlthrm
Prob3addlthrmProb3addlthrm
Pmo20072008questions&solutions(6)
Pmo20072008questions&solutions(6)Pmo20072008questions&solutions(6)
Pmo20072008questions&solutions(6)
Raymund Camacho
 
Chap03 probability
Chap03 probabilityChap03 probability
Chap03 probability
Judianto Nugroho
 
Course material mca
Course material   mcaCourse material   mca
Course material mca
shagufthaiffath
 
Q&a probability
Q&a probabilityQ&a probability
Q&a probability
asitacharya99
 
Probexamp
ProbexampProbexamp
Probexamp
Jasonleav
 
Darmon Points: an overview
Darmon Points: an overviewDarmon Points: an overview
Darmon Points: an overview
mmasdeu
 
Probability-08.pdf
Probability-08.pdfProbability-08.pdf
Probability-08.pdf
AtikaAbdulhayee
 
Conditional-Probability-Powerpoint.pptx
Conditional-Probability-Powerpoint.pptxConditional-Probability-Powerpoint.pptx
Conditional-Probability-Powerpoint.pptx
VilDom
 
Lecture on Statistics 1
Lecture on Statistics 1Lecture on Statistics 1
Note 1 probability
Note 1 probabilityNote 1 probability
Note 1 probability
Nur Suaidah
 
Probability
ProbabilityProbability
Probability
pahan mazumder
 
Probability
Probability Probability
Probability
JustineSimuvwenze
 
Maths Class 12 Probability Project Presentation
Maths Class 12 Probability Project PresentationMaths Class 12 Probability Project Presentation
Maths Class 12 Probability Project Presentation
Aaditya Pandey
 
02 more on sets
02   more on sets02   more on sets
02 more on sets
ethelremitio
 
Probabilistic Systems Analysis Homework Help
Probabilistic Systems Analysis Homework Help Probabilistic Systems Analysis Homework Help
Probabilistic Systems Analysis Homework Help
Excel Homework Help
 

Similar to Chapter 4-Probability-2ndpart.ppt (20)

[L3] - (JEE 2.0) - Probability - 22th Dec.pdf
[L3] - (JEE 2.0) - Probability - 22th Dec.pdf[L3] - (JEE 2.0) - Probability - 22th Dec.pdf
[L3] - (JEE 2.0) - Probability - 22th Dec.pdf
 
Discrete mathematics presentation
Discrete mathematics presentationDiscrete mathematics presentation
Discrete mathematics presentation
 
Probability
ProbabilityProbability
Probability
 
Venn conditional
Venn conditionalVenn conditional
Venn conditional
 
Prob3addlthrm
Prob3addlthrmProb3addlthrm
Prob3addlthrm
 
Pmo20072008questions&solutions(6)
Pmo20072008questions&solutions(6)Pmo20072008questions&solutions(6)
Pmo20072008questions&solutions(6)
 
Chap03 probability
Chap03 probabilityChap03 probability
Chap03 probability
 
Course material mca
Course material   mcaCourse material   mca
Course material mca
 
Q&a probability
Q&a probabilityQ&a probability
Q&a probability
 
Probexamp
ProbexampProbexamp
Probexamp
 
Darmon Points: an overview
Darmon Points: an overviewDarmon Points: an overview
Darmon Points: an overview
 
Probability-08.pdf
Probability-08.pdfProbability-08.pdf
Probability-08.pdf
 
Conditional-Probability-Powerpoint.pptx
Conditional-Probability-Powerpoint.pptxConditional-Probability-Powerpoint.pptx
Conditional-Probability-Powerpoint.pptx
 
Lecture on Statistics 1
Lecture on Statistics 1Lecture on Statistics 1
Lecture on Statistics 1
 
Note 1 probability
Note 1 probabilityNote 1 probability
Note 1 probability
 
Probability
ProbabilityProbability
Probability
 
Probability
Probability Probability
Probability
 
Maths Class 12 Probability Project Presentation
Maths Class 12 Probability Project PresentationMaths Class 12 Probability Project Presentation
Maths Class 12 Probability Project Presentation
 
02 more on sets
02   more on sets02   more on sets
02 more on sets
 
Probabilistic Systems Analysis Homework Help
Probabilistic Systems Analysis Homework Help Probabilistic Systems Analysis Homework Help
Probabilistic Systems Analysis Homework Help
 

Recently uploaded

2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
ramrag33
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
UReason
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
SakkaravarthiShanmug
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
Divyanshu
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
PKavitha10
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 

Recently uploaded (20)

2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 

Chapter 4-Probability-2ndpart.ppt

  • 1. EBE 101 NAME OF SCHOOL FACULTY OF ENGINEERING AND INFORMATION TECHNOLOGY PREPARED BY: KALAIVANI A.TARUMARAJA CHAPTER 4 ENGINEERING MATHEMATICS I PROBABILITY
  • 2. Slide 2 of 14 TOPIC Complements, Unions, & Intersections Suppose A & B are events.
  • 3. Slide 3 of 14 TOPIC The complement of A is everything in the sample space S that is NOT in A. A S If the rectangular box is S, and the white circle is A, then everything in the box that’s outside the circle is Ac , which is the complement of A. P(A) =0.4 P(Ac) = 1- 0.4 = 0.6
  • 4. Slide 4 of 14 TOPIC Theorem Pr (Ac) = 1 - Pr (A) Example: If A is the event that a randomly selected student is male, and the probability of A is 0.6, what is Ac and what is its probability? Ac is the event that a randomly selected student is female, and its probability is 0.4.
  • 5. Slide 5 of 14 TOPIC The union of A & B (denoted A U B) is everything in the sample space that is in either A or B or both. A S The union of A & B is the whole white area. B
  • 6. Slide 6 of 14 TOPIC The intersection of A & B (denoted A∩B) is everything in the sample space that is in both A & B. S The intersection of A & B is the pink overlapping area. B A
  • 7. Slide 7 of 14 TOPIC Example Adrina & Steven are planning for trip at CANADA & SINGAPORE . Suppose Canada (C) & DUBAI (D) are equally likely. What is the sample space S? S = {CC, DD, CD, DC}
  • 8. Slide 8 of 14 TOPIC Example continued If E is the event that both COUNTRY are the same CHOICE, what does E look like & what is its probability? E = {CC, DD} Since Canada & Dubai are equally likely, each of the four outcomes in the sample space S = {CC, DD, CD, DC} is equally likely. So, Pr(E) = 2/4 = 1/2 = 0.5
  • 9. Slide 9 of 14 TOPIC Example cont’d: Recall that E = {CC, DD} & Pr(E)=0.5 What is the complement of E and what is its probability? Ec = {CD, DC} Pr (Ec) = 1- Pr(E) = 1 - 0.5 = 0.5
  • 10. Slide 10 of 14 TOPIC Example continued If F is the event that at least one of the COUNTRY is a DUBAI, what does F look like & what is its probability? F = {CD, DC, DD} Pr(F) = 3/4 = 0.75
  • 11. Slide 11 of 14 TOPIC Recall: E = {CC, DD} & Pr(E)=0.5 F = {CD, DC, DD} & Pr(F) = 0.75 What is E∩F? {DD} What is its probability? 1/4 = 0.25
  • 12. Slide 12 of 14 TOPIC Recall: E = {CC, DD} & Pr(E)=0.5 F = {CD, DC, DD} & Pr(F) = 0.75 What is the EUF? {CC, DD, CD, DC} = S What is the probability of EUF? 1 If you add the separate probabilities of E & F together, do you get Pr(EUF)? Let’s try it. Pr(E) + Pr(F) = 0.5 + 0.75 = 1.25 ≠ 1 = Pr (EUF) Because of (DD) repeat twice.
  • 13. Slide 13 of 14 TOPIC A formula for Pr(EUF) Pr(EUF) = Pr(E) + Pr(F) - Pr(E∩F) If E & F do not overlap, then the intersection is the empty set, & the probability of the intersection is zero. When there is no overlap, Pr(EUF) = Pr(E) + Pr(F).
  • 14. Slide 14 of 14 TOPIC Conditional Probability of A given B Pr(A|B) Pr(A|B) = Pr (A∩B) / Pr(B)
  • 15. Slide 15 of 14 TOPIC Example; Suppose there are 10,000 students at a university. 2,000 are seniors (S), 3,500 are female (F), 800 are seniors & female. Determine the probability that a randomly selected student is (1) a senior, (2) female, (3) a senior & female. 1. Pr(S) = 2,000/10,000 = 0.2 2. Pr(F) = 3,500/10,000 = 0.35 3. Pr(S∩F) = 800/10,000 = 0.08
  • 16. Slide 16 of 14 TOPIC Use the definition of conditional probability P(A|B) = P(A∩B) / P(B) & the previously calculated information P(S) = 0.2; P(F) = 0.35; P(S∩F) = 0.08 to answer the questions below. 1. If a randomly selected student is female, what is the probability that she is a senior? P(S|F) = P(S∩F) / P(F) = 0.08 / 0.35 = 0.228 2. If a randomly selected student is a senior, what is the probability the student is female? P (F|S) = P (F∩S) / P (S) = 0.08 / 0.2 = 0.4 Notice that S∩F = F∩S, so the numerators are the same, but the denominators are different.
  • 17. Slide 17 of 14 TOPIC A, B, C are mutually independent P(A U B) = P(A) + P(B) – P(A) P(B) P(A U B U C) = P(A) + P(B) +P(C) - P(A) P(B) – P(B) P(C) - P(C) P(A) + P(A) P(B)P(C) Formula – Very Important P(A (B U C)) = P(A) − P(A ∩ B) − P(A ∩ C) + P(A ∩ B ∩ C)
  • 18. Slide 18 of 14 TOPIC De Morgan’s law P(Ac ∩ Bc) = P((A U B)c) = 1 − P(A U B) P(Ac ∩ B) = 1 – P(A U Bc)
  • 19. Slide 19 of 14 TOPIC PROBLEM  One ball is drawn randomly from a bowl containing four balls numbered 1, 2, 3, and 4. Define the following three events:  Let A be the event that a 1 or 2 is drawn. That is, A = {1, 2}.  Let B be the event that a 1 or 3 is drawn. That is, B = {1, 3}.  Let C be the event that a 1 or 4 is drawn. That is, C = {1, 4}.  Are events A, B, and C pairwise independent? Are they mutually independent?
  • 20. Slide 20 of 14 TOPIC PROBLEM
  • 21. Slide 21 of 14 TOPIC Solution
  • 22. Slide 22 of 14 TOPIC Solution
  • 23. Slide 23 of 14 TOPIC Practice More yourself