SlideShare ist ein Scribd-Unternehmen logo
1 von 13
Probability
(Additional information)
RAJU DAVID.C, MSc, MBA, PGDCA, BCC
Faculty, Department of Psychology
Rajagiri College of Social Science
Kalamassery, Ernakulam
Meaning of certain terms used in probability
1. Prob. of ATLEAST ONE = Total prob. – Prob. of getting NONE
e.g. Prob of getting at least one head in a tossing of 2 coins
Sample space S = {HH,HT,TH,TT}
At least one head = {HH, HT,TH}
So prob of at least one head = ¾
But total prob = 1, prob of no head = ¼
Total prob – prob of none = 1 – ¼ = 3/4
Meaning of certain terms used in probability
PROB. OF ATMOST N items = P(x≤N) = TOTAL PROB – P(x>N)
= P(none) + P(1) + P(2) + P(3) + … + P(N)
= 1 – Prob(x>N)
E.g. Prob of getting at most 5 in a die rolling experiment
Sample space S = {1,2,3,4,5,6}
The event A = {1,2,3,4,5} and so required Prob = n(A)/n(S) = 5/6
Total prob = 1, Prob(x>5) = Prob(x=6) = 1/6
1 - Prob(x>5) = 1 – 1/6 = 5/6
i.e., P(x≤N) = 1 – Prob(x>N)
DEPENDENT EVENTS
Two events are said to be dependent, if the happening of one of them
affects the happening of the other. In the case of dependent events the
Chance or prob. one event depends on the happening of other.
E.g. Drawing two cards one by one from a pack of cards without replacement
Here the prob of drawing first card is 1/52.
Since the card is not replaced, the deck of cards contains only 51 cards.
So the prob. of drawing 2nd card is 1/51
ASSIGNMENT -
Q1. A bundle of 100 tickets numbered serially from 1 to 100 is well shuffled a ticket
is drawn at random. What is the probability that
a) It is an even number?
b) It is a multiple of 10?
c) It is a perfect square?
d) It is a multiple of 12 or a perfect cube?
e) It is a square or a cube?
f) It is an odd number greater than 75?
h) It is a prime number less than 25?
ASSIGNMENT
Q2. A bag contains 5 white, 4 red and 3 black balls. 3 balls are drawn from
the bag at random. Find the probability that
a) there are 2 white and a black balls
b) There is no white ball
c) balls have all the 3 colours
d) none of them are red or black
e) Exactly one white
g) at least one red
H) balls are same colour
Q. Find the prob of drawing a queen, a king and a knave (jack) in
that order from a pack of cards in 3 consecutive draws, the
cards drawn not being replaced.
Ans:- A queen can be drawn from a pack of cards in 4C1 = 4 different ways.
So, prob of drawing a queen P(A) = 4c1/52c1 = 4/52 =1/13
After drawing a queen and without being replaced, the total number of cards
reduced to 51. Then prob of drawing king will be P(B) = 4c1/51c1 = 4/51.
Similarly, the prob of drawing a knave P(C) = 4/50.
We want the probability of drawing a queen, king or a knave, without
replacement. i.e. P(ABC). Since the draws are independent, the prob of their
joint occurrence is the same as the product of their individual probabilities.
Therefore, the required probability is
P(ABC) = P(A)xP(B)xP(C) = (4/52)x(4/51)x(4/50) =(4x4x4)/(52x51x50) = 0.00048
QUESTIONS
• Q1. Out of the numbers 1 to 120, one number is selected at random. What is the
prob that it is divisible by 8 or 10?
• Ans. Here The Sample space S ={1,2,3,…, 119,120}. Then n(S) =120
Let A denotes the event that the selected number is divisible by 8. That is the
selected number is a multiple of 8.
Then A = {8,16,24,32,40,48,56,64,72,80,88,96,104,112,120} and so n(A) = 15
Similarly, B denotes the event that the number selected is divisible (or a multiple)
of 10. Then B = {10,20,30,40,50,60,70,80,90,100,110,120} and so n(B) = 12
We want the prob. that the card drawn is divisible by 8 or 10.
That is, we require P(AUB)
Contd….
P(AUB) = P(A) + P(B) – P(AB), where AB is the event that the elements which are
common to both A and B.
Here AB = {40,80,120} and n(AB) = 3
P(A) = n(A)/n(S), P(B) = n(B)/n(S) and P(AB) = n(AB)/n(S)
Therefore, P(AUB) = 15/120 + 12/120 -3/120
= (15+12-3)/120
= 24/120 = 1/5
i.e., The prob that the selected number is a multiple of 8 or 10 is 1/5
More information and results
S = A ONLY + AE + E ONLY + ĀĒ
A ONLY = A – AE = AĒ
E ONLY = E – AE = ĀE
From the figure,
AUE = AĒ + AE + ĀE
Sample space S is the union of
4 mutually exclusive events.
S = ĀĒ + (AĒ + AE + ĀE)
S = ĀĒ + AUE or AUE = S – ĀĒ
And ĀĒ = S - AUE
AĒ A E ĀE
Addition theorem for 3 events
A, B, C are 3 events (not necessarily be mutually exclusive) then
P(AUBUC) = P(A) + P(B) + P(C) - P(A∩B) - P(B∩C) - P(A∩C) + P(A∩B∩C) This
can also be written as S
P(AUBUC) = P(A) + P(B) + P(C) - P(AB) - P(BC) - P(AC) + P(ABC)
Note
In addition theorem or union of sets, odd combinations of events
are to be added and even combinations are to be subtracted.
i.e., A,B,C, ABC are to be added and AB,BC,AC are to be
subtracted
A
B
C
Qn. Given S = {1,2,3,4,5,6,7,8,9,10}, A = {2,4,6,8,10} B =
{3,5,6,7,8} C = {3,8,6,10}. Establish the result
P(AUBUC) = P(A)+P(B)+P(C)-P(AB)-P(BC)-P(AC)+P(ABC)
ANS: Here, AUBUC ={2,4,6,8,10,3,5,7}
We want to prove if A, B, C are 3 events (not necessarily be mutually exclusive) then
P(AUBUC) = P(A) + P(B) + P(C) - P(AB) - P(BC) - P(AC) + P(ABC)
n(S)=10, n(A)=5, n(B)=4, n(C)=4 & n(AUBUC) = 8
AB={6,8} and n(AB)=2 BC={3,6,8} and n(BC)=3
AC={6,8,10} and n(AC)=3 ABC={6,8} and n(ABC)=2
L.H.S P(AUBUC) = n(AUBUC)/n(S) = 8/10 …….(1)
P(A) = n(A)/n(S) = 5/10. Similarly, P(B)=5/10, P(C)=4/10
P(AB)=2/10, P(BC)=3/10, P(AC)=3/10 and P(ABC)=2/10
R.H.S = P(A) + P(B) + P(C) - P(AB) - P(BC) - P(AC) + P(ABC)
= 5/10 + 4/10 + 4/10 – 3/10 – 3/10 – 3/10 + 2/10
= (5+5+4-2-3-3+2)/10 = 8/10 …………(2)
From (1) & (2), we get LH.S = R.H.S which prove the result.
A
B
C
S
EXERCISES
Q1. 17 cards numbered 1,2,3,…,16,17 are placed in an urn and mixed thoroughly. A person
draws a card from it. Find the prob that
a) Its an odd number b) It is divisible by 3 c) A prime
d) It is an even number or divisible by 5 e) Divisible by 2 or 3
Q2. The probabilities of solving a problem by Ramesh and Satheesh are 60% and 72% respectively.
What is the prob that a) the problem is solved b) problem is not solved
Q3. Given that P(A)=0.6, P(E)=0.5, P(AUE)=0.9, then find P(AE), P(ĀĒ), P(Ā), P(AĒ) and P(Ē)
Q4. Prob that a contractor will get a plumbing contract is 2/3. The prob that he will
not get an electric contract is 5/9. If the prob of getting at least one contract is
4/5.What is the prob that he will get both the contracts?
Q5. Prob that Mr. Tom passes a maths exam is 2/3 and that of statistics exam is 4/9. The prob
that he passing at least one subject is 7/9. Find the prob that
i) he will pass both the subjects ii) he fails in statistics
iii) he fails in maths iv) he fails in both subjects

Weitere ähnliche Inhalte

Was ist angesagt?

5.3 geometric sequences
5.3 geometric sequences5.3 geometric sequences
5.3 geometric sequencesmath123c
 
5.2 arithmetic sequences
5.2 arithmetic sequences5.2 arithmetic sequences
5.2 arithmetic sequencesmath123c
 
55 inequalities and comparative statements
55 inequalities and comparative statements55 inequalities and comparative statements
55 inequalities and comparative statementsalg1testreview
 
1.2 the graphs of quadratic equations
1.2 the graphs of quadratic equations1.2 the graphs of quadratic equations
1.2 the graphs of quadratic equationsmath123c
 
3.1 methods of division
3.1 methods of division3.1 methods of division
3.1 methods of divisionmath260
 
Maths polynomials
Maths polynomialsMaths polynomials
Maths polynomialsavimehta14
 
Polynomials
PolynomialsPolynomials
Polynomialsveeramagali
 
1.2 algebraic expressions
1.2 algebraic expressions1.2 algebraic expressions
1.2 algebraic expressionsmath260
 
5 2factoring trinomial i
5 2factoring trinomial i5 2factoring trinomial i
5 2factoring trinomial imath123a
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variablesVivekNaithani3
 
Appendex d
Appendex dAppendex d
Appendex dswavicky
 
7 sign charts of factorable formulas y
7 sign charts of factorable formulas y7 sign charts of factorable formulas y
7 sign charts of factorable formulas ymath260
 
8 inequalities and sign charts x
8 inequalities and sign charts x8 inequalities and sign charts x
8 inequalities and sign charts xmath260
 
3 algebraic expressions y
3 algebraic expressions y3 algebraic expressions y
3 algebraic expressions ymath266
 
49 factoring trinomials the ac method and making lists
49 factoring trinomials  the ac method and making lists49 factoring trinomials  the ac method and making lists
49 factoring trinomials the ac method and making listsalg1testreview
 
Polynomials(10th) Simplified
Polynomials(10th) SimplifiedPolynomials(10th) Simplified
Polynomials(10th) SimplifiedSajeel Khan
 
Factor theorem solving cubic equations
Factor theorem solving cubic equationsFactor theorem solving cubic equations
Factor theorem solving cubic equationsAng Choon Cheng
 
3.4 looking for real roots of real polynomials
3.4 looking for real roots of real polynomials3.4 looking for real roots of real polynomials
3.4 looking for real roots of real polynomialsmath260
 

Was ist angesagt? (20)

5.3 geometric sequences
5.3 geometric sequences5.3 geometric sequences
5.3 geometric sequences
 
Ppt on polynomial
Ppt on polynomial Ppt on polynomial
Ppt on polynomial
 
5.2 arithmetic sequences
5.2 arithmetic sequences5.2 arithmetic sequences
5.2 arithmetic sequences
 
55 inequalities and comparative statements
55 inequalities and comparative statements55 inequalities and comparative statements
55 inequalities and comparative statements
 
1.2 the graphs of quadratic equations
1.2 the graphs of quadratic equations1.2 the graphs of quadratic equations
1.2 the graphs of quadratic equations
 
3.1 methods of division
3.1 methods of division3.1 methods of division
3.1 methods of division
 
Maths polynomials
Maths polynomialsMaths polynomials
Maths polynomials
 
Polynomials
PolynomialsPolynomials
Polynomials
 
1.2 algebraic expressions
1.2 algebraic expressions1.2 algebraic expressions
1.2 algebraic expressions
 
5 2factoring trinomial i
5 2factoring trinomial i5 2factoring trinomial i
5 2factoring trinomial i
 
A
AA
A
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variables
 
Appendex d
Appendex dAppendex d
Appendex d
 
7 sign charts of factorable formulas y
7 sign charts of factorable formulas y7 sign charts of factorable formulas y
7 sign charts of factorable formulas y
 
8 inequalities and sign charts x
8 inequalities and sign charts x8 inequalities and sign charts x
8 inequalities and sign charts x
 
3 algebraic expressions y
3 algebraic expressions y3 algebraic expressions y
3 algebraic expressions y
 
49 factoring trinomials the ac method and making lists
49 factoring trinomials  the ac method and making lists49 factoring trinomials  the ac method and making lists
49 factoring trinomials the ac method and making lists
 
Polynomials(10th) Simplified
Polynomials(10th) SimplifiedPolynomials(10th) Simplified
Polynomials(10th) Simplified
 
Factor theorem solving cubic equations
Factor theorem solving cubic equationsFactor theorem solving cubic equations
Factor theorem solving cubic equations
 
3.4 looking for real roots of real polynomials
3.4 looking for real roots of real polynomials3.4 looking for real roots of real polynomials
3.4 looking for real roots of real polynomials
 

Ähnlich wie Prob3addlthrm

Question bank -xi (hots)
Question bank -xi (hots)Question bank -xi (hots)
Question bank -xi (hots)indu psthakur
 
Course material mca
Course material   mcaCourse material   mca
Course material mcashagufthaiffath
 
Introduction of Probability
Introduction of ProbabilityIntroduction of Probability
Introduction of Probabilityrey castro
 
CBSE XI MATHS SOLVED PAPER
CBSE XI MATHS SOLVED PAPERCBSE XI MATHS SOLVED PAPER
CBSE XI MATHS SOLVED PAPERGautham Rajesh
 
Gmat Math Tough Problems
Gmat Math Tough ProblemsGmat Math Tough Problems
Gmat Math Tough ProblemsVijay Thakkar
 
Probability revision card
Probability revision cardProbability revision card
Probability revision cardPuna Ripiye
 
Question bank xi
Question bank xiQuestion bank xi
Question bank xiindu psthakur
 
counting principle.ppt
counting principle.pptcounting principle.ppt
counting principle.pptRizaCatli2
 
Permutation and combination - Math Statistic
Permutation and combination - Math StatisticPermutation and combination - Math Statistic
Permutation and combination - Math StatisticPrincess is Ntxhais
 
Extension 1 miscellaneous worksheet
Extension 1 miscellaneous worksheetExtension 1 miscellaneous worksheet
Extension 1 miscellaneous worksheetAndrew Rybkow
 
Study materialfor class 10 Mathematics
Study materialfor class 10  MathematicsStudy materialfor class 10  Mathematics
Study materialfor class 10 MathematicsMD. G R Ahmed
 
Lecture Notes MTH302 Before MTT Myers.docx
Lecture Notes MTH302 Before MTT Myers.docxLecture Notes MTH302 Before MTT Myers.docx
Lecture Notes MTH302 Before MTT Myers.docxRaghavaReddy449756
 

Ähnlich wie Prob3addlthrm (20)

Question bank -xi (hots)
Question bank -xi (hots)Question bank -xi (hots)
Question bank -xi (hots)
 
Course material mca
Course material   mcaCourse material   mca
Course material mca
 
Introduction of Probability
Introduction of ProbabilityIntroduction of Probability
Introduction of Probability
 
Xii hy r
Xii hy rXii hy r
Xii hy r
 
Math questions
Math  questionsMath  questions
Math questions
 
Practice Test 2 Solutions
Practice Test 2  SolutionsPractice Test 2  Solutions
Practice Test 2 Solutions
 
CBSE XI MATHS SOLVED PAPER
CBSE XI MATHS SOLVED PAPERCBSE XI MATHS SOLVED PAPER
CBSE XI MATHS SOLVED PAPER
 
Gmat Math Tough Problems
Gmat Math Tough ProblemsGmat Math Tough Problems
Gmat Math Tough Problems
 
Tough Quant
Tough QuantTough Quant
Tough Quant
 
Probability revision card
Probability revision cardProbability revision card
Probability revision card
 
Question bank xi
Question bank xiQuestion bank xi
Question bank xi
 
Probability
ProbabilityProbability
Probability
 
counting principle.ppt
counting principle.pptcounting principle.ppt
counting principle.ppt
 
Permutation and combination - Math Statistic
Permutation and combination - Math StatisticPermutation and combination - Math Statistic
Permutation and combination - Math Statistic
 
file_5.pptx
file_5.pptxfile_5.pptx
file_5.pptx
 
Extension 1 miscellaneous worksheet
Extension 1 miscellaneous worksheetExtension 1 miscellaneous worksheet
Extension 1 miscellaneous worksheet
 
Prob2definitions
Prob2definitionsProb2definitions
Prob2definitions
 
Probability
ProbabilityProbability
Probability
 
Study materialfor class 10 Mathematics
Study materialfor class 10  MathematicsStudy materialfor class 10  Mathematics
Study materialfor class 10 Mathematics
 
Lecture Notes MTH302 Before MTT Myers.docx
Lecture Notes MTH302 Before MTT Myers.docxLecture Notes MTH302 Before MTT Myers.docx
Lecture Notes MTH302 Before MTT Myers.docx
 

Kürzlich hochgeladen

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Dr. Mazin Mohamed alkathiri
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 

Kürzlich hochgeladen (20)

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 

Prob3addlthrm

  • 1. Probability (Additional information) RAJU DAVID.C, MSc, MBA, PGDCA, BCC Faculty, Department of Psychology Rajagiri College of Social Science Kalamassery, Ernakulam
  • 2. Meaning of certain terms used in probability 1. Prob. of ATLEAST ONE = Total prob. – Prob. of getting NONE e.g. Prob of getting at least one head in a tossing of 2 coins Sample space S = {HH,HT,TH,TT} At least one head = {HH, HT,TH} So prob of at least one head = ¾ But total prob = 1, prob of no head = ¼ Total prob – prob of none = 1 – ¼ = 3/4
  • 3. Meaning of certain terms used in probability PROB. OF ATMOST N items = P(x≤N) = TOTAL PROB – P(x>N) = P(none) + P(1) + P(2) + P(3) + … + P(N) = 1 – Prob(x>N) E.g. Prob of getting at most 5 in a die rolling experiment Sample space S = {1,2,3,4,5,6} The event A = {1,2,3,4,5} and so required Prob = n(A)/n(S) = 5/6 Total prob = 1, Prob(x>5) = Prob(x=6) = 1/6 1 - Prob(x>5) = 1 – 1/6 = 5/6 i.e., P(x≤N) = 1 – Prob(x>N)
  • 4. DEPENDENT EVENTS Two events are said to be dependent, if the happening of one of them affects the happening of the other. In the case of dependent events the Chance or prob. one event depends on the happening of other. E.g. Drawing two cards one by one from a pack of cards without replacement Here the prob of drawing first card is 1/52. Since the card is not replaced, the deck of cards contains only 51 cards. So the prob. of drawing 2nd card is 1/51
  • 5. ASSIGNMENT - Q1. A bundle of 100 tickets numbered serially from 1 to 100 is well shuffled a ticket is drawn at random. What is the probability that a) It is an even number? b) It is a multiple of 10? c) It is a perfect square? d) It is a multiple of 12 or a perfect cube? e) It is a square or a cube? f) It is an odd number greater than 75? h) It is a prime number less than 25?
  • 6. ASSIGNMENT Q2. A bag contains 5 white, 4 red and 3 black balls. 3 balls are drawn from the bag at random. Find the probability that a) there are 2 white and a black balls b) There is no white ball c) balls have all the 3 colours d) none of them are red or black e) Exactly one white g) at least one red H) balls are same colour
  • 7. Q. Find the prob of drawing a queen, a king and a knave (jack) in that order from a pack of cards in 3 consecutive draws, the cards drawn not being replaced. Ans:- A queen can be drawn from a pack of cards in 4C1 = 4 different ways. So, prob of drawing a queen P(A) = 4c1/52c1 = 4/52 =1/13 After drawing a queen and without being replaced, the total number of cards reduced to 51. Then prob of drawing king will be P(B) = 4c1/51c1 = 4/51. Similarly, the prob of drawing a knave P(C) = 4/50. We want the probability of drawing a queen, king or a knave, without replacement. i.e. P(ABC). Since the draws are independent, the prob of their joint occurrence is the same as the product of their individual probabilities. Therefore, the required probability is P(ABC) = P(A)xP(B)xP(C) = (4/52)x(4/51)x(4/50) =(4x4x4)/(52x51x50) = 0.00048
  • 8. QUESTIONS • Q1. Out of the numbers 1 to 120, one number is selected at random. What is the prob that it is divisible by 8 or 10? • Ans. Here The Sample space S ={1,2,3,…, 119,120}. Then n(S) =120 Let A denotes the event that the selected number is divisible by 8. That is the selected number is a multiple of 8. Then A = {8,16,24,32,40,48,56,64,72,80,88,96,104,112,120} and so n(A) = 15 Similarly, B denotes the event that the number selected is divisible (or a multiple) of 10. Then B = {10,20,30,40,50,60,70,80,90,100,110,120} and so n(B) = 12 We want the prob. that the card drawn is divisible by 8 or 10. That is, we require P(AUB)
  • 9. Contd…. P(AUB) = P(A) + P(B) – P(AB), where AB is the event that the elements which are common to both A and B. Here AB = {40,80,120} and n(AB) = 3 P(A) = n(A)/n(S), P(B) = n(B)/n(S) and P(AB) = n(AB)/n(S) Therefore, P(AUB) = 15/120 + 12/120 -3/120 = (15+12-3)/120 = 24/120 = 1/5 i.e., The prob that the selected number is a multiple of 8 or 10 is 1/5
  • 10. More information and results S = A ONLY + AE + E ONLY + ĀĒ A ONLY = A – AE = AÄ’ E ONLY = E – AE = Ä€E From the figure, AUE = AÄ’ + AE + Ä€E Sample space S is the union of 4 mutually exclusive events. S = ĀĒ + (AÄ’ + AE + Ä€E) S = ĀĒ + AUE or AUE = S – ĀĒ And ĀĒ = S - AUE AÄ’ A E Ä€E
  • 11. Addition theorem for 3 events A, B, C are 3 events (not necessarily be mutually exclusive) then P(AUBUC) = P(A) + P(B) + P(C) - P(A∩B) - P(B∩C) - P(A∩C) + P(A∩B∩C) This can also be written as S P(AUBUC) = P(A) + P(B) + P(C) - P(AB) - P(BC) - P(AC) + P(ABC) Note In addition theorem or union of sets, odd combinations of events are to be added and even combinations are to be subtracted. i.e., A,B,C, ABC are to be added and AB,BC,AC are to be subtracted A B C
  • 12. Qn. Given S = {1,2,3,4,5,6,7,8,9,10}, A = {2,4,6,8,10} B = {3,5,6,7,8} C = {3,8,6,10}. Establish the result P(AUBUC) = P(A)+P(B)+P(C)-P(AB)-P(BC)-P(AC)+P(ABC) ANS: Here, AUBUC ={2,4,6,8,10,3,5,7} We want to prove if A, B, C are 3 events (not necessarily be mutually exclusive) then P(AUBUC) = P(A) + P(B) + P(C) - P(AB) - P(BC) - P(AC) + P(ABC) n(S)=10, n(A)=5, n(B)=4, n(C)=4 & n(AUBUC) = 8 AB={6,8} and n(AB)=2 BC={3,6,8} and n(BC)=3 AC={6,8,10} and n(AC)=3 ABC={6,8} and n(ABC)=2 L.H.S P(AUBUC) = n(AUBUC)/n(S) = 8/10 …….(1) P(A) = n(A)/n(S) = 5/10. Similarly, P(B)=5/10, P(C)=4/10 P(AB)=2/10, P(BC)=3/10, P(AC)=3/10 and P(ABC)=2/10 R.H.S = P(A) + P(B) + P(C) - P(AB) - P(BC) - P(AC) + P(ABC) = 5/10 + 4/10 + 4/10 – 3/10 – 3/10 – 3/10 + 2/10 = (5+5+4-2-3-3+2)/10 = 8/10 …………(2) From (1) & (2), we get LH.S = R.H.S which prove the result. A B C S
  • 13. EXERCISES Q1. 17 cards numbered 1,2,3,…,16,17 are placed in an urn and mixed thoroughly. A person draws a card from it. Find the prob that a) Its an odd number b) It is divisible by 3 c) A prime d) It is an even number or divisible by 5 e) Divisible by 2 or 3 Q2. The probabilities of solving a problem by Ramesh and Satheesh are 60% and 72% respectively. What is the prob that a) the problem is solved b) problem is not solved Q3. Given that P(A)=0.6, P(E)=0.5, P(AUE)=0.9, then find P(AE), P(ĀĒ), P(Ä€), P(AÄ’) and P(Ä’) Q4. Prob that a contractor will get a plumbing contract is 2/3. The prob that he will not get an electric contract is 5/9. If the prob of getting at least one contract is 4/5.What is the prob that he will get both the contracts? Q5. Prob that Mr. Tom passes a maths exam is 2/3 and that of statistics exam is 4/9. The prob that he passing at least one subject is 7/9. Find the prob that i) he will pass both the subjects ii) he fails in statistics iii) he fails in maths iv) he fails in both subjects