discrete probability
play

Discrete Probability Each repetition of an experiment is called a - PowerPoint PPT Presentation

Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide01.html Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide02.html Discrete Probability prev |


  1. � � Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide01.html Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide02.html Discrete Probability prev | slides | next prev | slides | next Definitions The probability of an event is a number which expresses the long-run likelihood that the event will occur. An experiment is an activity with an observable outcome. Discrete Probability Each repetition of an experiment is called a trial . The result of each experiment is called the outcome . The set of all possible outcomes is the sample space . Example: The sample space S for the experiment "roll a fair die and observe the number on top" is the set 1 2 3 4 5 6 7 8 9 10 11 12 13 14 S = {1, 2, 3, 4, 5, 6}. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 of 1 10/07/2003 02:26 PM 1 of 1 10/07/2003 02:26 PM Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide03.html Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide04.html Discrete Probability Discrete Probability prev | slides | next prev | slides | next Definitions Definitions The probability of an event E , which is a subset of a finite sample The probability of an event E , which is a subset of a finite sample space S of equally likely outcomes, is space S of equally likely outcomes, is p ( E ) = | E | / | S |. p ( E ) = | E | / | S |. Example: What is the probability that when two dice are rolled they Example: What is the probability that when two dice are rolled they both show the same number? both show the same number? Solution: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 S = {1, 2, 3, 4, 5, 6} × {1, 2, 3, 4, 5, 6} so | S | = 6×6 = 36 possible outcomes E = {( x , x ) | 1 6} so | E | = 6 x p ( E ) = 6/36 = 1/6. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 of 1 10/07/2003 02:26 PM 1 of 1 10/07/2003 02:26 PM

  2. Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide05.html Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide06.html Discrete Probability Discrete Probability prev | slides | next prev | slides | next Example: What is the probability that 5 cards drawn at random Example: What is the probability that 5 cards drawn at random from a deck of 52 cards will contain 3 cards of the same value? from a deck of 52 cards will contain 3 cards of the same value? Solution: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | S | = C (52,5) = 2,598,960 | E | = C (13,1) × C (4,3) × C (48,2) (# of ways (# of ways (# of ways to to pick a to pick 3 pick the value) cards with remaining 2 chosen cards) value) | E | = 58,656 p ( E ) = 58,656 / 2,598,960 = 0.0226. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 of 1 10/07/2003 02:26 PM 1 of 1 10/07/2003 02:26 PM Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide07.html Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide08.html Discrete Probability Discrete Probability prev | slides | next prev | slides | next Example: What is the probability that a coin tossed four times Example: What is the probability that a coin tossed four times comes up heads exactly twice? comes up heads exactly twice? Solution: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | S | = 2 4 | E | = C (4,2) = 6 p ( E ) = 6/16 = 0.375. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 of 1 10/07/2003 02:26 PM 1 of 1 10/07/2003 02:26 PM

  3. Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide09.html Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide10.html Discrete Probability Discrete Probability prev | slides | next prev | slides | next Theorem: Let E be an event in a sample space S . The probability of Example: A coin is tossed eight times. What is the probability that an event E’ , the complementary event of E , is given by it comes up heads at least twice? p ( E’ ) = 1 - p ( E ) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Proof: p ( E’ ) = | E’ |/| S | = (| S | - | E |) / | S | = 1 - | E |/| S | = 1 - p ( E ). 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 of 1 10/07/2003 02:26 PM 1 of 1 10/07/2003 02:26 PM Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide11.html Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide12.html Discrete Probability Discrete Probability prev | slides | next prev | slides | next Example: A coin is tossed eight times. What is the probability that Theorem: Let E and F be events in the sample space S . Then it comes up heads at least twice? p ( E F ) = p ( E ) + p ( F ) - p ( E F ). Solution: Let E be the event "coin comes up heads at least twice". Then E’ is the event "the coin comes up heads once or never." This can be interpreted as "the probability that either E or F occur is equal to the sum of the probabilities that each event occurs minus | S | = 2 8 = 256 the probability that both events occur." | E’ | = C (8,1) + C (8,0) = 9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 p ( E ) = 1 - p ( E’ ) = 1 - 9/256 = 0.965. Note that you could do this the "hard" way: | E | = C (8,2) + C (8,3) + ... + C (8,8) = 247. p ( E ) = 247/256 = 0.965. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 of 1 10/07/2003 02:27 PM 1 of 1 10/07/2003 02:27 PM

  4. Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide13.html Discrete Probability http://localhost/~senning/courses/ma229/slides/discrete-probability/slide14.html Discrete Probability Discrete Probability prev | slides | next prev | slides | next Example: What is the probability that a card selected at random Example: What is the probability that a card selected at random from a deck of 52 cards is a spade or an ace? from a deck of 52 cards is a spade or an ace? Solution: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 E = "card is a spade" F = "card is an ace" p ( E ) = 13/52 = 1/4 p ( F ) = 4/52 = 1/13 p ( E F ) = 1/52 So p ( E F ) = 1/4 + 1/13 - 1/52 = 13/52 + 4/52 - 1/52 = 16/52 = 4/13 = 0.3077 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 of 1 10/07/2003 02:27 PM 1 of 1 10/07/2003 02:27 PM

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend