SlideShare a Scribd company logo
1 of 32
Download to read offline
MIT Arts, Commerce and Science College,
Alandi, Pune
DEPARTMENT OF STATISTICS
F.Y.B.Sc.(Comp. Sci.)
Mathematical Statistics
Unit 1 – Theory of Probability
Prof. Archana Kadam.
Techniques for counting:
In many real-life problems you want to count the
number of possibilities. Some basic counting
techniques which will be useful in determining the
number of different ways of arranging or selecting
objects. The two basic counting principles are
given below:
1) Addition Principle
2) Multiplication Principle
The Additive Rule of Counting:
Suppose we carry out k operations, but we can not do at the
same time.
Let
n1 = the number of ways the first operation can be performed
n2 = the number of ways the second operation can be
performed
.
.
ni = the number of ways the ith operation can be performed
Then N = n1 + n2 + ….+nk = the number of ways the k
operations can be performed in sequence.
Example : A man travel from Pune to Mumbai.
Solution: Number of ways he can travel from Pune to
Mumbai ______
Example : A person want to purchase a TABLET or
MOBILE.
Solution: Number of ways he can buy either TABLET
or MOBILE _______
Example : Rohan wants to go to the cinema to watch
movie.
Solution : : Number of ways he can watch movie_____
The Multiplicative Rule of Counting:
Suppose we carry out k operations in sequence
Let
n1 = the number of ways the first operation can be performed
n2 = the number of ways the second operation can be performed
once the first operation has been completed.
.
.
.
ni = the number of ways the ith operation can be performed once
the first (i - 1) operations have been completed. i = 2, 3, … , k
Then N = n1n2 … nk = the number of ways the k operations can
be performed in sequence
Example: A man is checks his wardrobe for something
to wear
Solution: A man can arrange an outfit________
Example: A person is going to buy car.
Solution: Number of ways he can buy Car_______
Permutation and Combination
Permutation is an ordered arrangement of objects.
1. Permutation of ‘r’ object out of ‘n’ (r ≤ n) distinct
object without repetition.
2. Permutation of ‘r’ object out of ‘n’ (r ≤ n) distinct object
with repetition.
n x n x n x ……x n = nr
3. Permutation of ‘n’ object not all distinct:
The number of permutations of n objects of which n1 are of one
kind, n2 are of second kind, ..., nk are of kth kind and the rest if
any, are of different kinds is given as,
Combination is an unordered arrangement of objects.
Combination of ‘r’ object out of ‘n’ (0 ≤r ≤ n).
Remark on Combination:
Deterministic Experiment:
The experiment which have only one possible
outcome i.e. who's result is certain and unique is called
Deterministic Experiment.
OR
The result of experiment is predictable with
certainty and is known to prior to its conduct.
Examples:
1. Heating water above 100 degree C
2. Throwing stone in sky
3. V= u + at
Non-Deterministic Experiment Or Random
Experiments:
The experiment which have more than one
possible outcome, all outcomes are known in
advanced but can not predict outcome before
conducting experiment is called Non-Deterministic
Experiment.
Examples:
1. Tossing a Coin
2. Rolling a Die
Sample Space
A set of All possible outcome of random experiment is
called sample space. It is denoted by “S” or “Ω”.
Examples:
1. Tossing a Coin outcomes S = { Head, Tail}
Types of Sample Space
1)Discrete Sample Space:
If an elements in sample space are finite or countably infinite then it is
called Discrete sample space.
Example:
1) Experiment of Rolling a Die
Finite S = {1,2,3,4,5,6}
2) Number of Seeds germinated out of 10 planted seeds
S = { 0,1,2,3,…….10}
3) Tossing a coin Till Head Appear
Countably S = {H, TH, TTH, TTTH, …………}
Infinite 4) Number of Customers entering in to Departmental Store
S = { 0,1,2,3,4,5,……..}
2) Continuous sample space:
If an elements in sample space are uncountably infinite then it is called
continuous sample space.
Example:
1) Measure the lifetime of a given computer memory chip in a specified
environment. S = { 0 : ∞}
Event:
Any subset of sample space is called event. It is denoted by capital letters
A, B, E, F, ....
Example 1) Experiment of Rolling a Die, the S = {1,2,3,4,5,6}
Then Say
Event A shows even number occurs on a face of a die i,.e. A = { 2,4,6};
Event B shows Odd number occurs on a face of a die i,.e. B = { 1,3,5}
Event C shows perfect square occurs on a face of a die i,.e. C = { 1,4}
Event D shows number on a face of a die is divisible by 5 i,.e. D = { 5 }
And Event E = {1,2,3,4,5,6}. We can also Defined F = { }=ф.
Types of Event
1) Sure Event:
An event which contain all the elements of sample space is called Sure event.
Example : In a Experiment of Rolling a Die, Event E = {1, 2,3,4,5,6}
Then Event E called Sure Event
2) Elementary Event:
An event which contain only one elements of sample space is called elementary
event.
Example : In a Experiment of Rolling a Die, Event D = { 5 }
Then Event D called elementary Event
3) Impossible Event:
An event which do not contain any elements of sample space or an empty set
is called impossible event.
Example : In a Experiment of Rolling a Die, Event F = { } = ф
Then Event F called impossible Event
Set operations on Events
1. Union of Two events
Let A and B be two events, then the union of A
and B is the event (denoted by AB) defined by:
A  B = {e| e belongs to A or e belongs to B}
A  B
A B
2. Intersection of two events
Let A and B be two events, then the intersection
of A and B is the event (denoted by AB) defined
by:
A  B = {e| e belongs to A and e belongs to B}
A  B
A B
3. Complement of an Event
Let A be any event, then the complement of A
(denoted by ) defined by:
= {e| e does not belongs to A}
A
A
A
A
In problems you will recognize that you are
working with:
1. Union if you see the word or,
2. Intersection if you see the word and,
3. Complement if you see the word not.
4. Mutually Exclusive Event
Two events A and B are called mutually exclusive if:
They have no outcomes in common.
They can’t occur at the same time. The outcome of the random
experiment can not belong to both A and B
A B 
 
A B
5. Exhaustive Event:
Let A and B are any two events defined on sample
space are said to be exhaustive event if union of both
event represent a sample space. i.e. AUB = S.
Definition: Probability of an Event E.
Suppose that the sample space S = {e1, e2, e3, … eN}
has a ‘N’ finite number of outcomes.
Also each of the outcomes is equally likely.
Then for any event E
 
 
 
  no. of outcomes in
=
total no. of outcomes
n E n E E
P E
n S N
 
 
: the symbol = no. of elements of
n A A
Note
Probability Model:
Let Ω = { x1, x2, x3, ……xn} be a finite sample space for a
random experiment. A probability model is constructed
by assigning to each sample point of Ω, a real no P(xi)
such that:
1. P(xi) ≥ 0 for all ‘i’
2. ∑ P(xi) = 1
Axioms of Probability:
Let event A defined on “S”. Then
1. P(A) ≥ 0
2. ∑ P(S) = 1
3. P(AUB) = P(A)+P(B), Where A and B are mutually
exclusive event.
Theorems on Probability
1. For any event A defined on ”S” 0 ≤P(A) ≤1.
2. Let A’ be the compliment of an event A, then P(A)+P(A’) = 1
3. The probability of an impossible event is zero i.e. P(ф) = 0.
4. If A is the subset of B then P(A) ≤ P(B).
5. Addition theorem: If A and B are any two events defined on “S”,
then P(AUB) = P(A)+P(B)-P(AПB).
6. If A and B are any two events defined on “S”, then
P(A’П B) = P(B) – P(A П B) and P(A П B’) = P(A) – P(A П B).
7. De’Morgans Law:
P(A’ U B’) = P (AПB)’ & P (A’ П B’) = P(A U B)’

More Related Content

What's hot

Basic concept of probability
Basic concept of probabilityBasic concept of probability
Basic concept of probabilityIkhlas Rahman
 
Understanding statistics 2#1 Random Variation and Discrete Probability Distri...
Understanding statistics 2#1 Random Variation and Discrete Probability Distri...Understanding statistics 2#1 Random Variation and Discrete Probability Distri...
Understanding statistics 2#1 Random Variation and Discrete Probability Distri...Florin Neagu
 
Probability distribution 2
Probability distribution 2Probability distribution 2
Probability distribution 2Nilanjan Bhaumik
 
Sheet12325192021242723 mean22.75mean22.7550median23mode2325quarti
Sheet12325192021242723 mean22.75mean22.7550median23mode2325quartiSheet12325192021242723 mean22.75mean22.7550median23mode2325quarti
Sheet12325192021242723 mean22.75mean22.7550median23mode2325quartiaryan532920
 
Probability and Random Variables
Probability and Random VariablesProbability and Random Variables
Probability and Random VariablesSubhobrata Banerjee
 
Introduction of Probability
Introduction of ProbabilityIntroduction of Probability
Introduction of Probabilityrey castro
 
random variable and distribution
random variable and distributionrandom variable and distribution
random variable and distributionlovemucheca
 
Probability for GCSE
Probability for GCSEProbability for GCSE
Probability for GCSESteve Bishop
 
Stat lesson 4.2 rules of computing probability
Stat lesson 4.2 rules of computing probabilityStat lesson 4.2 rules of computing probability
Stat lesson 4.2 rules of computing probabilitypipamutuc
 
Probability distribution for Dummies
Probability distribution for DummiesProbability distribution for Dummies
Probability distribution for DummiesBalaji P
 
PROBABILITY DISTRIBUTION
PROBABILITY DISTRIBUTIONPROBABILITY DISTRIBUTION
PROBABILITY DISTRIBUTIONshahzadebaujiti
 
Probability Overview
Probability OverviewProbability Overview
Probability Overviewmmeddin
 

What's hot (20)

Basic concept of probability
Basic concept of probabilityBasic concept of probability
Basic concept of probability
 
Understanding statistics 2#1 Random Variation and Discrete Probability Distri...
Understanding statistics 2#1 Random Variation and Discrete Probability Distri...Understanding statistics 2#1 Random Variation and Discrete Probability Distri...
Understanding statistics 2#1 Random Variation and Discrete Probability Distri...
 
Statistical Assignment Help
Statistical Assignment HelpStatistical Assignment Help
Statistical Assignment Help
 
Probability distribution 2
Probability distribution 2Probability distribution 2
Probability distribution 2
 
Sheet12325192021242723 mean22.75mean22.7550median23mode2325quarti
Sheet12325192021242723 mean22.75mean22.7550median23mode2325quartiSheet12325192021242723 mean22.75mean22.7550median23mode2325quarti
Sheet12325192021242723 mean22.75mean22.7550median23mode2325quarti
 
Probability and Random Variables
Probability and Random VariablesProbability and Random Variables
Probability and Random Variables
 
Introduction of Probability
Introduction of ProbabilityIntroduction of Probability
Introduction of Probability
 
Probability Homework Help
Probability Homework Help Probability Homework Help
Probability Homework Help
 
Mathematics Assignment Help
Mathematics Assignment Help Mathematics Assignment Help
Mathematics Assignment Help
 
random variable and distribution
random variable and distributionrandom variable and distribution
random variable and distribution
 
Probability for GCSE
Probability for GCSEProbability for GCSE
Probability for GCSE
 
Probability Assignment Help
Probability Assignment HelpProbability Assignment Help
Probability Assignment Help
 
Stat lesson 4.2 rules of computing probability
Stat lesson 4.2 rules of computing probabilityStat lesson 4.2 rules of computing probability
Stat lesson 4.2 rules of computing probability
 
Probability
ProbabilityProbability
Probability
 
Probability distribution for Dummies
Probability distribution for DummiesProbability distribution for Dummies
Probability distribution for Dummies
 
Probability
ProbabilityProbability
Probability
 
Probability Assignment Help
Probability Assignment HelpProbability Assignment Help
Probability Assignment Help
 
5 random variables
5 random variables5 random variables
5 random variables
 
PROBABILITY DISTRIBUTION
PROBABILITY DISTRIBUTIONPROBABILITY DISTRIBUTION
PROBABILITY DISTRIBUTION
 
Probability Overview
Probability OverviewProbability Overview
Probability Overview
 

Similar to Theory of Probability

Chapter-3-Sample-Space-of-Experiment.pdf
Chapter-3-Sample-Space-of-Experiment.pdfChapter-3-Sample-Space-of-Experiment.pdf
Chapter-3-Sample-Space-of-Experiment.pdfJuliusBoitizon
 
Chapter 3 SE 2015.pptx
Chapter 3 SE 2015.pptxChapter 3 SE 2015.pptx
Chapter 3 SE 2015.pptxmiki304759
 
Probability-Olasılık
Probability-OlasılıkProbability-Olasılık
Probability-OlasılıkEnes Teymir
 
In three of the exercises below there is given a code of a method na.pdf
In three of the exercises below there is given a code of a method na.pdfIn three of the exercises below there is given a code of a method na.pdf
In three of the exercises below there is given a code of a method na.pdffeelinggift
 
Machine Learning
Machine LearningMachine Learning
Machine Learningbutest
 
Permutations and Combinations (All Formulas)
Permutations and Combinations (All Formulas)Permutations and Combinations (All Formulas)
Permutations and Combinations (All Formulas)Anubhav Kumar
 
Permutations and Combinations(For Class 11)
Permutations and Combinations(For Class 11)Permutations and Combinations(For Class 11)
Permutations and Combinations(For Class 11)Anubhav Kumar
 
chapter five.pptx
chapter five.pptxchapter five.pptx
chapter five.pptxAbebeNega
 
Perform brute force
Perform brute forcePerform brute force
Perform brute forceSHC
 
The Complexity Of Primality Testing
The Complexity Of Primality TestingThe Complexity Of Primality Testing
The Complexity Of Primality TestingMohammad Elsheikh
 
Mathematical Statistics Assignment Help
Mathematical Statistics Assignment HelpMathematical Statistics Assignment Help
Mathematical Statistics Assignment HelpExcel Homework Help
 
tutorial5.ppt
tutorial5.ppttutorial5.ppt
tutorial5.pptjvjfvvoa
 

Similar to Theory of Probability (20)

Chapter-3-Sample-Space-of-Experiment.pdf
Chapter-3-Sample-Space-of-Experiment.pdfChapter-3-Sample-Space-of-Experiment.pdf
Chapter-3-Sample-Space-of-Experiment.pdf
 
Probability
ProbabilityProbability
Probability
 
Chapter 3 SE 2015.pptx
Chapter 3 SE 2015.pptxChapter 3 SE 2015.pptx
Chapter 3 SE 2015.pptx
 
Probability-Olasılık
Probability-OlasılıkProbability-Olasılık
Probability-Olasılık
 
In three of the exercises below there is given a code of a method na.pdf
In three of the exercises below there is given a code of a method na.pdfIn three of the exercises below there is given a code of a method na.pdf
In three of the exercises below there is given a code of a method na.pdf
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Permutations and Combinations (All Formulas)
Permutations and Combinations (All Formulas)Permutations and Combinations (All Formulas)
Permutations and Combinations (All Formulas)
 
Permutations and Combinations(For Class 11)
Permutations and Combinations(For Class 11)Permutations and Combinations(For Class 11)
Permutations and Combinations(For Class 11)
 
02 Notes Divide and Conquer
02 Notes Divide and Conquer02 Notes Divide and Conquer
02 Notes Divide and Conquer
 
Montecarlophd
MontecarlophdMontecarlophd
Montecarlophd
 
chap2.pdf
chap2.pdfchap2.pdf
chap2.pdf
 
Counting
Counting  Counting
Counting
 
chapter five.pptx
chapter five.pptxchapter five.pptx
chapter five.pptx
 
Probability
ProbabilityProbability
Probability
 
Perform brute force
Perform brute forcePerform brute force
Perform brute force
 
The Complexity Of Primality Testing
The Complexity Of Primality TestingThe Complexity Of Primality Testing
The Complexity Of Primality Testing
 
Mathematical Statistics Assignment Help
Mathematical Statistics Assignment HelpMathematical Statistics Assignment Help
Mathematical Statistics Assignment Help
 
1249320870000 asgn 1-jm (1)
1249320870000 asgn 1-jm (1)1249320870000 asgn 1-jm (1)
1249320870000 asgn 1-jm (1)
 
Mathematical Statistics Assignment Help
Mathematical Statistics Assignment HelpMathematical Statistics Assignment Help
Mathematical Statistics Assignment Help
 
tutorial5.ppt
tutorial5.ppttutorial5.ppt
tutorial5.ppt
 

Recently uploaded

STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCEPRINCE C P
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisDiwakar Mishra
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfSumit Kumar yadav
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksSérgio Sacani
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPirithiRaju
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsAArockiyaNisha
 
Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...Nistarini College, Purulia (W.B) India
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxAleenaTreesaSaji
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PPRINCE C P
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfnehabiju2046
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...jana861314
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​kaibalyasahoo82800
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRDelhi Call girls
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
Cultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxCultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxpradhanghanshyam7136
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptMAESTRELLAMesa2
 

Recently uploaded (20)

STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdf
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based Nanomaterials
 
Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptx
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C P
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdf
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
Cultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxCultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptx
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.ppt
 
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
 

Theory of Probability

  • 1. MIT Arts, Commerce and Science College, Alandi, Pune DEPARTMENT OF STATISTICS F.Y.B.Sc.(Comp. Sci.) Mathematical Statistics Unit 1 – Theory of Probability Prof. Archana Kadam.
  • 2. Techniques for counting: In many real-life problems you want to count the number of possibilities. Some basic counting techniques which will be useful in determining the number of different ways of arranging or selecting objects. The two basic counting principles are given below: 1) Addition Principle 2) Multiplication Principle
  • 3. The Additive Rule of Counting: Suppose we carry out k operations, but we can not do at the same time. Let n1 = the number of ways the first operation can be performed n2 = the number of ways the second operation can be performed . . ni = the number of ways the ith operation can be performed Then N = n1 + n2 + ….+nk = the number of ways the k operations can be performed in sequence.
  • 4. Example : A man travel from Pune to Mumbai. Solution: Number of ways he can travel from Pune to Mumbai ______
  • 5. Example : A person want to purchase a TABLET or MOBILE. Solution: Number of ways he can buy either TABLET or MOBILE _______
  • 6. Example : Rohan wants to go to the cinema to watch movie. Solution : : Number of ways he can watch movie_____
  • 7. The Multiplicative Rule of Counting: Suppose we carry out k operations in sequence Let n1 = the number of ways the first operation can be performed n2 = the number of ways the second operation can be performed once the first operation has been completed. . . . ni = the number of ways the ith operation can be performed once the first (i - 1) operations have been completed. i = 2, 3, … , k Then N = n1n2 … nk = the number of ways the k operations can be performed in sequence
  • 8.
  • 9. Example: A man is checks his wardrobe for something to wear Solution: A man can arrange an outfit________
  • 10. Example: A person is going to buy car. Solution: Number of ways he can buy Car_______
  • 12. Permutation is an ordered arrangement of objects. 1. Permutation of ‘r’ object out of ‘n’ (r ≤ n) distinct object without repetition.
  • 13. 2. Permutation of ‘r’ object out of ‘n’ (r ≤ n) distinct object with repetition. n x n x n x ……x n = nr 3. Permutation of ‘n’ object not all distinct: The number of permutations of n objects of which n1 are of one kind, n2 are of second kind, ..., nk are of kth kind and the rest if any, are of different kinds is given as,
  • 14. Combination is an unordered arrangement of objects. Combination of ‘r’ object out of ‘n’ (0 ≤r ≤ n).
  • 16. Deterministic Experiment: The experiment which have only one possible outcome i.e. who's result is certain and unique is called Deterministic Experiment. OR The result of experiment is predictable with certainty and is known to prior to its conduct. Examples: 1. Heating water above 100 degree C 2. Throwing stone in sky 3. V= u + at
  • 17. Non-Deterministic Experiment Or Random Experiments: The experiment which have more than one possible outcome, all outcomes are known in advanced but can not predict outcome before conducting experiment is called Non-Deterministic Experiment. Examples: 1. Tossing a Coin 2. Rolling a Die
  • 18. Sample Space A set of All possible outcome of random experiment is called sample space. It is denoted by “S” or “Ω”. Examples: 1. Tossing a Coin outcomes S = { Head, Tail}
  • 19. Types of Sample Space 1)Discrete Sample Space: If an elements in sample space are finite or countably infinite then it is called Discrete sample space. Example: 1) Experiment of Rolling a Die Finite S = {1,2,3,4,5,6} 2) Number of Seeds germinated out of 10 planted seeds S = { 0,1,2,3,…….10} 3) Tossing a coin Till Head Appear Countably S = {H, TH, TTH, TTTH, …………} Infinite 4) Number of Customers entering in to Departmental Store S = { 0,1,2,3,4,5,……..}
  • 20. 2) Continuous sample space: If an elements in sample space are uncountably infinite then it is called continuous sample space. Example: 1) Measure the lifetime of a given computer memory chip in a specified environment. S = { 0 : ∞}
  • 21. Event: Any subset of sample space is called event. It is denoted by capital letters A, B, E, F, .... Example 1) Experiment of Rolling a Die, the S = {1,2,3,4,5,6} Then Say Event A shows even number occurs on a face of a die i,.e. A = { 2,4,6}; Event B shows Odd number occurs on a face of a die i,.e. B = { 1,3,5} Event C shows perfect square occurs on a face of a die i,.e. C = { 1,4} Event D shows number on a face of a die is divisible by 5 i,.e. D = { 5 } And Event E = {1,2,3,4,5,6}. We can also Defined F = { }=ф.
  • 22. Types of Event 1) Sure Event: An event which contain all the elements of sample space is called Sure event. Example : In a Experiment of Rolling a Die, Event E = {1, 2,3,4,5,6} Then Event E called Sure Event 2) Elementary Event: An event which contain only one elements of sample space is called elementary event. Example : In a Experiment of Rolling a Die, Event D = { 5 } Then Event D called elementary Event 3) Impossible Event: An event which do not contain any elements of sample space or an empty set is called impossible event. Example : In a Experiment of Rolling a Die, Event F = { } = ф Then Event F called impossible Event
  • 23. Set operations on Events 1. Union of Two events Let A and B be two events, then the union of A and B is the event (denoted by AB) defined by: A  B = {e| e belongs to A or e belongs to B} A  B A B
  • 24. 2. Intersection of two events Let A and B be two events, then the intersection of A and B is the event (denoted by AB) defined by: A  B = {e| e belongs to A and e belongs to B} A  B A B
  • 25. 3. Complement of an Event Let A be any event, then the complement of A (denoted by ) defined by: = {e| e does not belongs to A} A A A A
  • 26. In problems you will recognize that you are working with: 1. Union if you see the word or, 2. Intersection if you see the word and, 3. Complement if you see the word not.
  • 27. 4. Mutually Exclusive Event Two events A and B are called mutually exclusive if: They have no outcomes in common. They can’t occur at the same time. The outcome of the random experiment can not belong to both A and B A B    A B
  • 28. 5. Exhaustive Event: Let A and B are any two events defined on sample space are said to be exhaustive event if union of both event represent a sample space. i.e. AUB = S.
  • 29. Definition: Probability of an Event E. Suppose that the sample space S = {e1, e2, e3, … eN} has a ‘N’ finite number of outcomes. Also each of the outcomes is equally likely. Then for any event E         no. of outcomes in = total no. of outcomes n E n E E P E n S N     : the symbol = no. of elements of n A A Note
  • 30. Probability Model: Let Ω = { x1, x2, x3, ……xn} be a finite sample space for a random experiment. A probability model is constructed by assigning to each sample point of Ω, a real no P(xi) such that: 1. P(xi) ≥ 0 for all ‘i’ 2. ∑ P(xi) = 1 Axioms of Probability: Let event A defined on “S”. Then 1. P(A) ≥ 0 2. ∑ P(S) = 1 3. P(AUB) = P(A)+P(B), Where A and B are mutually exclusive event.
  • 32. 1. For any event A defined on ”S” 0 ≤P(A) ≤1. 2. Let A’ be the compliment of an event A, then P(A)+P(A’) = 1 3. The probability of an impossible event is zero i.e. P(ф) = 0. 4. If A is the subset of B then P(A) ≤ P(B). 5. Addition theorem: If A and B are any two events defined on “S”, then P(AUB) = P(A)+P(B)-P(AПB). 6. If A and B are any two events defined on “S”, then P(A’П B) = P(B) – P(A П B) and P(A П B’) = P(A) – P(A П B). 7. De’Morgans Law: P(A’ U B’) = P (AПB)’ & P (A’ П B’) = P(A U B)’