Presentation is loading. Please wait.

Presentation is loading. Please wait.

1 Probability. 2 Today’s plan Probability Notations Laws of probability.

Similar presentations


Presentation on theme: "1 Probability. 2 Today’s plan Probability Notations Laws of probability."— Presentation transcript:

1 1 Probability

2 2 Today’s plan Probability Notations Laws of probability

3 3 Set Notation Sample space All possible outcomes of an experiment Example: You are playing a roulette with 100 numbers Set S consists of each of the 100 possible outcomes labeled 1,2,…100: S={1,2,…,100} This is the sample space Examples of sample space: Toss a coin once S={H,T} Roll a dice once S={1,2,3,4,5,6} Toss a coin twice S={HH,HT,TH,TT} Gender of a baby S={boy,girl} All letters of the alphabet S={a,b,c,…,z}

4 4 Set Notation Event A subset of the sample space S={1,2,3,4,5,6} Subset A is the odd numbers A={1,3,5} A is a subset of S: A  S 3 is an element of A: 3  A

5 5 Example of an event Event A = getting exactly one head when tossing a coin twice S={HH,HT,TH,TT} A={HT,TH}

6 6 Venn diagram A tool for describing relations between sets A B S

7 7 Venn diagram Sample space: S={1,2,3,4,5,6} A={1,3,5} B={2,4} A B

8 8 Venn diagram Sample space: S={1,2,3,4,5,6} A={1,3,5} B={1,2,4} A B

9 9 = Complement of A. Includes all outcomes in S that are not in A Also denoted by A c  = An empty set Complement of a set A S 

10 10 Example: S={1,2,3,4,5,6} A={1,3,5} {2,4,6} A S

11 11 Union of sets is the union of sets A and B. –The set of outcomes that are in A or B. –The event that either A, B, or both occur. Dice example: S={1,2,3,4,5,6} A={1,3,5} B={1,2} A B S

12 12 Example S={1,2,3,4,5,6,7,8,9} A={2,4,6,8} B={1,3,5,9} C={1,2,3} AUC= AUB= AUB c = AUC c = {1,2,3,4,6,8} {1,2,3,4,5,6,8,9} {2,4,6,7,8} {2,4,5,6,7,8,9}

13 13 Intersection of sets is the intersection of sets A and B. –The set of outcomes that are in A and B. –The event that both A and B occur. AB S Dice example: S={1,2,3,4,5,6} A={1,3,5} B={1,2}

14 14 Example S={1,2,3,4,5,6,7,8,9} A={2,4,6,8} B={1,3,5,9} C={1,2,3} A∩B= A∩C= A∩B c = A c ∩C= {2} {2,4,6,8} {1,3} 

15 15 Disjoint sets A and B are disjoint sets if A B

16 16 Example: S={1,2,3,4,5,6} A={1,2,3} B={4,5} 

17 17 Events have probability S={1,2,3,4,5,6} A={1,2,3} What is the probability of A? P(A) = 3/6 = 0.5

18 18 Probability as a Relative Frequency (occurrence “in the long run”) Tossing a coin: The relative frequency of occurrences of an event A, should approach the probability P(A), as the number of trials grows (when the trials are random and independent of each other).

19 19 Probability as ratio of sizes The probability of an event A: Roulette example: A={1,13}

20 20 Example: A letter is chosen at random from the word PROFIT. What is the probability that it is a vowel? S – {P,R,O,F,I,T} A – a vowel = {O,I}

21 21 Example: A stack contains eight tickets numbered 1,1,1,2,2,3,3,3. One ticket will be drawn at random, and its number will be noted. a.List the sample space and assign probabilities to the elementary outcomes S={1,1,1,2,2,3,3,3} p(1)=3/8p(2)=2/8=0.25p(3)=3/8 b.What is the probability of drawing an odd numbered ticket? A – odd numbered ticket

22 22 Probability Rules 1. Any probability is a number between 0 and 1. For any event A, A=head when tossing a coin once P(A)=0.5 for a fair coin

23 23 Probability Rules 2. All possible outcomes together must have probability 1. For the sample space S, S={1,2,3,4,5,6} p(S)=1

24 24 Blood types example Blood typeOABAB probability0.490.270.20? What is the probability of type AB blood? S={O,A,B,AB} All probabilities must sum to 1 0.49+0.27+0.20=0.96  p(AB)=1-0.96=0.04

25 25 Probability Rules 3. The probability that an event does not occur is 1 minus the probability that the event does occur. A c is the complement of A – the event that A does not occur p(A c )=1-p(A) Other notation for complement:

26 26 Example: when throwing a dice: A={1,3} A c ={2,4,5,6} p(A c ) = 1-p(A) = 1-2/6 = 4/6

27 27 Example: when tossing a coin: A=head A c =tail p(A c ) = 1-p(A) = 1-0.5 = 0.5

28 28 Example: Choose an acre of land in Canada at random. The probability is 0.35 that it is forest. What is the probability that the acre chosen is not forest? A – forest A c – not forest p(A)=0.35 P(A c )=1-p(A)=1-0.35=0.65

29 29 Probability Rules 4. The probability that a empty set occurs is zero

30 30 Example: S={1,2,3,4,5,6} A={1,2,3} B={4,5} P(A∩B)=? A∩B=  0

31 31 The additive law of probability for disjoint events A B When A and B are disjoint

32 32 Dice example: A={1,3} B={1,4,6} The additive law of probability A B

33 33 Example: The additive rule A student is randomly selected from a class. Known facts about the class: –35% of the students are left-handed. –51% of the students are juniors. –There is a probability of 0.1 of observing a left-handed junior. What is the probability that the selected student is either left-handed or a junior?

34 34 What is the sample space? junior Left- handed Left-handed junior S

35 35 Example – cont. Define the events: –A is “junior” –B is “left-handed” Known: p(A)= p(B)= p(A B)= P(junior or left-handed) = junior Left- handed Left-handed junior S 0.51 0.35 0.1

36 36 Blood types example Blood typeOABAB probability0.490.270.200.04 Draw a person at random from this population. What is the probability that the person chosen has type O blood? Answer: p(O)=0.49 What is the probability that the person chosen has either type A or type B blood? Answer: the 2 events “having type A”, “having type B” are disjoint since no person can have both blood types. Addition rule  p(A or B)=p(A)+p(B)=0.27+0.20=0.47

37 37 Blood types example - cont. Blood typeOABAB probability0.490.270.20? 3. Mary has type B blood. She can safely receive blood transfusion from people with blood types O and B. what is the probability that a randomly chosen person can donate blood to Mary? p(O UB)=? The events “type O” and “type B” are disjoint, and therefore

38 38 Engineering example Fuses are handled by one of three machines: M1, M2, M3 –Machine M1 yields 200 fuses per hour –Machine M2 yields 250 fuses per hour –Machine M3 yields 350 fuses per hour After an hour, the fuses are mixed together, and one is selected at random. What is the probability that the fuse was produced by machine M3?

39 39 Engineering example – cont. Let be the event “the chosen fuse is from machine ” (i=1,2,3)

40 40 Sets: ReminderReminder Set S – sample space - includes all possible outcomes A  S (subset of S) = complement of A Intersection (A and B) Union (A or B) A S AB S

41 41 Probability Rules 1.Any probability is a number between 0 and 1 For any event A, 2.All possible outcomes together must have probability 1: 3. The probability that an event does not occur is 1 minus the probability that the event does occur. p(A c )=1-p(A) 4. The probability that a empty set occurs is zero

42 42 Assigning probability to equally likely outcomes Example Find the probability of obtaining an even number in one roll of a die Answer: There are 6 equally likely outcomes: 1,2,3,4,5,6 S={1,2,3,4,5,6} A={an even number is observed on the die}= {2,4,6} The probability of an odd number = A c. P(A c )=1-p(A)=0.5

43 43 Die example: A={1,3} B={1,4,6} The additive law of probability A B

44 44 Example Let A be the event that a student gets an A in an exam, and let F be the event that a student is female. Suppose p(A)=.25 and p(F)=.40, and p(A F)=.10. Find p(A F). Answer: if we simply add p(A) and p(F) we will be counting the overlap p(A F) twice. Therefore: p(A F) = p(A)+p(F)-p(A F)= =.25+.40-.1=.55

45 45 Example - continued Say the probability of getting an A on the exam is.25 and the probability of getting a B is.30. Now find p(A B) Answer: The events A and B are disjoint (also called mutually exclusive), so: p(A B) =p(A) + p(B) =.25+.30=.50 This is just a special case of the addition law, where p(A B) is 0.

46 46 Independence and the multiplication rule Example - penicillin The probability that a patient is allergic to penicillin is 0.20. Suppose this drug is administered to 2 patients. What is the probability that both patients are allergic to penicillin? Answer: A=one of the patients is allergic to penicillin B=the other patient is allergic to penicillin P(A)= 0.2 P(B)= 0.2 What event are we looking for?

47 47 Independence and the multiplication rule Two events are independent if knowing that one occurs does not change the probability the other occurs. If A and B are independent: This is the multiplication rule for independent events. A and B

48 48 Back to our penicillin example: In our example the two events are independent, since knowing that one patient is allergic doesn’t change the probability that the other patient is allergic.

49 49 Example: A general can plan a campaign to fight one major battle or three small battles. He Believes that he has probability 0.6 of winning the large battle and probability of 0.8 of winning each of the small battles. Victories or defeats in the small battles are independent. The general must win either the large battle or all three small battles to win the campaign. Which strategy should he choose? Answer: A-winning the large battle p(A)= B i =winning a small battle i p(Bi)= p(B 1 )=0.8p(B 2 )=0.8p(B 3 )=0.8 What are we looking for? p(B 1 B 2 B 3 )=? Since B 1,B 2,B 3 are independent  p(B 1 B 2 B 3 )= p(B 1 )×p(B 2 ) ×(B 3 )=0.8 3 =0.512 The general should choose the large battle! 0.6 0.8 for each i

50 50 Example - Penicillin (continued) The probability that a patient is allergic to penicillin is 0.20. Suppose the drug is administered to 3 people. (a)What is the probability that all 3 patients are allergic? (b)Find the probability that at least one is not allergic Answer: (a) Define A i -person i is allergic P(A 1 A 2 A 3 ) = p(A 1 )p(A 2 )p(A 3 )=0.2 3 =.0008 (b)p(at least one is not allergic)= p(1 not allergic) + p(2 not allergic) + p(3 not allergic)=…. =1-p(all three are allergic)=1-0.008=0.992 Events A i are independent

51 51 When events are not independent: Example Drawing two aces from an ordinary deck of 52 cards: For the first card, the probability of an ace is 4/52 If the first card is an ace, the probability that the second card is an ace is 3/51

52 52 Conditional probability Example: Here is a two-way table for a class of 100 students, classified according to whether or not they are freshmen, and whether they live on or off campus What is the probability that a student lives on campus? 55/100=.55 Suppose a student is a freshman. What is the probability that the students lives on campus? 20/25=0.80 OnOffTotal F20525 Not F354075 Total5545100

53 53 Conditional probability W e call 0.80 a conditional probability, because a condition (being a freshmen) has been specified. In general, we write the conditional probability of event A given event B as: p(A|B). If O=living on campus F=freshman P(O)=0.55 P(O|F)=0.80

54 54 Conditional probability To see how conditional probabilities relate to ordinary ones: OF S

55 55 Conditional probability In general, This definition, when rearranged, gives: Written this way, we are suggesting that B occurred first. If A occurs first, we would use the equivalent identity:

56 56 Example Suppose I pick 2 students (without replacing the first before the second is picked) at random from a class of 50 where 30 are male and 20 are female. Find the probability that 1. both are male Denote: M 1 - the first is male M 2 -the second is male

57 57 Example 2.One is male and the other is female: There are two possibilities for this result - - first is male, second is female - first is female, second is male

58 58 Example Tossing a balanced coin twice: A=first toss is a head B=second toss is a head What is the probability of obtaining head on the first and the second tosses? A 1 =head on the first toss A 2 =head on the second toss p(A 1 A 2 )=p(A 1 )p(A 2 |A 1 )= =0.5×0.5=p(A 1 ) p(A 2 ) When events are independent: p(A B)=p(A) ×p(B)


Download ppt "1 Probability. 2 Today’s plan Probability Notations Laws of probability."

Similar presentations


Ads by Google