SlideShare ist ein Scribd-Unternehmen logo
1 von 24
MAKING PROBABILITY
EASY!!!
GAURAV SAHA
Salient features of this course
 Briefly covers the basic concepts and makes understanding
easy and really quick
 Makes you familiar with the problem solving techniques
 Makes you deal easily and quickly with the term
“PROBABILITY”
 Its really fun and lots more to learn here !!!
What are we going to do in this course???
Understanding the
word “PROBABILITY”
Step-
1 Deal with
some
formulaes
Step-
2
Solve
Examples
Step-
3
Lets get started
!!!!!!!ALL THE
BEST!!
DEFINITION
PROBABILITY is the extent to which something is likely to happen or be the case in an event.
It is the ratio of the desired outcomes to the total outcomes.
So, if n(e) = desired outcomes , t(e) = total outcomes from an event
then we can say P(e) = n(e)/t(e)
Some terms related to PROBABILITY
Sample Space
 In probability theory, the sample
space of an experiment or random
trial
is the set of all possible outcomes or
results of that experiment.
Event
 In probability theory, an event is a
set
of outcomes of an experiment (a
subset of the sample space) to which
a probability is assigned.
So lets take some EXAMPLES
 If I roll a dice, then total number of outcomes will be six.
The possible outcomes can be {1,2,3,4,5,6}
So, probability of getting a 1 while throwing a dice = 1/6 as desired number of
outcomes = n(e) = 1 and total number of possible outcomes = t(e) = 6.
So, according to the formulae P(e) = n(e)/t(e) , we get 1/6 .
Similarly, Probability of getting a 2 = Probability of getting a 3 = Probability of
getting a 4 = Probability of getting a 5 = Probability of getting a 6 = 1/6 .
LETS take a PRACTICE
If I toss a coin, then what is the probability that I will get a head?
Also calculate the probability to get a tail.
Answer to previous question
If I toss a coin then the possible outcomes are either head or tail.
So, total number of possible outcomes = t(e) = 2
Now, probability of getting a head = P(e) = n(e)/t(e) = ½
Similarly, Probability of getting a tail = ½.
Here, we see both of them add to 1.
Thus, our answer is correct.
Two or more events at the same time
In case of “AND” term
If the AND term is used while describing the outcomes of an event,
then we have to multiply the probabilities of the outcomes of the
event.
Practise problem
If I throw a disc and toss a coin at the same time, what is the
probability that I will get a 5 and heads??
 Analysing the problem:-
Two Simultaneous events– Throwing a disc, toss a coin
Here, the term AND is used in case of outcomes
So, we have to multiply the corresponding probabilities.
Probability of getting a 5 = 1/6
Probability of getting a heads = ½
So, required probability = P(5 and heads) = 1/6*1/2 =1/12
Two or more events at the same time
In case of “OR” term
If the OR term is used while describing the outcomes of an event,
then we have to add the probabilities of the outcomes of the
event.
Practise problem
If I throw a disc and toss a coin at the same time, what is the probability
that I will get a 5 or heads??
 Analysing the problem:-
Two Simultaneous events– Throwing a disc, toss a coin
Here, the term OR is used in case of outcomes
So, we have to add the corresponding probabilities.
Probability of getting a 5 = 1/6
Probability of getting a heads = ½
So, required probability = P(5 or heads) = 1/6+1/2 = 2/3
Discussion of Basic concepts from Set Theory
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).
The probability that either Event 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 U B).
The compliment of Event A is A
It is a set of all outcomes that are not in A.
When A and B have no outcomes in common, then they are said to be mutually exclusive
or mutually disjoint events.
c
ILLUSTRATION
 Suppose, A, B and C are three events.
A = {1,5,7,9}
B = {2,3,4,6,8}
C = {5,7,6}
So, (A U B) = {1,2,3,4,5,6,7,8,9}
(A ∩ B) = {0} as they have no elements in common. So, they are mutually
exclusive events.
A = {2,3,4,6,8}, elements not present in A.
Also, (A ∩ C) = {5,7}. So, they are not mutually exclusive.
c
PROPERTIES of PROBABILITY
Probability of an event A is symbolized by P(A). Probability of an event A is lies between 0 ≤ P(A) ≤ 1.
 The first property of probability is that the probability of the entire sample space is one. Symbolically we
write P (S ) = 1
 The second property of probability deals with mutually exclusive events. If E1 and E2 are mutually exclusive
events, meaning that they have an empty intersection, then P (E1 U E2 ) = P (E1) + P(E2). If they are not
mutually exclusive then
P (E1 U E2 ) = P (E1) + P (E2) - P (E1 ∩ E2 )
As long as this occurs, the probability of the union of the events is the same as the sum of the probabilities:
P (E1 U E2 U . . . U En ) = P (E1) + P (E2) + . . . + En
PROPERTIES of PROBABILITY
 According to third property, if we denote the complement of the event E by E C then,
E and E C have an empty intersection and are mutually exclusive.
Furthermore E U E C = S, the entire sample space.
Thus, we can say , 1 = P (S ) = P (E U E C) = P (E ) + P (E C) .
Rearranging above equation ,we get P (E ) = 1 - P (E C).
If A, B and C are not independent or mutually exclusive then the union probability is given by:
P(A∪B∪C) =P(A) + P(B) + P(C) - P(A∩B) - P(B∩C) - P(A∩C) - P(A∩B∩C)
PROPERTIES of PROBABILITY
 INDEPENDENT EVENTS
Two events are said to be independent of each other when the
probability that one event occurs in no way affects the probability of the
other event occurring. An example of two independent events is as
follows; say you rolled a die and flipped a coin.
If A and B are two independent events, then P(A ∩ B) = P(A)*P(B)
Similarly, P(A ∩ B ∩ C) = P(A)*P(B)*P(C) provided A,B,C are independent set of
events.
CONDITIONAL PROBABILITY
 Definition: If E and F are two events associated with the same sample space of a random
experiment, the conditional probability of the event E given that F has occurred, i.e. P (E|F) is given
by P(E|F) = P (E ∩ F) / P(F) provided P(F) ≠ 0
Example
 If P(A) = 7 /13 , P(B) = 9 /13 and P(A ∩ B) = 4 /13 , evaluate P(A|B).
Solution : We have P(A|B) = P(A ∩ B) / P(B) = (4/13)/(9/13) = 4/9
Total Probability Theorem
Statement: Let {E1 , E2 ,...,En } be a partition of the sample space S, and suppose that each of
the events E1 , E2 ,..., En has nonzero probability of occurrence. Let A be any event associated with
S , then
P(A) = P(E1 ) P(A|E1 ) + P(E2 ) P(A|E2 ) + ... + P(En ) P(A|En ) = 𝒋=𝟏
𝒏
𝑷 𝑬𝒋 𝑷( A|Ej )
Problem
 A person has undertaken a construction job. The probabilities are 0.65 that there will be strike, 0.80 that the
construction job will be completed on time if there is no strike, and 0.32 that the construction job will be completed
on
time if there is a strike. Determine the probability that the construction job will be completed on time.
 Solution Let A be the event that the construction job will be completed on time, and B be the event that there
will be a
strike.
So, We have to find P(A).
We have P(B) = 0.65,
Hence, P(no strike) = P(B′) = 1 − P(B) = 1 − 0.65 = 0.35
Also, P(A|B) = 0.32, P(A|B′) = 0.80
Since events B and B′ form a partition of the sample space S, therefore, by theorem of total probability, we have
P(A) = P(B) P(A|B) + P(B′) P(A|B′) = 0.65 × 0.32 + 0.35 × 0.8 = 0.208 + 0.28 = 0.488
Thus, the probability that the construction job will be completed in time is 0.488.
BAYES’ THEOREM
 If E1 , E2 ,..., En are n non-empty events which constitute a partition of
sample space S,
i.e. E1 , E2 ,..., En are pairwise disjoint and ( E1 ∪ E2 ∪ ... ∪ En ) = S and A is
any event
of non-zero probability, then
P(Ei|A)=
𝑷 𝑬𝒊 𝑷 𝑨 𝑬𝒊
𝒋=𝟏
𝒏 𝑷 𝑬𝒋 𝑷(𝑨|𝑬𝒋)
for any i = 1, 2, 3, ..., n
This is Bayes’ Theorem.
Example
 Bag I contains 3 red and 4 black balls while another Bag II contains 5 red and 6 black balls. One ball is drawn at
random
from one of the bags and it is found to be red. Find the probability that it was drawn from Bag II.
Solution : Let E1 be the event of choosing the bag I, E2 the event of choosing the bag II and A be the event of drawing
a red
ball.
Then P(E1 ) = P(E2 ) = 1/2 .
Also P(A|E1 ) = P(drawing a red ball from Bag I) = 3/7 and
P(A|E2 ) = P(drawing a red ball from Bag II) = 5/11
Now, the probability of drawing a ball from Bag II, being given that it is red, is P(E2 |A) By using Bayes' theorem, we
have
P(Ei|A)=
𝑷 𝑬𝒊 𝑷 𝑨 𝑬𝒊
𝒋=𝟏
𝒏 𝑷 𝑬𝒋 𝑷(𝑨|𝑬𝒋)
= (½ * 5/11)/(1/2 * 3/7 + ½ * 5/11) = 35/68
THANK YOU !!!!!
Follow me at https://unacademy.com/user/gauravsaha385/followers

Weitere ähnliche Inhalte

Was ist angesagt?

Chapter 4 Probability Notes
Chapter 4 Probability NotesChapter 4 Probability Notes
Chapter 4 Probability Notespwheeles
 
Lecture: Joint, Conditional and Marginal Probabilities
Lecture: Joint, Conditional and Marginal Probabilities Lecture: Joint, Conditional and Marginal Probabilities
Lecture: Joint, Conditional and Marginal Probabilities Marina Santini
 
Introduction to Probability and Bayes' Theorom
Introduction to Probability and Bayes' TheoromIntroduction to Probability and Bayes' Theorom
Introduction to Probability and Bayes' TheoromYugal Gupta
 
1616 probability-the foundation of probability theory
1616 probability-the foundation of probability theory1616 probability-the foundation of probability theory
1616 probability-the foundation of probability theoryDr Fereidoun Dejahang
 
Introduction to Probability
Introduction to ProbabilityIntroduction to Probability
Introduction to ProbabilityVikas Gupta
 
Probability And Probability Distributions
Probability And Probability Distributions Probability And Probability Distributions
Probability And Probability Distributions Sahil Nagpal
 
Probability theory
Probability theory Probability theory
Probability theory Gaditek
 
Probability By Ms Aarti
Probability By Ms AartiProbability By Ms Aarti
Probability By Ms Aartikulachihansraj
 
Rishabh sehrawat probability
Rishabh sehrawat probabilityRishabh sehrawat probability
Rishabh sehrawat probabilityRishabh Sehrawat
 
Probability & Bayesian Theorem
Probability & Bayesian TheoremProbability & Bayesian Theorem
Probability & Bayesian TheoremAzmi Mohd Tamil
 
4.1-4.2 Sample Spaces and Probability
4.1-4.2 Sample Spaces and Probability4.1-4.2 Sample Spaces and Probability
4.1-4.2 Sample Spaces and Probabilitymlong24
 
Basic concept of probability
Basic concept of probabilityBasic concept of probability
Basic concept of probabilityIkhlas Rahman
 
1615 probability-notation for joint probabilities
1615 probability-notation for joint probabilities1615 probability-notation for joint probabilities
1615 probability-notation for joint probabilitiesDr Fereidoun Dejahang
 
Probability (gr.11)
Probability (gr.11)Probability (gr.11)
Probability (gr.11)Vukile Xhego
 

Was ist angesagt? (20)

Chapter 4 Probability Notes
Chapter 4 Probability NotesChapter 4 Probability Notes
Chapter 4 Probability Notes
 
Lecture: Joint, Conditional and Marginal Probabilities
Lecture: Joint, Conditional and Marginal Probabilities Lecture: Joint, Conditional and Marginal Probabilities
Lecture: Joint, Conditional and Marginal Probabilities
 
Probability
ProbabilityProbability
Probability
 
different kinds of probability
different kinds of probabilitydifferent kinds of probability
different kinds of probability
 
Introduction to Probability and Bayes' Theorom
Introduction to Probability and Bayes' TheoromIntroduction to Probability and Bayes' Theorom
Introduction to Probability and Bayes' Theorom
 
1616 probability-the foundation of probability theory
1616 probability-the foundation of probability theory1616 probability-the foundation of probability theory
1616 probability-the foundation of probability theory
 
Probability
ProbabilityProbability
Probability
 
Introduction to Probability
Introduction to ProbabilityIntroduction to Probability
Introduction to Probability
 
Probability And Probability Distributions
Probability And Probability Distributions Probability And Probability Distributions
Probability And Probability Distributions
 
Probability theory
Probability theory Probability theory
Probability theory
 
Probability By Ms Aarti
Probability By Ms AartiProbability By Ms Aarti
Probability By Ms Aarti
 
Rishabh sehrawat probability
Rishabh sehrawat probabilityRishabh sehrawat probability
Rishabh sehrawat probability
 
Probability
ProbabilityProbability
Probability
 
Probability & Bayesian Theorem
Probability & Bayesian TheoremProbability & Bayesian Theorem
Probability & Bayesian Theorem
 
Probability+distribution
Probability+distributionProbability+distribution
Probability+distribution
 
4.1-4.2 Sample Spaces and Probability
4.1-4.2 Sample Spaces and Probability4.1-4.2 Sample Spaces and Probability
4.1-4.2 Sample Spaces and Probability
 
Basic concept of probability
Basic concept of probabilityBasic concept of probability
Basic concept of probability
 
1615 probability-notation for joint probabilities
1615 probability-notation for joint probabilities1615 probability-notation for joint probabilities
1615 probability-notation for joint probabilities
 
Probability (gr.11)
Probability (gr.11)Probability (gr.11)
Probability (gr.11)
 
Lecture on Statistics 1
Lecture on Statistics 1Lecture on Statistics 1
Lecture on Statistics 1
 

Ähnlich wie Making probability easy!!!

Ähnlich wie Making probability easy!!! (20)

Probability[1]
Probability[1]Probability[1]
Probability[1]
 
Probability notes for the UG/PG students
Probability notes for the UG/PG studentsProbability notes for the UG/PG students
Probability notes for the UG/PG students
 
vinayjoshi-131204045346-phpapp02.pdf
vinayjoshi-131204045346-phpapp02.pdfvinayjoshi-131204045346-phpapp02.pdf
vinayjoshi-131204045346-phpapp02.pdf
 
introduction to Probability theory
introduction to Probability theoryintroduction to Probability theory
introduction to Probability theory
 
Indefinite integration class 12
Indefinite integration class 12Indefinite integration class 12
Indefinite integration class 12
 
Probability.pptx
Probability.pptxProbability.pptx
Probability.pptx
 
S1 sp
S1 spS1 sp
S1 sp
 
PROBABILITY
PROBABILITYPROBABILITY
PROBABILITY
 
Chapter6
Chapter6Chapter6
Chapter6
 
Probability
ProbabilityProbability
Probability
 
MATHS PRESENTATION OF STATISTICS AND PROBABILITY.pptx
MATHS PRESENTATION OF STATISTICS AND PROBABILITY.pptxMATHS PRESENTATION OF STATISTICS AND PROBABILITY.pptx
MATHS PRESENTATION OF STATISTICS AND PROBABILITY.pptx
 
Introduction of Probability
Introduction of ProbabilityIntroduction of Probability
Introduction of Probability
 
S244 10 Probability.ppt
S244 10 Probability.pptS244 10 Probability.ppt
S244 10 Probability.ppt
 
Chapter06
Chapter06Chapter06
Chapter06
 
Probability
ProbabilityProbability
Probability
 
Course material mca
Course material   mcaCourse material   mca
Course material mca
 
Statistical Analysis with R -II
Statistical Analysis with R -IIStatistical Analysis with R -II
Statistical Analysis with R -II
 
Becoming the probability pro.
Becoming the probability pro.Becoming the probability pro.
Becoming the probability pro.
 
Probability theory
Probability theoryProbability theory
Probability theory
 
Probability and Randomness
Probability and RandomnessProbability and Randomness
Probability and Randomness
 

Kürzlich hochgeladen

Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 

Kürzlich hochgeladen (20)

Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 

Making probability easy!!!

  • 2. Salient features of this course  Briefly covers the basic concepts and makes understanding easy and really quick  Makes you familiar with the problem solving techniques  Makes you deal easily and quickly with the term “PROBABILITY”  Its really fun and lots more to learn here !!!
  • 3. What are we going to do in this course??? Understanding the word “PROBABILITY” Step- 1 Deal with some formulaes Step- 2 Solve Examples Step- 3
  • 5. DEFINITION PROBABILITY is the extent to which something is likely to happen or be the case in an event. It is the ratio of the desired outcomes to the total outcomes. So, if n(e) = desired outcomes , t(e) = total outcomes from an event then we can say P(e) = n(e)/t(e)
  • 6. Some terms related to PROBABILITY Sample Space  In probability theory, the sample space of an experiment or random trial is the set of all possible outcomes or results of that experiment. Event  In probability theory, an event is a set of outcomes of an experiment (a subset of the sample space) to which a probability is assigned.
  • 7. So lets take some EXAMPLES  If I roll a dice, then total number of outcomes will be six. The possible outcomes can be {1,2,3,4,5,6} So, probability of getting a 1 while throwing a dice = 1/6 as desired number of outcomes = n(e) = 1 and total number of possible outcomes = t(e) = 6. So, according to the formulae P(e) = n(e)/t(e) , we get 1/6 . Similarly, Probability of getting a 2 = Probability of getting a 3 = Probability of getting a 4 = Probability of getting a 5 = Probability of getting a 6 = 1/6 .
  • 8. LETS take a PRACTICE If I toss a coin, then what is the probability that I will get a head? Also calculate the probability to get a tail.
  • 9. Answer to previous question If I toss a coin then the possible outcomes are either head or tail. So, total number of possible outcomes = t(e) = 2 Now, probability of getting a head = P(e) = n(e)/t(e) = ½ Similarly, Probability of getting a tail = ½. Here, we see both of them add to 1. Thus, our answer is correct.
  • 10. Two or more events at the same time In case of “AND” term If the AND term is used while describing the outcomes of an event, then we have to multiply the probabilities of the outcomes of the event.
  • 11. Practise problem If I throw a disc and toss a coin at the same time, what is the probability that I will get a 5 and heads??  Analysing the problem:- Two Simultaneous events– Throwing a disc, toss a coin Here, the term AND is used in case of outcomes So, we have to multiply the corresponding probabilities. Probability of getting a 5 = 1/6 Probability of getting a heads = ½ So, required probability = P(5 and heads) = 1/6*1/2 =1/12
  • 12. Two or more events at the same time In case of “OR” term If the OR term is used while describing the outcomes of an event, then we have to add the probabilities of the outcomes of the event.
  • 13. Practise problem If I throw a disc and toss a coin at the same time, what is the probability that I will get a 5 or heads??  Analysing the problem:- Two Simultaneous events– Throwing a disc, toss a coin Here, the term OR is used in case of outcomes So, we have to add the corresponding probabilities. Probability of getting a 5 = 1/6 Probability of getting a heads = ½ So, required probability = P(5 or heads) = 1/6+1/2 = 2/3
  • 14. Discussion of Basic concepts from Set Theory 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). The probability that either Event 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 U B). The compliment of Event A is A It is a set of all outcomes that are not in A. When A and B have no outcomes in common, then they are said to be mutually exclusive or mutually disjoint events. c
  • 15. ILLUSTRATION  Suppose, A, B and C are three events. A = {1,5,7,9} B = {2,3,4,6,8} C = {5,7,6} So, (A U B) = {1,2,3,4,5,6,7,8,9} (A ∩ B) = {0} as they have no elements in common. So, they are mutually exclusive events. A = {2,3,4,6,8}, elements not present in A. Also, (A ∩ C) = {5,7}. So, they are not mutually exclusive. c
  • 16. PROPERTIES of PROBABILITY Probability of an event A is symbolized by P(A). Probability of an event A is lies between 0 ≤ P(A) ≤ 1.  The first property of probability is that the probability of the entire sample space is one. Symbolically we write P (S ) = 1  The second property of probability deals with mutually exclusive events. If E1 and E2 are mutually exclusive events, meaning that they have an empty intersection, then P (E1 U E2 ) = P (E1) + P(E2). If they are not mutually exclusive then P (E1 U E2 ) = P (E1) + P (E2) - P (E1 ∩ E2 ) As long as this occurs, the probability of the union of the events is the same as the sum of the probabilities: P (E1 U E2 U . . . U En ) = P (E1) + P (E2) + . . . + En
  • 17. PROPERTIES of PROBABILITY  According to third property, if we denote the complement of the event E by E C then, E and E C have an empty intersection and are mutually exclusive. Furthermore E U E C = S, the entire sample space. Thus, we can say , 1 = P (S ) = P (E U E C) = P (E ) + P (E C) . Rearranging above equation ,we get P (E ) = 1 - P (E C). If A, B and C are not independent or mutually exclusive then the union probability is given by: P(A∪B∪C) =P(A) + P(B) + P(C) - P(A∩B) - P(B∩C) - P(A∩C) - P(A∩B∩C)
  • 18. PROPERTIES of PROBABILITY  INDEPENDENT EVENTS Two events are said to be independent of each other when the probability that one event occurs in no way affects the probability of the other event occurring. An example of two independent events is as follows; say you rolled a die and flipped a coin. If A and B are two independent events, then P(A ∩ B) = P(A)*P(B) Similarly, P(A ∩ B ∩ C) = P(A)*P(B)*P(C) provided A,B,C are independent set of events.
  • 19. CONDITIONAL PROBABILITY  Definition: If E and F are two events associated with the same sample space of a random experiment, the conditional probability of the event E given that F has occurred, i.e. P (E|F) is given by P(E|F) = P (E ∩ F) / P(F) provided P(F) ≠ 0 Example  If P(A) = 7 /13 , P(B) = 9 /13 and P(A ∩ B) = 4 /13 , evaluate P(A|B). Solution : We have P(A|B) = P(A ∩ B) / P(B) = (4/13)/(9/13) = 4/9
  • 20. Total Probability Theorem Statement: Let {E1 , E2 ,...,En } be a partition of the sample space S, and suppose that each of the events E1 , E2 ,..., En has nonzero probability of occurrence. Let A be any event associated with S , then P(A) = P(E1 ) P(A|E1 ) + P(E2 ) P(A|E2 ) + ... + P(En ) P(A|En ) = 𝒋=𝟏 𝒏 𝑷 𝑬𝒋 𝑷( A|Ej )
  • 21. Problem  A person has undertaken a construction job. The probabilities are 0.65 that there will be strike, 0.80 that the construction job will be completed on time if there is no strike, and 0.32 that the construction job will be completed on time if there is a strike. Determine the probability that the construction job will be completed on time.  Solution Let A be the event that the construction job will be completed on time, and B be the event that there will be a strike. So, We have to find P(A). We have P(B) = 0.65, Hence, P(no strike) = P(B′) = 1 − P(B) = 1 − 0.65 = 0.35 Also, P(A|B) = 0.32, P(A|B′) = 0.80 Since events B and B′ form a partition of the sample space S, therefore, by theorem of total probability, we have P(A) = P(B) P(A|B) + P(B′) P(A|B′) = 0.65 × 0.32 + 0.35 × 0.8 = 0.208 + 0.28 = 0.488 Thus, the probability that the construction job will be completed in time is 0.488.
  • 22. BAYES’ THEOREM  If E1 , E2 ,..., En are n non-empty events which constitute a partition of sample space S, i.e. E1 , E2 ,..., En are pairwise disjoint and ( E1 ∪ E2 ∪ ... ∪ En ) = S and A is any event of non-zero probability, then P(Ei|A)= 𝑷 𝑬𝒊 𝑷 𝑨 𝑬𝒊 𝒋=𝟏 𝒏 𝑷 𝑬𝒋 𝑷(𝑨|𝑬𝒋) for any i = 1, 2, 3, ..., n This is Bayes’ Theorem.
  • 23. Example  Bag I contains 3 red and 4 black balls while another Bag II contains 5 red and 6 black balls. One ball is drawn at random from one of the bags and it is found to be red. Find the probability that it was drawn from Bag II. Solution : Let E1 be the event of choosing the bag I, E2 the event of choosing the bag II and A be the event of drawing a red ball. Then P(E1 ) = P(E2 ) = 1/2 . Also P(A|E1 ) = P(drawing a red ball from Bag I) = 3/7 and P(A|E2 ) = P(drawing a red ball from Bag II) = 5/11 Now, the probability of drawing a ball from Bag II, being given that it is red, is P(E2 |A) By using Bayes' theorem, we have P(Ei|A)= 𝑷 𝑬𝒊 𝑷 𝑨 𝑬𝒊 𝒋=𝟏 𝒏 𝑷 𝑬𝒋 𝑷(𝑨|𝑬𝒋) = (½ * 5/11)/(1/2 * 3/7 + ½ * 5/11) = 35/68
  • 24. THANK YOU !!!!! Follow me at https://unacademy.com/user/gauravsaha385/followers

Hinweis der Redaktion

  1. NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image.