SlideShare ist ein Scribd-Unternehmen logo
1 von 19
 evaluate probabilities in simple cases by means of
  enumeration of equiprobable elementary events (e.g.
  for the total score when two fair dice are thrown), or by
  calculation using permutations or combinations;
 use addition and multiplication of probabilities, as
  appropriate, in simple cases;
 understand the meaning of exclusive and independent
  events, and calculate and use conditional probabilities
  in simple cases, e.g. situations that can be represented
  by means of a tree diagram.
Sample Space
 It is the list of all possible outcome in an experiment.
..
 Choosing a card from a standard pack of playing cards.
 The combined experiment of tossing a coin and a dice.
 Tossing a drawing pin on to a table to see whether it
     lands point down or point up.
 A fair no-sided dice has eight faces colored red, ten
  colored blue and two colored green. Then dice is
  rolled.
A) Find the probability that the bottom face is red.
B) Let A be the event that the bottom face is not red.
  Find the probability of A.
Activity 1
 Using 2 dice, make a game that has 50 – 50 chances of
 winning and losing.
 The number 1, 2, …, 9 are written on separate cards.
 The cards are shuffled and the top one is turned over.
 Calculate the probability that the number on this card
 is prime.
 A circular wheel is divided into three equal sectors,
  numbered 1, 2 and 3. The wheel is spun twice. Each
  time, the score is the number to which the black arrow
  points. Calculate the probabilities of the following
a) Booth score is the same.
b) Neither score is a 2.
c) At least one of the score is a 2
d) Neither score is a 2 and both scores are the same,
e) Neither the score is a 2 or both scores are the same.
Jafar has three playing cards, two queens and a king.
  Tandi selects one of the cards at random, and returns
  it to Jafar, who shufffles the cards. Tandi then selects a
  second card. Tandi wins if both cards selected are
  kings. Find the probability that Tandi wins?
 A dice with six faces has been been made from brass
  and aluminum and is not fair. The probability of
  getting 6 is ¼, the probabilities of 2, 3, 4, and 5 are
  each 1/6, and the probability of 1 is 1/12. The dice is
  rolled. Find the probability of rolling
a) A 1 or 6.
b) An even number.
You draw two cards from an ordinary pack. Find the
  probability that they are not both kings?
Two pair dice are thrown. A price is won if the total is 10
 or if each individual score is over 4. Find the
 probability that a prize is won?
 Weather records indicate that the probability that a
  particular day is dry is 3/10. Arid F.C. is a football team
  whose record of success is better on dry days than on
  wet days. The probability that Arid win on a dry day is
  3/8, whereas the probability that they win on a wet day
  is 3/11. Arid are due to play their next match on
  Saturday.
a) What is the probability that Arid will win?
b) Three Saturdays ago Arid won their match. What is
    the probability that it was a dry day?
Conditional Probability
 A conditional probability refers to the probability of
  an event A occurring, given that another event B has
  occurred.
 Notation: P(A B)
 Read this as the “conditional probability of A given B”
  or the “probability of A given B.“
 These are especially useful in economic analysis
  because probabilities of an event differ, depending on
  other events occurring.
Formulae for conditional probabilities
 The probability of A given B is

                           P( A B)
              P( A B)
                             P( B)
 The probability of B given A is


                           P( A B)
               P ( B A)
                             P ( A)
 In a carnival game, a contestant has to first spin a fair
  coin and then roll a fair cubical dice whose faces are
  numbered 1 to 6. The contestant wins a prize if the
  coin shows heads and the dice score is below 3. Find
  the probability that a contestant wins a prize?
 A fair of cubical dice with faces numbered 1 t0 6 is
  thrown four times. Find the probability that three of
  the four throws result in a 6.
The Special Multiplication Rule (for independent events)


If events A, B, C, . . . are independent, then
         P(A&B & C & ) = P(A) P(B) P(C)


What is the probability of all of these events occurring:
1. Flip a coin and get a head
2. Draw a card and get an ace
3. Throw a die and get a 1
P(A&B & C ) = P(A) · P(B) · P(C) = 1/2 X 1/13 X 1/6
Exercise 4B, numbers 1 -5

Weitere ähnliche Inhalte

Was ist angesagt?

Computational Complexity: Complexity Classes
Computational Complexity: Complexity ClassesComputational Complexity: Complexity Classes
Computational Complexity: Complexity ClassesAntonis Antonopoulos
 
The Fundamental Counting Principle
The Fundamental Counting PrincipleThe Fundamental Counting Principle
The Fundamental Counting PrincipleRon Eick
 
Permutation & Combination
Permutation & CombinationPermutation & Combination
Permutation & CombinationPuru Agrawal
 
Conditional Probability
Conditional ProbabilityConditional Probability
Conditional Probabilityshannonrenee4
 
Ll(1) Parser in Compilers
Ll(1) Parser in CompilersLl(1) Parser in Compilers
Ll(1) Parser in CompilersMahbubur Rahman
 
Topological Sorting
Topological SortingTopological Sorting
Topological SortingShahDhruv21
 
Conditional probability
Conditional probabilityConditional probability
Conditional probabilitysuncil0071
 
2.1 Union, intersection and complement
2.1 Union, intersection and complement2.1 Union, intersection and complement
2.1 Union, intersection and complementJan Plaza
 
Recurrence relations
Recurrence relationsRecurrence relations
Recurrence relationsIIUM
 
Rules of inference
Rules of inferenceRules of inference
Rules of inferenceLakshmi R
 
Compiler Design LR parsing SLR ,LALR CLR
Compiler Design LR parsing SLR ,LALR CLRCompiler Design LR parsing SLR ,LALR CLR
Compiler Design LR parsing SLR ,LALR CLRRiazul Islam
 
Three cards are drawn in succession.docx
Three cards are drawn in succession.docxThree cards are drawn in succession.docx
Three cards are drawn in succession.docxNadeem Uddin
 
Operator precedance parsing
Operator precedance parsingOperator precedance parsing
Operator precedance parsingsanchi29
 
Permutations & combinations
Permutations & combinationsPermutations & combinations
Permutations & combinationsNCVPS
 

Was ist angesagt? (20)

Computational Complexity: Complexity Classes
Computational Complexity: Complexity ClassesComputational Complexity: Complexity Classes
Computational Complexity: Complexity Classes
 
The Fundamental Counting Principle
The Fundamental Counting PrincipleThe Fundamental Counting Principle
The Fundamental Counting Principle
 
Permutation & Combination
Permutation & CombinationPermutation & Combination
Permutation & Combination
 
Conditional Probability
Conditional ProbabilityConditional Probability
Conditional Probability
 
Ll(1) Parser in Compilers
Ll(1) Parser in CompilersLl(1) Parser in Compilers
Ll(1) Parser in Compilers
 
Number theory
Number theoryNumber theory
Number theory
 
Topological Sorting
Topological SortingTopological Sorting
Topological Sorting
 
Final slide (bsc csit) chapter 3
Final slide (bsc csit) chapter 3Final slide (bsc csit) chapter 3
Final slide (bsc csit) chapter 3
 
Relations in Discrete Math
Relations in Discrete MathRelations in Discrete Math
Relations in Discrete Math
 
Conditional probability
Conditional probabilityConditional probability
Conditional probability
 
2.1 Union, intersection and complement
2.1 Union, intersection and complement2.1 Union, intersection and complement
2.1 Union, intersection and complement
 
Set theory
Set theorySet theory
Set theory
 
Recurrence relations
Recurrence relationsRecurrence relations
Recurrence relations
 
Rules of inference
Rules of inferenceRules of inference
Rules of inference
 
Compiler Design LR parsing SLR ,LALR CLR
Compiler Design LR parsing SLR ,LALR CLRCompiler Design LR parsing SLR ,LALR CLR
Compiler Design LR parsing SLR ,LALR CLR
 
Three cards are drawn in succession.docx
Three cards are drawn in succession.docxThree cards are drawn in succession.docx
Three cards are drawn in succession.docx
 
Operator precedance parsing
Operator precedance parsingOperator precedance parsing
Operator precedance parsing
 
Permutations & combinations
Permutations & combinationsPermutations & combinations
Permutations & combinations
 
Approximation Algorithms
Approximation AlgorithmsApproximation Algorithms
Approximation Algorithms
 
Set operations
Set operationsSet operations
Set operations
 

Andere mochten auch

Psbe2 08 research methods 2011-2012 - week 5
Psbe2 08 research methods 2011-2012 - week 5Psbe2 08 research methods 2011-2012 - week 5
Psbe2 08 research methods 2011-2012 - week 5Vlady Fckfb
 
An experiment to verify ohm’s law
An experiment to verify ohm’s lawAn experiment to verify ohm’s law
An experiment to verify ohm’s lawbernadettevania
 
053 5 jul. 2015 am دروس من راعوث. (1) عندما نُخْرِج الله من حساباتنا
053 5 jul. 2015 am   دروس من راعوث. (1) عندما نُخْرِج الله من حساباتنا053 5 jul. 2015 am   دروس من راعوث. (1) عندما نُخْرِج الله من حساباتنا
053 5 jul. 2015 am دروس من راعوث. (1) عندما نُخْرِج الله من حساباتناIbrahimia Church Ftriends
 
37. الوصية الرابعة صباح الأحد 8 مايو الوصايا العشر القس كرم لمعى 2011
37.   الوصية الرابعة     صباح الأحد 8 مايو  الوصايا العشر   القس كرم لمعى 201137.   الوصية الرابعة     صباح الأحد 8 مايو  الوصايا العشر   القس كرم لمعى 2011
37. الوصية الرابعة صباح الأحد 8 مايو الوصايا العشر القس كرم لمعى 2011Ibrahimia Church Ftriends
 
القس كرم لمعى الوصية العاشرة لا تشته
القس كرم لمعى      الوصية العاشرة لا تشتهالقس كرم لمعى      الوصية العاشرة لا تشته
القس كرم لمعى الوصية العاشرة لا تشتهIbrahimia Church Ftriends
 
ประเภทของระบบสารสนเทศ
ประเภทของระบบสารสนเทศประเภทของระบบสารสนเทศ
ประเภทของระบบสารสนเทศKhemjira_P
 
презентация производство
презентация производствопрезентация производство
презентация производствоChe127
 
Hayrat vakfı anayasa raporu
Hayrat vakfı anayasa raporuHayrat vakfı anayasa raporu
Hayrat vakfı anayasa raporuhgulec
 
Christ our saviour 3 1-2014المسيح مخلصنا
Christ our saviour 3 1-2014المسيح مخلصناChrist our saviour 3 1-2014المسيح مخلصنا
Christ our saviour 3 1-2014المسيح مخلصناIbrahimia Church Ftriends
 
Effective communication skills
Effective communication skillsEffective communication skills
Effective communication skillsAnkur Tiwari
 
العقيده المسيحيه الله الاب
العقيده المسيحيه الله الابالعقيده المسيحيه الله الاب
العقيده المسيحيه الله الابIbrahimia Church Ftriends
 
Estalvi energetic roger garcia acosta
Estalvi energetic roger garcia acostaEstalvi energetic roger garcia acosta
Estalvi energetic roger garcia acostarogergarciaacosta
 
IEEE 2015 C# Projects
IEEE 2015 C# ProjectsIEEE 2015 C# Projects
IEEE 2015 C# ProjectsVijay Karan
 
Parallel and Distributed System IEEE 2015 Projects
Parallel and Distributed System IEEE 2015 ProjectsParallel and Distributed System IEEE 2015 Projects
Parallel and Distributed System IEEE 2015 ProjectsVijay Karan
 
021 دروس من حياة موسى 3 صباح الأحد 11 مارس 2012 (2)
021   دروس من حياة موسى 3         صباح  الأحد 11 مارس 2012 (2)021   دروس من حياة موسى 3         صباح  الأحد 11 مارس 2012 (2)
021 دروس من حياة موسى 3 صباح الأحد 11 مارس 2012 (2)Ibrahimia Church Ftriends
 

Andere mochten auch (20)

9702 s15 ms_all
9702 s15 ms_all9702 s15 ms_all
9702 s15 ms_all
 
Psbe2 08 research methods 2011-2012 - week 5
Psbe2 08 research methods 2011-2012 - week 5Psbe2 08 research methods 2011-2012 - week 5
Psbe2 08 research methods 2011-2012 - week 5
 
R.rodriguez prova
R.rodriguez provaR.rodriguez prova
R.rodriguez prova
 
Doc1
Doc1Doc1
Doc1
 
An experiment to verify ohm’s law
An experiment to verify ohm’s lawAn experiment to verify ohm’s law
An experiment to verify ohm’s law
 
053 5 jul. 2015 am دروس من راعوث. (1) عندما نُخْرِج الله من حساباتنا
053 5 jul. 2015 am   دروس من راعوث. (1) عندما نُخْرِج الله من حساباتنا053 5 jul. 2015 am   دروس من راعوث. (1) عندما نُخْرِج الله من حساباتنا
053 5 jul. 2015 am دروس من راعوث. (1) عندما نُخْرِج الله من حساباتنا
 
37. الوصية الرابعة صباح الأحد 8 مايو الوصايا العشر القس كرم لمعى 2011
37.   الوصية الرابعة     صباح الأحد 8 مايو  الوصايا العشر   القس كرم لمعى 201137.   الوصية الرابعة     صباح الأحد 8 مايو  الوصايا العشر   القس كرم لمعى 2011
37. الوصية الرابعة صباح الأحد 8 مايو الوصايا العشر القس كرم لمعى 2011
 
القس كرم لمعى الوصية العاشرة لا تشته
القس كرم لمعى      الوصية العاشرة لا تشتهالقس كرم لمعى      الوصية العاشرة لا تشته
القس كرم لمعى الوصية العاشرة لا تشته
 
ประเภทของระบบสารสนเทศ
ประเภทของระบบสารสนเทศประเภทของระบบสารสนเทศ
ประเภทของระบบสารสนเทศ
 
этот удивительный мир профессий
этот удивительный мир профессийэтот удивительный мир профессий
этот удивительный мир профессий
 
презентация производство
презентация производствопрезентация производство
презентация производство
 
Hayrat vakfı anayasa raporu
Hayrat vakfı anayasa raporuHayrat vakfı anayasa raporu
Hayrat vakfı anayasa raporu
 
Christ our saviour 3 1-2014المسيح مخلصنا
Christ our saviour 3 1-2014المسيح مخلصناChrist our saviour 3 1-2014المسيح مخلصنا
Christ our saviour 3 1-2014المسيح مخلصنا
 
Easy Comunication
Easy ComunicationEasy Comunication
Easy Comunication
 
Effective communication skills
Effective communication skillsEffective communication skills
Effective communication skills
 
العقيده المسيحيه الله الاب
العقيده المسيحيه الله الابالعقيده المسيحيه الله الاب
العقيده المسيحيه الله الاب
 
Estalvi energetic roger garcia acosta
Estalvi energetic roger garcia acostaEstalvi energetic roger garcia acosta
Estalvi energetic roger garcia acosta
 
IEEE 2015 C# Projects
IEEE 2015 C# ProjectsIEEE 2015 C# Projects
IEEE 2015 C# Projects
 
Parallel and Distributed System IEEE 2015 Projects
Parallel and Distributed System IEEE 2015 ProjectsParallel and Distributed System IEEE 2015 Projects
Parallel and Distributed System IEEE 2015 Projects
 
021 دروس من حياة موسى 3 صباح الأحد 11 مارس 2012 (2)
021   دروس من حياة موسى 3         صباح  الأحد 11 مارس 2012 (2)021   دروس من حياة موسى 3         صباح  الأحد 11 مارس 2012 (2)
021 دروس من حياة موسى 3 صباح الأحد 11 مارس 2012 (2)
 

Ähnlich wie Ppt probability

Week-7_Day-1_Complementary-Events_PPT.pptx
Week-7_Day-1_Complementary-Events_PPT.pptxWeek-7_Day-1_Complementary-Events_PPT.pptx
Week-7_Day-1_Complementary-Events_PPT.pptxDariusRosete
 
Probability Modul
Probability ModulProbability Modul
Probability Modulguestcc333c
 
Probabilities-Worksheets-Pack.pdf
Probabilities-Worksheets-Pack.pdfProbabilities-Worksheets-Pack.pdf
Probabilities-Worksheets-Pack.pdfJasmin679773
 
Probability f5
Probability f5Probability f5
Probability f5smaplabu
 
PROBABILITY
PROBABILITYPROBABILITY
PROBABILITYsmaplabu
 
Probability5
Probability5Probability5
Probability5Aza Alias
 
Pre-Cal 40S Slides January 9, 2008
Pre-Cal 40S Slides January 9, 2008Pre-Cal 40S Slides January 9, 2008
Pre-Cal 40S Slides January 9, 2008Darren Kuropatwa
 
Applied Math 40S March 5, 2008
Applied Math 40S March 5, 2008Applied Math 40S March 5, 2008
Applied Math 40S March 5, 2008Darren Kuropatwa
 
UNION AND INTERSECTION USING VENN DIAGRAM.pptx
UNION AND INTERSECTION USING VENN DIAGRAM.pptxUNION AND INTERSECTION USING VENN DIAGRAM.pptx
UNION AND INTERSECTION USING VENN DIAGRAM.pptxRizaCatli2
 
Probability and Probability Distribution.pptx
Probability and Probability Distribution.pptxProbability and Probability Distribution.pptx
Probability and Probability Distribution.pptxRaffyBarotilla
 
Probability revision card
Probability revision cardProbability revision card
Probability revision cardPuna Ripiye
 
Pre-Cal 40S Slides May 17, 2007
Pre-Cal 40S Slides May 17, 2007Pre-Cal 40S Slides May 17, 2007
Pre-Cal 40S Slides May 17, 2007Darren Kuropatwa
 

Ähnlich wie Ppt probability (20)

Week-7_Day-1_Complementary-Events_PPT.pptx
Week-7_Day-1_Complementary-Events_PPT.pptxWeek-7_Day-1_Complementary-Events_PPT.pptx
Week-7_Day-1_Complementary-Events_PPT.pptx
 
Probability Modul
Probability ModulProbability Modul
Probability Modul
 
Probabilities-Worksheets-Pack.pdf
Probabilities-Worksheets-Pack.pdfProbabilities-Worksheets-Pack.pdf
Probabilities-Worksheets-Pack.pdf
 
Probability f5
Probability f5Probability f5
Probability f5
 
PROBABILITY
PROBABILITYPROBABILITY
PROBABILITY
 
Probability5
Probability5Probability5
Probability5
 
Pre-Cal 40S Slides January 9, 2008
Pre-Cal 40S Slides January 9, 2008Pre-Cal 40S Slides January 9, 2008
Pre-Cal 40S Slides January 9, 2008
 
Applied Math 40S March 5, 2008
Applied Math 40S March 5, 2008Applied Math 40S March 5, 2008
Applied Math 40S March 5, 2008
 
Probability
ProbabilityProbability
Probability
 
Prob2definitions
Prob2definitionsProb2definitions
Prob2definitions
 
Mouse multiple probability
Mouse multiple probabilityMouse multiple probability
Mouse multiple probability
 
Probability
ProbabilityProbability
Probability
 
UNION AND INTERSECTION USING VENN DIAGRAM.pptx
UNION AND INTERSECTION USING VENN DIAGRAM.pptxUNION AND INTERSECTION USING VENN DIAGRAM.pptx
UNION AND INTERSECTION USING VENN DIAGRAM.pptx
 
Probability and Probability Distribution.pptx
Probability and Probability Distribution.pptxProbability and Probability Distribution.pptx
Probability and Probability Distribution.pptx
 
Probability revision card
Probability revision cardProbability revision card
Probability revision card
 
Unit 1-probability
Unit 1-probabilityUnit 1-probability
Unit 1-probability
 
Pre-Cal 40S Slides May 17, 2007
Pre-Cal 40S Slides May 17, 2007Pre-Cal 40S Slides May 17, 2007
Pre-Cal 40S Slides May 17, 2007
 
6 probability
6 probability6 probability
6 probability
 
13. Probability
13. Probability13. Probability
13. Probability
 
Math questions
Math  questionsMath  questions
Math questions
 

Mehr von bernadettevania

Mehr von bernadettevania (9)

Rekoleksi
RekoleksiRekoleksi
Rekoleksi
 
Laporan penelitian
Laporan penelitianLaporan penelitian
Laporan penelitian
 
Neokolonialisme vania
Neokolonialisme vaniaNeokolonialisme vania
Neokolonialisme vania
 
Ict es medical
Ict es medicalIct es medical
Ict es medical
 
Aspirin vania
Aspirin vaniaAspirin vania
Aspirin vania
 
Operasi plastik
Operasi plastikOperasi plastik
Operasi plastik
 
Poem response
Poem responsePoem response
Poem response
 
Lifestyles affecting cell disorders
Lifestyles affecting cell disordersLifestyles affecting cell disorders
Lifestyles affecting cell disorders
 
An Experiment to Verify Ohm's Law
An Experiment to Verify Ohm's LawAn Experiment to Verify Ohm's Law
An Experiment to Verify Ohm's Law
 

Kürzlich hochgeladen

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 

Kürzlich hochgeladen (20)

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Ppt probability

  • 1.
  • 2.  evaluate probabilities in simple cases by means of enumeration of equiprobable elementary events (e.g. for the total score when two fair dice are thrown), or by calculation using permutations or combinations;  use addition and multiplication of probabilities, as appropriate, in simple cases;  understand the meaning of exclusive and independent events, and calculate and use conditional probabilities in simple cases, e.g. situations that can be represented by means of a tree diagram.
  • 3. Sample Space  It is the list of all possible outcome in an experiment.
  • 4. ..  Choosing a card from a standard pack of playing cards.  The combined experiment of tossing a coin and a dice.  Tossing a drawing pin on to a table to see whether it lands point down or point up.
  • 5.  A fair no-sided dice has eight faces colored red, ten colored blue and two colored green. Then dice is rolled. A) Find the probability that the bottom face is red. B) Let A be the event that the bottom face is not red. Find the probability of A.
  • 6. Activity 1 Using 2 dice, make a game that has 50 – 50 chances of winning and losing.
  • 7.  The number 1, 2, …, 9 are written on separate cards. The cards are shuffled and the top one is turned over. Calculate the probability that the number on this card is prime.
  • 8.  A circular wheel is divided into three equal sectors, numbered 1, 2 and 3. The wheel is spun twice. Each time, the score is the number to which the black arrow points. Calculate the probabilities of the following a) Booth score is the same. b) Neither score is a 2. c) At least one of the score is a 2 d) Neither score is a 2 and both scores are the same, e) Neither the score is a 2 or both scores are the same.
  • 9. Jafar has three playing cards, two queens and a king. Tandi selects one of the cards at random, and returns it to Jafar, who shufffles the cards. Tandi then selects a second card. Tandi wins if both cards selected are kings. Find the probability that Tandi wins?
  • 10.  A dice with six faces has been been made from brass and aluminum and is not fair. The probability of getting 6 is ¼, the probabilities of 2, 3, 4, and 5 are each 1/6, and the probability of 1 is 1/12. The dice is rolled. Find the probability of rolling a) A 1 or 6. b) An even number.
  • 11. You draw two cards from an ordinary pack. Find the probability that they are not both kings?
  • 12. Two pair dice are thrown. A price is won if the total is 10 or if each individual score is over 4. Find the probability that a prize is won?
  • 13.  Weather records indicate that the probability that a particular day is dry is 3/10. Arid F.C. is a football team whose record of success is better on dry days than on wet days. The probability that Arid win on a dry day is 3/8, whereas the probability that they win on a wet day is 3/11. Arid are due to play their next match on Saturday. a) What is the probability that Arid will win? b) Three Saturdays ago Arid won their match. What is the probability that it was a dry day?
  • 14. Conditional Probability  A conditional probability refers to the probability of an event A occurring, given that another event B has occurred.  Notation: P(A B)  Read this as the “conditional probability of A given B” or the “probability of A given B.“  These are especially useful in economic analysis because probabilities of an event differ, depending on other events occurring.
  • 15. Formulae for conditional probabilities  The probability of A given B is P( A B) P( A B) P( B)  The probability of B given A is P( A B) P ( B A) P ( A)
  • 16.  In a carnival game, a contestant has to first spin a fair coin and then roll a fair cubical dice whose faces are numbered 1 to 6. The contestant wins a prize if the coin shows heads and the dice score is below 3. Find the probability that a contestant wins a prize?
  • 17.  A fair of cubical dice with faces numbered 1 t0 6 is thrown four times. Find the probability that three of the four throws result in a 6.
  • 18. The Special Multiplication Rule (for independent events) If events A, B, C, . . . are independent, then P(A&B & C & ) = P(A) P(B) P(C) What is the probability of all of these events occurring: 1. Flip a coin and get a head 2. Draw a card and get an ace 3. Throw a die and get a 1 P(A&B & C ) = P(A) · P(B) · P(C) = 1/2 X 1/13 X 1/6