All You Ever Wanted to Know About Probability Theory, but Were Afraid to Ask

Size: px
Start display at page:

Download "All You Ever Wanted to Know About Probability Theory, but Were Afraid to Ask"

Transcription

1 All You Ever Wanted to Know About Probability Theory, but Were Afraid to Ask 1 Theoretical Exercises 1. Let p be a uniform probability on a sample space S. If S has n elements, what is the probability of an element x of S? Solution : Because p is a probability on S, we have p(s 1 ) p(s n ) = 1. As p is taken a uniform probability, all p(s i ) are equal, so p(s i ) = 1 n for all elements s i of S. 2. Take the sample space to be S = {a, b, c, d, e, f} and suppose the following are given: p(a) = p(e) = 2 p(c) p(b) = p(d) = p(f) p(c) = 0.05 Calculate all elementary probabilities, i.e. calculate p(a), p(b), p(c),... Solution : We know p(c) = 0.05, so p(a) = 2 p(c) = 0.1. Likewise, p(e) = 0.1. Now, observe p(b) + p(d) + p(f) = 1 p(a) p(c) p(e) = = 0.75 As p(b) = p(d) = p(f), they each have to be one third of 0.75, i.e. p(b) = p(d) = p(f) = Take the sample space to be S = {a, b, c, d, e, f} and suppose the following are given: Calculate p(d), p(e) and p(f). Solution : Observe the following: p(a) = p(b) = p(c) = 0.1 p(d) = 2 p(e) p(e) = 2 p(f) p({d, e, f}) = 1 p({a, b, c}) = 1 p(a) p(b) p(c) = = 0.7 1

2 Furthermore, notice that p(d) = 2 p(e) = 2 2 p(f) = 4 p(f) Hence p(d) = 4p(f) p(e) = 2p(f) + p(f) = + p(f) 0.7 = 7p(f) So p(f) = 0.1 and thus p(e) = 0.2 and p(d) = Uniform Probability 1. In a class, there are 8 boys and 10 girls. A class council of 3 pupils is chosen. Calculate the probability that the council consists of (a) 3 boys (b) exactly 2 boys and 1 girl (c) at least 1 boy Assume that all pupils are equally popular. Solution : There are 18 pupils in the class. 3 are chosen. This can be done in C(18, 3) = 816 ways. (a) Choosing 3 boys out of a group of 8 and 0 girls out of a group of 10 can be done in C(8, 3) C(10, 0) ways. So p( 3 boys ) = C(8, 3) C(10, 0) C(18, 3) = = (b) Choosing 2 boys out of a group of 8 and 1 girl out of a group of 10 can be done in C(8, 2) C(10, 1) ways. So p( 2 boys, 1 girl ) = C(8, 2) C(10, 1) C(18, 3) = = (c) Choosing at least 1 boy is equivalent to choosing any combination but 3 girls. in other words: p( at least 1 boy ) = 1 p( 3 girls ) Therefore p( at least 1 boy ) = 1 C(10, 3) C(8, 0) C(18, 3) = =

3 2. In a box there are 9 white pieces of chalk and 1 red one. When taking 2 pieces at random, what is the probability that it is exactly 1 white and 1 red piece. Solution :The total number of ways in which 2 pieces can be taken out of 10 is C(10, 2). Taking 1 white piece out of 9 and 1 red piece out of the only red piece available can be done in C(9, 1) C(1, 1) ways. Therefore p( 1 red, 1 white ) = C(9, 1) C(1, 1) C(10, 2) = = 0.2 You can also see it as p( 1 red, 1 white ) = p( first a red, then a white ) + p( first a white, then a red ) = = 0.2 Which is, of course, the same value. One method is no better than the other. You should follow whatever line of thought appeals most to you. As long as it is correct, mathematics has no preferences. 3. Out of a deck of 52 cards, we draw a card at random. (a) What is the probability to draw a spade? (b) What is the probability to draw a jack or a king? (c) What is the probability to draw an ace or a hart? Solution : (a) Out of 52 cards in a deck, 13 are spades. Hence p( ) = # s #cards = = 0.25 (b) Out of 52 cards in a deck, 4 are jacks, 4 are kings. None are both, so we can simply add them. In other words, p(jack or King) = p(jack) + p(king) = #Jacks #cards + #Kings #cards = =

4 (c) Out of 52 cards in a deck, 4 are aces, 13 are harts. But the ace of harts is both, so we have to deduct this one card to avoid double counting, i.e. : p(a or ) = p(a) + p( ) p(a ) #A = #cards + # #cards 1 #cards = = Out of a deck of 52 cards, we draw 2 cards at random (without replacement). (a) What is the probability to draw a pair of kings? (b) What is the probability to draw a pair? (c) What is the probability that these cards are of consecutive face value, but not necessary of the same suit? (Note that aces are both low and high.) Solution (a) There are 4 kings in a deck of cards. Of these you choose 2, i.e. C(4, 2). The total number of taking 2 cards out of a deck of 52 is C(52, 2), so the probability is p(pair of kings) = C(4, 2) C(52.2) = (b) There are as much pairs of kings as there are pairs of jacks. This is of course true for any face value. So the probability is just 13 times the probability of pair of kings, i.e. p(any pair) = 13 C(4, 2) C(52.2) = (c) This is the same reasoning as the one used in the calculation of the number of straits in 5 hand poker. We proceed as follows: the first card can be any of the 52 in the deck. The second card can then be either one higher or one lower, so there will be 8 choices for the second card. But choosing first say 4 and then 5 results in the same hand as first choosing 5 and then 4, so we counted everything twice. Therefore we have to divide by 2!: p(2 consecutive cards) = ! C(52.2) =

5 3 Bernoulli Trials 1. The probability that a certain IC is faulty is 0.5%. How large is the probability that out of 1000 randomly chosen and tested IC s that (a) exactly 10 IC s are faulty (b) at most 3 IC s are faulty Solution : Note that we are dealing with a Bernoulli trial because There are only two possible outcomes faulty or not faulty. The fact that one IC is faulty is independent of the fact if another one is faulty. The probability of an IC being faulty is the same for all, namely 0.5%. Therefore, we have, p( 10 IC s are faulty ) = C(1000, 10) (0.005) 10 (0.995) 990 = At most 3 IC s are faulty means that either 3,2,1 or no IC s are faulty. Hence p( at most 3 IC s are faulty ) = p(3 IC s are faulty) + p(2 IC s are faulty) +p(1 IC s are faulty) + p(0 IC s are faulty) = C(1000, 3) (0.005) 3 (0.995) C(1000, 2) (0.005) 2 (0.995) 998 +C(1000, 1) (0.005) 1 (0.995) C(1000, 0) (0.005) 0 (0.995) 1000 = = A slightly biased coin (p(tail) = 0.51) is thrown 4 times (a) How large is the probability that tails shows up exactly 2 times? (b) How large is the probability that tails shows up exactly 3 times? (c) Compare a) and b) with a fair coin. Solution : Again, this is a Bernoulli trial because There are only two possible outcomes heads or tails. The outcome of one coin toss does not influence the outcome of another one. The probability of heads or tails is the same for each toss. Note that the total number of trials is 4 and the success rate is 0.51, so the failure rate is This allows us to make the following calculations: 5

6 (a) The probability of throwing 2 times tails and 2 times heads with a biased coin is p(2 Tails biased) = C(4, 2) (0.51) 2 (0.49) 2 = (b) The probability of throwing 3 times tails and 1 time heads with a biased coin is p(3 Tails biased) = C(4, 3) (0.51) 3 (0.49) 1 = (c) As an unbiased coin has a slightly lower probability to get tails the probability of getting three times tails will be a little lower and that of getting only two times tails will be a little higher. Indeed and p(2 Tails unbiased) = C(4, 2) (0.5) 2 (0.5) 2 = > p(2 Tails biased) p(3 Tails unbiased) = C(4, 3) (0.5) 3 (0.5) 1 = 0.25 < p(3 Tails biased) Note that the difference between this biased coin and the unbiased coin is very small. This is to be expected as the biased coin is only a 51% to 49% coin as opposed to a straight 50/50, i.e. the coin is only slightly biased. 4 Miscellaneous Exercises 1. John, Peter, Martin and Henry are sitting behind one another in a classroom on the first, second, third or fourth row. A row can only seat one of them. (a) What is the probability that John is on the first row? (b) What is the probability that John and Peter are in the middle? Solution : There are many ways to solve these problems. possibilities. In each case, we ll go over two (a) You can simply state that there are 4 rows on which John can sit down, so the probability that he ll sit on the first row is 1 out of 4, i.e Another way of seeing this is remarking that these 4 guys can take a seat in 4! ways. The number of ways in which John is on the first row (i.e. John on the first row, and let the other three move around) is 3!. Therefore (b) One way of looking at it is p( John on the first row ) = 3! 4! = 1 4 p( John and Peter in the middle ) = = 1 6 where 2 4 is the probability that John will be in the second or third row, and 1 3 is the probability that Peter is on the third or second row, which ever one John is not occupying. If you are confused by this, you can resort to simply writing out all possibilities. So, as we 6

7 argued in case (a), there are 4! possibilities. The only ones of those where John and Peter are in the middle are: M J P H H J P M M P J H H P J M Therefore p( John and Peter in the middle ) = 4 24 = An airplane flies over an infantry platoon. The platoon fires 5000 bullets at the plane. A bullet has a chance of only to hit one of the sensitive areas (e.g. the engine, the pilot or the gasoline tank). (a) What is the probability to hit the plane at least once? (b) How many bullets have to be fired to have a 50% chance of at least one hit? Solution : First note that this is a Bernoulli trial because there are only two possible outcomes hit or miss. the fact that one bullet hits is independent of the fact if another one does the probability of a bullet hitting is the same for all, namely Furthermore, note that at least one hit is the same as everything but no hits at all. Therefore p( at least one hit ) = 1 p( all 5000 shots are misses ) = 1 C(5000, 0) (0.001) 0 (0.999) 5000 = where (0.999) 5000 is the probability that all 5000 bullets mis. Also note that with 5000 bullets you have more than 99% chance of hitting the plane. This is to be expected; although the probability of hitting with a single bullet is only one out of a 1000, you have 5000 tries for just the one hit. Conversely, setting the probability of hitting at 50% gives the equation where x is the number of bullets fired. So So you need 693 bullets to ensure a 50% hit 0.5 = 1 (0.999) x 0.5 = (0.999) x 0.5 = (0.999) x log(0.5) = x log(0.999) x = log(0.5) log(0.999) x =

8 3. Gary drives a UCONN yellow line bus, which has 12 stops. From his past record, we know Gary to have been on time on 55% of his stops. Assume Gary s punctuality neither betters nor worsens. (a) What is the probability that Gary makes every stop on time? (b) What is the probability that Gary makes at least 10 on time? Solution : Note that we are dealing with a Bernoulli trial because there are only two possible outcomes late or on time as Gary s punctuality neither betters nor worsens, the probability of being on time or not on one bus stop is independent from the previous ones the probability of arriving on time is the same for all stops, namely 55% (a) Simply applying the formula, we have, p( all 12 stops on time ) = C(12, 12) (0.55) 12 (0.45) 0 = (b) At least 10 stops means 10,11 or 12, so p( at least 10 stops on time ) = p( 10 stops on time ) + p( 11 stops on time ) + p( 12 stops on time ) = C(12, 10) (0.55) 10 (0.45) 2 + C(12, 11) (0.55) 11 (0.45) 1 + C(12, 12) (0.55) 12 (0.45) 0 = = We toss 5 fair coins. What is the probability that the number of heads is higher then the number of tails? Solution : There cannot be a 50/50 because it is impossible to get 2.5 times tail. Therefore, we have p( more T then H ) + p( more H then T ) = 1 Because the probability of Tails equals the probability of Heads, the probabilities in the above equation have to be equal. Hence p( more H then T ) = 1 2 If you don t see this, simply calculate the probabilities as a Bernoulli trial. 5. Chevalier de Méré claimed that the probability to throw at least one 1 when throwing one die four times in a row equals the probability of throwing at least one 2 in 24 throws with 2 dice. His friend Blaise Pascal proved him wrong. How much was he of the mark? Solution : Note that both experiments are Bernoulli trials for the same reasons as in exercise 3.2. For throwing one dice, we get p( at least one 1 in 4 throws ) = 1 p( no 1 at all in 4 throws ) ( ) 1 0 ( ) 5 4 = 1 C(4, 0) 6 6 =

9 For the two dice experiment, exactly the same reasoning yields p( at least one 2 in 24 throws ) = 1 p( no 2 at all in 24 throws ) ( ) 1 0 ( ) = 1 C(24, 0) = So Chevalier de Méré was about 2.6% of the mark. 6. You pull 13 cards out of a deck of 52. (a) What is the probability to get 3 aces? (b) What is the probability to get all 13 cards of the same suit? Solution : The total number of ways to take 13 cards out of 52 is C(52, 13) = (a) The total number of ways to get exactly 3 aces is C(4, 3) C(48, 10), namely take 3 aces out of the 4 available aces and take 10 cards out of the other 48 non-ace cards. Therefore p( exactly 3 aces ) = C(4, 3) C(48, 10) C(52, 13) = (b) There are only 4 ways in picking out exactly all cards of the same suit (namely all harts, all clubs, all diamonds, or all spades). So p( all of the same suit ) = 4 = C(52, 13) 7. A box contains 75 screws of which 5 are faulty. If 25 of these 75 screws are taken out, what is the probability that exactly 1 screw is faulty? Solution : The total number of ways in which 25 screws can be taken out of a box of 75 is C(75, 25), so the probability is p( one faulty screw ) = C(5, 1) C(70, 24) C(75, 25) = where C(5, 1) represents the one bad screw taken out of the 5 bad ones and C(70, 24) the 24 good screws taken out of the 70 good ones. 8. In a jar, there are 4 bills of $1 and 6 bills of $5. We take out 2 bills at the same time. What is the probability of each of the simple outcomes? Solution : Taking only two bills out of that jar results in either taking out $2, $6 or $10, so the state space is S = {$2, $6, $10} 9

10 (a) The probability of getting $2 is p($2) = C(4, 2) C(6, 0) C(10, 2) = 6 45 = 2 15 Where C(4, 2) stands for taking 2 $1 bills and C(6, 0) stands for taking no $5 bills. (b) The probability of getting $6 is p($6) = C(4, 1) C(6, 1) C(10, 2) = = 8 15 Where C(4, 1) stands for taking 1 $1 bill and C(6, 1) stands for taking 1 $5 bill. (c) The probability of getting $10 is p($10) = C(4, 0) C(6, 2) C(10, 2) = = 5 15 Where C(4, 2) stands for taking 2 $1 bills and C(6, 0) stands for taking no $5 bills. Note that adding all the different possibilities does indeed give 1: p($2) + p($6) + p($10) = = 1 9. In a local lottery 5 prizes are given away and 1000 tickets are sold. In a probabilistic mood, you buy 2 tickets. (a) What is the probability of winning 2 prizes? (b) What is the probability of winning nothing at all? Solution : The total number of ways in which to buy 2 tickets out of 1000 is C(1000, 2). (a) The probability of winning 2 prizes is p( 2 prizes ) = C(5, 2) C(995, 0) C(1000, 2) = Where C(5, 2) stands for buying 2 tickets of the 5 winning ones and where C(995, 0) stands for buying none of the 995 loosing tickets. (b) The probability of winning no prizes at all is p( no prizes ) = C(5, 0) C(995, 2) C(1000, 2) = Where C(5, 0) stands for buying no tickets of the 5 winning ones and where C(995, 2) stands for buying 2 of the 995 loosing tickets. 10. An oil company estimates that only 1 oil well out of 20 will yield commercial quantities of oil. Assume that successively drilled wells represent independent events. If 12 wells are drilled, find the probability that a successful well was hit the following number of times: 10

11 (a) exactly 4 (b) none at all (c) at least 2 Solution : This is a Bernoulli trial because There are only two possible outcomes viable oil well or not a viable oil well. The economic viability of one oil well is independent of the viability of the other ones. The probability for an oil well to be viable is the same for all, namely 1 out of 20. So we can simply use the formula: (a) Simply stating the formula for n = 12, k = 4 and p = 1/20 gives ( ) 1 4 p( 4 good oil wells ) = C(12, 4) 20 (b) No oil wells means 0 oil wells and therefore ( ) 1 0 p( no good oil wells ) = C(12, 0) 20 (c) At least 2 oil wells means everything but no or only one oil well. ( ) 19 8 = ( ) = p( at least 2 good oil wells ) = 1 p( 1 good oil well ) p( no good oil well ) ( ) 1 1 ( ) ( ) 1 0 = 1 C(12, 1) C(12, 0) = = ( ) Independence 1. Let A be a subset of the sample space S. A is neither the empty set nor the entire sample space S. Can A and A c be independent? Solution: Because A A c = φ, we know that p(a A c ) = 0. In order for A and A c to be independent, p(a A c ) = p(a) p(a c ), so p(a) or p(a c ) would have to be 0. As we have chosen A to be neither φ nor S, this cannot be the case. 2. Pull a card out of a deck of 52. Are the events the card is a spade and the card is a jack, a queen or a king independent events? Solution: The only thing we have to do is to verify: p({spades}) p({j,q,k}) = p({spades} {J,Q,K}) 11

12 As there are 13 spades in a deck, the probability of getting a spade is and as there are 12 Jacks, Queens and Kings, the probability of drawing one of those is So the product is = On the other hand, They are equal, so the sets are independent. 6 Conditional Probability p({spades} {J,Q,K}) = p({j, Q, K }) = 3 52 You are given the following: E and F are real, non-empty subsets of S with p(e\f ) = 0.07, p(f \E) = 0.32 and p(e F ) = Calculate the following : (a) p(e) (b) p(f ) (c) p(e F ) (d) p(f E) (e) p((e F ) c ) Solution: Drawing a Venn Diagram is not necessary to make this exercise, but it definitely clarifies what we are doing: Then it is mostly reading probabilities of the diagram in a correct way: (a) p(e) = p(e F ) + p(e F ) = = 0.15 (b) p(f ) = p(e F ) + p(f E) = = 0.40 (c) p(e F ) = p(e F ) p(f ) (d) p(e F ) = p(e F ) p(e) = = 0.2 = = 0.53 (e) p((e F ) c ) = 1 p(e F ) = 1 ( ) =

13 7 Theorem of Total Probability 1. A hitchhiker travels from Mumbai to Calcutta. He can travel via either New Delhi, Hyderabad on Kanpur. The probability of getting from New Delhi to Calcutta for free is 2 3, from Hyderabad to Calcutta, it is 1 2 and from Kanpur to Calcutta, a free ride is certain. Assuming that our hitchhiker is not too well informed and has no preference for either of the three routes, what is his probability of arriving in Calcutta? Solution: Again, making a diagram is not necessary, but certainly clarifies a few things: The theorem for total probability (i.e. just summing up the different possibilities) then gives: p(arriving) = p(arriving via New Delhi) + p(arriving via Kanpur) + p(arriving via Hyderabad) = = Research shows that smokers have a 5% chance to get lung cancer, while non-smokers have only a 1% chance. In a group of students, 15 out of 25 are smokers. What is the probability that a student, picked at random will get lung cancer? 30 years later one of the ex-students does contract lung cancer. What is the probability that the ex-student was/is a smoker? Solution: In this case, the probability tree looks like 13

14 The probability that a student will get cancer is the weighted average of the probability that a smoking student will get lung cancer and the probability that a non-smoking student will get lung cancer: p(cancer) = p(smoker and cancer) + p(non-smoker and cancer) = = Note that we can simply add these probabilities because the sets are disjoint: no student can be both a smoker and a non-smoker. In order to find the probability that a student that has contracted lung cancer was a smoker, look for the weight of the smoker gets cancer branch with respect to all the branches that result in cancer: 8 Bayes Theorem p(smoker cancer) = = = John does the washing up twice a week and his older brother Frank 5 times a week. The probability that John breaks a piece of crockery is 10%, while the probability that Frank breaks something is 2%. One evening, a plate hits the floor. What is the probability that John did it? Solution: First, draw a tree diagram: The reasoning used is the same as as in the previous exercise. Calculate the weight of the branch John washes up and breaks a plate w.r.t. the total weight of all the branches were a plate gets broken: 2 7 p(john washes up a plate brakes) = =

15 2. ACME Machine Co, which makes small parts for other industries, has dedicated 3 of its machines to produce a nuzzle used in the carburetor of a car. The machines are located in Kisangani, Kinshasha and Lubumbashi and produce resp. 45%, 35% and 20% of the total output. The percentage of defective parts are respectively 2%, 3% and 4%. (a) What is the probability that a randomly selected nozzle in a spare part shop is good? (b) If a part is defective, what is the probability that it comes from the plant in Kinshasha? (c) What is the probability that a nozzle in a spare part shop is good and comes from Kinshasha? Solution: The probability tree for this problem has the following shape: (a) The probability of a good nozzle can be found by adding the probabilities of getting a good nozzle coming from resp. Kisangani, Kinshasha and Lubumbashi. This boils down to applying the theorem of total probability: p(good nozzle) = p(good nozzle coming from Kisangani) + p(good nozzle coming from Kinshasha) + p(good nozzle coming from Lubumbashi) = = (b) Again, we are looking for the relative weight of a branch: p(kinshasha bad nozzle) = = (c) The probability of a good nozzle coming from Kinshasha can be read directly from the probability tree: p({kinshasha} {good nozzle}) = =

16 3. A company has plants in Berlin, Hamburg, Munich and Cologne which resp. produce 15%, 20%, 30% and 35% of the company s cathode ray tubes. The probability that there is something wrong with the cathode ray tube produced by these plants is resp. 5%, 4%, 3% and 2%. A cathode ray tube turns out to be faulty. What is the probability that it was made in resp. Berlin, Hamburg, Munich and Cologne? Solution: First, apply the theorem of total probability: p(a cathode ray tube is faulty) = p(faulty Berlin) p(berlin) + p(faulty Hamburg) p(hamburg) + p(faulty Munich) p(munich) + p(faulty Cologne) p(cologne) = = Then apply Bayes theorem for each of the 4 possibilities: (a) p(berlin faulty) = (b) p(hamburg faulty) = (c) p(munich faulty) = (d) p(cologne faulty) = p(faulty Berlin) p(berlin) p(faulty) = p(faulty Hamburg) p(hamburg) p(faulty) p(faulty Munich) p(munich) p(faulty) p(faulty Cologne) p(cologne) p(faulty) = = = = = = =

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit?

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit? ECS20 Discrete Mathematics Quarter: Spring 2007 Instructor: John Steinberger Assistant: Sophie Engle (prepared by Sophie Engle) Homework 8 Hints Due Wednesday June 6 th 2007 Section 6.1 #16 What is the

More information

Bayesian Tutorial (Sheet Updated 20 March)

Bayesian Tutorial (Sheet Updated 20 March) Bayesian Tutorial (Sheet Updated 20 March) Practice Questions (for discussing in Class) Week starting 21 March 2016 1. What is the probability that the total of two dice will be greater than 8, given that

More information

AP Stats - Probability Review

AP Stats - Probability Review AP Stats - Probability Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. I toss a penny and observe whether it lands heads up or tails up. Suppose

More information

Lesson 1. Basics of Probability. Principles of Mathematics 12: Explained! www.math12.com 314

Lesson 1. Basics of Probability. Principles of Mathematics 12: Explained! www.math12.com 314 Lesson 1 Basics of Probability www.math12.com 314 Sample Spaces: Probability Lesson 1 Part I: Basic Elements of Probability Consider the following situation: A six sided die is rolled The sample space

More information

Contemporary Mathematics- MAT 130. Probability. a) What is the probability of obtaining a number less than 4?

Contemporary Mathematics- MAT 130. Probability. a) What is the probability of obtaining a number less than 4? Contemporary Mathematics- MAT 30 Solve the following problems:. A fair die is tossed. What is the probability of obtaining a number less than 4? What is the probability of obtaining a number less than

More information

Definition and Calculus of Probability

Definition and Calculus of Probability In experiments with multivariate outcome variable, knowledge of the value of one variable may help predict another. For now, the word prediction will mean update the probabilities of events regarding the

More information

Probability definitions

Probability definitions Probability definitions 1. Probability of an event = chance that the event will occur. 2. Experiment = any action or process that generates observations. In some contexts, we speak of a data-generating

More information

Chapter 4: Probability and Counting Rules

Chapter 4: Probability and Counting Rules Chapter 4: Probability and Counting Rules Learning Objectives Upon successful completion of Chapter 4, you will be able to: Determine sample spaces and find the probability of an event using classical

More information

Basic Probability. Probability: The part of Mathematics devoted to quantify uncertainty

Basic Probability. Probability: The part of Mathematics devoted to quantify uncertainty AMS 5 PROBABILITY Basic Probability Probability: The part of Mathematics devoted to quantify uncertainty Frequency Theory Bayesian Theory Game: Playing Backgammon. The chance of getting (6,6) is 1/36.

More information

The study of probability has increased in popularity over the years because of its wide range of practical applications.

The study of probability has increased in popularity over the years because of its wide range of practical applications. 6.7. Probability. The study of probability has increased in popularity over the years because of its wide range of practical applications. In probability, each repetition of an experiment is called a trial,

More information

Section 6.2 Definition of Probability

Section 6.2 Definition of Probability Section 6.2 Definition of Probability Probability is a measure of the likelihood that an event occurs. For example, if there is a 20% chance of rain tomorrow, that means that the probability that it will

More information

A Few Basics of Probability

A Few Basics of Probability A Few Basics of Probability Philosophy 57 Spring, 2004 1 Introduction This handout distinguishes between inductive and deductive logic, and then introduces probability, a concept essential to the study

More information

8.3 Probability Applications of Counting Principles

8.3 Probability Applications of Counting Principles 8. Probability Applications of Counting Principles In this section, we will see how we can apply the counting principles from the previous two sections in solving probability problems. Many of the probability

More information

6.3 Conditional Probability and Independence

6.3 Conditional Probability and Independence 222 CHAPTER 6. PROBABILITY 6.3 Conditional Probability and Independence Conditional Probability Two cubical dice each have a triangle painted on one side, a circle painted on two sides and a square painted

More information

Math 210. 1. Compute C(1000,2) (a) 499500. (b) 1000000. (c) 2. (d) 999000. (e) None of the above.

Math 210. 1. Compute C(1000,2) (a) 499500. (b) 1000000. (c) 2. (d) 999000. (e) None of the above. Math 210 1. Compute C(1000,2) (a) 499500. (b) 1000000. (c) 2. (d) 999000. 2. Suppose that 80% of students taking calculus have previously had a trigonometry course. Of those that did, 75% pass their calculus

More information

Lab 11. Simulations. The Concept

Lab 11. Simulations. The Concept Lab 11 Simulations In this lab you ll learn how to create simulations to provide approximate answers to probability questions. We ll make use of a particular kind of structure, called a box model, that

More information

1 Combinations, Permutations, and Elementary Probability

1 Combinations, Permutations, and Elementary Probability 1 Combinations, Permutations, and Elementary Probability Roughly speaking, Permutations are ways of grouping things where the order is important. Combinations are ways of grouping things where the order

More information

Fundamentals of Probability

Fundamentals of Probability Fundamentals of Probability Introduction Probability is the likelihood that an event will occur under a set of given conditions. The probability of an event occurring has a value between 0 and 1. An impossible

More information

Homework 20: Compound Probability

Homework 20: Compound Probability Homework 20: Compound Probability Definition The probability of an event is defined to be the ratio of times that you expect the event to occur after many trials: number of equally likely outcomes resulting

More information

STAT 35A HW2 Solutions

STAT 35A HW2 Solutions STAT 35A HW2 Solutions http://www.stat.ucla.edu/~dinov/courses_students.dir/09/spring/stat35.dir 1. A computer consulting firm presently has bids out on three projects. Let A i = { awarded project i },

More information

Probability. Sample space: all the possible outcomes of a probability experiment, i.e., the population of outcomes

Probability. Sample space: all the possible outcomes of a probability experiment, i.e., the population of outcomes Probability Basic Concepts: Probability experiment: process that leads to welldefined results, called outcomes Outcome: result of a single trial of a probability experiment (a datum) Sample space: all

More information

Section 6-5 Sample Spaces and Probability

Section 6-5 Sample Spaces and Probability 492 6 SEQUENCES, SERIES, AND PROBABILITY 52. How many committees of 4 people are possible from a group of 9 people if (A) There are no restrictions? (B) Both Juan and Mary must be on the committee? (C)

More information

Chapter 4 & 5 practice set. The actual exam is not multiple choice nor does it contain like questions.

Chapter 4 & 5 practice set. The actual exam is not multiple choice nor does it contain like questions. Chapter 4 & 5 practice set. The actual exam is not multiple choice nor does it contain like questions. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

More information

PROBABILITY. The theory of probabilities is simply the Science of logic quantitatively treated. C.S. PEIRCE

PROBABILITY. The theory of probabilities is simply the Science of logic quantitatively treated. C.S. PEIRCE PROBABILITY 53 Chapter 3 PROBABILITY The theory of probabilities is simply the Science of logic quantitatively treated. C.S. PEIRCE 3. Introduction In earlier Classes, we have studied the probability as

More information

Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University

Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University 1 Chapter 1 Probability 1.1 Basic Concepts In the study of statistics, we consider experiments

More information

Combinatorial Proofs

Combinatorial Proofs Combinatorial Proofs Two Counting Principles Some proofs concerning finite sets involve counting the number of elements of the sets, so we will look at the basics of counting. Addition Principle: If A

More information

Math 55: Discrete Mathematics

Math 55: Discrete Mathematics Math 55: Discrete Mathematics UC Berkeley, Fall 2011 Homework # 7, due Wedneday, March 14 Happy Pi Day! (If any errors are spotted, please email them to morrison at math dot berkeley dot edu..5.10 A croissant

More information

Solutions to Self-Help Exercises 1.3. b. E F = /0. d. G c = {(3,4),(4,3),(4,4)}

Solutions to Self-Help Exercises 1.3. b. E F = /0. d. G c = {(3,4),(4,3),(4,4)} 1.4 Basics of Probability 37 Solutions to Self-Help Exercises 1.3 1. Consider the outcomes as ordered pairs, with the number on the bottom of the red one the first number and the number on the bottom of

More information

Chapter 13 & 14 - Probability PART

Chapter 13 & 14 - Probability PART Chapter 13 & 14 - Probability PART IV : PROBABILITY Dr. Joseph Brennan Math 148, BU Dr. Joseph Brennan (Math 148, BU) Chapter 13 & 14 - Probability 1 / 91 Why Should We Learn Probability Theory? Dr. Joseph

More information

Probability. Section 9. Probability. Probability of A = Number of outcomes for which A happens Total number of outcomes (sample space)

Probability. Section 9. Probability. Probability of A = Number of outcomes for which A happens Total number of outcomes (sample space) Probability Section 9 Probability Probability of A = Number of outcomes for which A happens Total number of outcomes (sample space) In this section we summarise the key issues in the basic probability

More information

Conditional Probability, Independence and Bayes Theorem Class 3, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom

Conditional Probability, Independence and Bayes Theorem Class 3, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom Conditional Probability, Independence and Bayes Theorem Class 3, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom 1 Learning Goals 1. Know the definitions of conditional probability and independence

More information

Question 1 Formatted: Formatted: Formatted: Formatted:

Question 1 Formatted: Formatted: Formatted: Formatted: In many situations in life, we are presented with opportunities to evaluate probabilities of events occurring and make judgments and decisions from this information. In this paper, we will explore four

More information

It is remarkable that a science, which began with the consideration of games of chance, should be elevated to the rank of the most important

It is remarkable that a science, which began with the consideration of games of chance, should be elevated to the rank of the most important PROBABILLITY 271 PROBABILITY CHAPTER 15 It is remarkable that a science, which began with the consideration of games of chance, should be elevated to the rank of the most important subject of human knowledge.

More information

PERMUTATIONS AND COMBINATIONS

PERMUTATIONS AND COMBINATIONS PERMUTATIONS AND COMBINATIONS Mathematics for Elementary Teachers: A Conceptual Approach New Material for the Eighth Edition Albert B. Bennett, Jr., Laurie J. Burton and L. Ted Nelson Math 212 Extra Credit

More information

Probabilistic Strategies: Solutions

Probabilistic Strategies: Solutions Probability Victor Xu Probabilistic Strategies: Solutions Western PA ARML Practice April 3, 2016 1 Problems 1. You roll two 6-sided dice. What s the probability of rolling at least one 6? There is a 1

More information

MATH 140 Lab 4: Probability and the Standard Normal Distribution

MATH 140 Lab 4: Probability and the Standard Normal Distribution MATH 140 Lab 4: Probability and the Standard Normal Distribution Problem 1. Flipping a Coin Problem In this problem, we want to simualte the process of flipping a fair coin 1000 times. Note that the outcomes

More information

Mathematical goals. Starting points. Materials required. Time needed

Mathematical goals. Starting points. Materials required. Time needed Level S2 of challenge: B/C S2 Mathematical goals Starting points Materials required Time needed Evaluating probability statements To help learners to: discuss and clarify some common misconceptions about

More information

Math/Stats 425 Introduction to Probability. 1. Uncertainty and the axioms of probability

Math/Stats 425 Introduction to Probability. 1. Uncertainty and the axioms of probability Math/Stats 425 Introduction to Probability 1. Uncertainty and the axioms of probability Processes in the real world are random if outcomes cannot be predicted with certainty. Example: coin tossing, stock

More information

Probability. a number between 0 and 1 that indicates how likely it is that a specific event or set of events will occur.

Probability. a number between 0 and 1 that indicates how likely it is that a specific event or set of events will occur. Probability Probability Simple experiment Sample space Sample point, or elementary event Event, or event class Mutually exclusive outcomes Independent events a number between 0 and 1 that indicates how

More information

3.2 Conditional Probability and Independent Events

3.2 Conditional Probability and Independent Events Ismor Fischer, 5/29/2012 3.2-1 3.2 Conditional Probability and Independent Events Using population-based health studies to estimate probabilities relating potential risk factors to a particular disease,

More information

Curriculum Design for Mathematic Lesson Probability

Curriculum Design for Mathematic Lesson Probability Curriculum Design for Mathematic Lesson Probability This curriculum design is for the 8th grade students who are going to learn Probability and trying to show the easiest way for them to go into this class.

More information

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 10

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 10 CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 10 Introduction to Discrete Probability Probability theory has its origins in gambling analyzing card games, dice,

More information

Probabilities. Probability of a event. From Random Variables to Events. From Random Variables to Events. Probability Theory I

Probabilities. Probability of a event. From Random Variables to Events. From Random Variables to Events. Probability Theory I Victor Adamchi Danny Sleator Great Theoretical Ideas In Computer Science Probability Theory I CS 5-25 Spring 200 Lecture Feb. 6, 200 Carnegie Mellon University We will consider chance experiments with

More information

Week 2: Conditional Probability and Bayes formula

Week 2: Conditional Probability and Bayes formula Week 2: Conditional Probability and Bayes formula We ask the following question: suppose we know that a certain event B has occurred. How does this impact the probability of some other A. This question

More information

Conditional Probability, Hypothesis Testing, and the Monty Hall Problem

Conditional Probability, Hypothesis Testing, and the Monty Hall Problem Conditional Probability, Hypothesis Testing, and the Monty Hall Problem Ernie Croot September 17, 2008 On more than one occasion I have heard the comment Probability does not exist in the real world, and

More information

Question of the Day. Key Concepts. Vocabulary. Mathematical Ideas. QuestionofDay

Question of the Day. Key Concepts. Vocabulary. Mathematical Ideas. QuestionofDay QuestionofDay Question of the Day What is the probability that in a family with two children, both are boys? What is the probability that in a family with two children, both are boys, if we already know

More information

Math 3C Homework 3 Solutions

Math 3C Homework 3 Solutions Math 3C Homework 3 s Ilhwan Jo and Akemi Kashiwada ilhwanjo@math.ucla.edu, akashiwada@ucla.edu Assignment: Section 2.3 Problems 2, 7, 8, 9,, 3, 5, 8, 2, 22, 29, 3, 32 2. You draw three cards from a standard

More information

REPEATED TRIALS. The probability of winning those k chosen times and losing the other times is then p k q n k.

REPEATED TRIALS. The probability of winning those k chosen times and losing the other times is then p k q n k. REPEATED TRIALS Suppose you toss a fair coin one time. Let E be the event that the coin lands heads. We know from basic counting that p(e) = 1 since n(e) = 1 and 2 n(s) = 2. Now suppose we play a game

More information

2.5 Conditional Probabilities and 2-Way Tables

2.5 Conditional Probabilities and 2-Way Tables 2.5 Conditional Probabilities and 2-Way Tables Learning Objectives Understand how to calculate conditional probabilities Understand how to calculate probabilities using a contingency or 2-way table It

More information

Statistics 100A Homework 2 Solutions

Statistics 100A Homework 2 Solutions Statistics Homework Solutions Ryan Rosario Chapter 9. retail establishment accepts either the merican Express or the VIS credit card. total of percent of its customers carry an merican Express card, 6

More information

Lesson Plans for (9 th Grade Main Lesson) Possibility & Probability (including Permutations and Combinations)

Lesson Plans for (9 th Grade Main Lesson) Possibility & Probability (including Permutations and Combinations) Lesson Plans for (9 th Grade Main Lesson) Possibility & Probability (including Permutations and Combinations) Note: At my school, there is only room for one math main lesson block in ninth grade. Therefore,

More information

Chapter 6. 1. What is the probability that a card chosen from an ordinary deck of 52 cards is an ace? Ans: 4/52.

Chapter 6. 1. What is the probability that a card chosen from an ordinary deck of 52 cards is an ace? Ans: 4/52. Chapter 6 1. What is the probability that a card chosen from an ordinary deck of 52 cards is an ace? 4/52. 2. What is the probability that a randomly selected integer chosen from the first 100 positive

More information

Homework 8 Solutions

Homework 8 Solutions CSE 21 - Winter 2014 Homework Homework 8 Solutions 1 Of 330 male and 270 female employees at the Flagstaff Mall, 210 of the men and 180 of the women are on flex-time (flexible working hours). Given that

More information

Methods Used for Counting

Methods Used for Counting COUNTING METHODS From our preliminary work in probability, we often found ourselves wondering how many different scenarios there were in a given situation. In the beginning of that chapter, we merely tried

More information

Introduction to Discrete Probability. Terminology. Probability definition. 22c:19, section 6.x Hantao Zhang

Introduction to Discrete Probability. Terminology. Probability definition. 22c:19, section 6.x Hantao Zhang Introduction to Discrete Probability 22c:19, section 6.x Hantao Zhang 1 Terminology Experiment A repeatable procedure that yields one of a given set of outcomes Rolling a die, for example Sample space

More information

Basic Probability Concepts

Basic Probability Concepts page 1 Chapter 1 Basic Probability Concepts 1.1 Sample and Event Spaces 1.1.1 Sample Space A probabilistic (or statistical) experiment has the following characteristics: (a) the set of all possible outcomes

More information

Determine the empirical probability that a person selected at random from the 1000 surveyed uses Mastercard.

Determine the empirical probability that a person selected at random from the 1000 surveyed uses Mastercard. Math 120 Practice Exam II Name You must show work for credit. 1) A pair of fair dice is rolled 50 times and the sum of the dots on the faces is noted. Outcome 2 4 5 6 7 8 9 10 11 12 Frequency 6 8 8 1 5

More information

E3: PROBABILITY AND STATISTICS lecture notes

E3: PROBABILITY AND STATISTICS lecture notes E3: PROBABILITY AND STATISTICS lecture notes 2 Contents 1 PROBABILITY THEORY 7 1.1 Experiments and random events............................ 7 1.2 Certain event. Impossible event............................

More information

SECTION 10-5 Multiplication Principle, Permutations, and Combinations

SECTION 10-5 Multiplication Principle, Permutations, and Combinations 10-5 Multiplication Principle, Permutations, and Combinations 761 54. Can you guess what the next two rows in Pascal s triangle, shown at right, are? Compare the numbers in the triangle with the binomial

More information

V. RANDOM VARIABLES, PROBABILITY DISTRIBUTIONS, EXPECTED VALUE

V. RANDOM VARIABLES, PROBABILITY DISTRIBUTIONS, EXPECTED VALUE V. RANDOM VARIABLES, PROBABILITY DISTRIBUTIONS, EXPETED VALUE A game of chance featured at an amusement park is played as follows: You pay $ to play. A penny and a nickel are flipped. You win $ if either

More information

2. How many ways can the letters in PHOENIX be rearranged? 7! = 5,040 ways.

2. How many ways can the letters in PHOENIX be rearranged? 7! = 5,040 ways. Math 142 September 27, 2011 1. How many ways can 9 people be arranged in order? 9! = 362,880 ways 2. How many ways can the letters in PHOENIX be rearranged? 7! = 5,040 ways. 3. The letters in MATH are

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Practice Test Chapter 9 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the odds. ) Two dice are rolled. What are the odds against a sum

More information

PROBABILITY. SIMPLE PROBABILITY is the likelihood that a specific event will occur, represented by a number between 0 and 1.

PROBABILITY. SIMPLE PROBABILITY is the likelihood that a specific event will occur, represented by a number between 0 and 1. PROBABILITY SIMPLE PROBABILITY SIMPLE PROBABILITY is the likelihood that a specific event will occur, represented by a number between 0 and. There are two categories of simple probabilities. THEORETICAL

More information

The mathematical branch of probability has its

The mathematical branch of probability has its ACTIVITIES for students Matthew A. Carlton and Mary V. Mortlock Teaching Probability and Statistics through Game Shows The mathematical branch of probability has its origins in games and gambling. And

More information

PROBABILITY SECOND EDITION

PROBABILITY SECOND EDITION PROBABILITY SECOND EDITION Table of Contents How to Use This Series........................................... v Foreword..................................................... vi Basics 1. Probability All

More information

Chapter 5: Probability

Chapter 5: Probability Chapter 5: Probability 5.1 What is probability anyway? Probability is a branch of mathematics which intrudes on everyday conversation perhaps more than any other (except for just plain arithmetic and counting).

More information

Lecture Note 1 Set and Probability Theory. MIT 14.30 Spring 2006 Herman Bennett

Lecture Note 1 Set and Probability Theory. MIT 14.30 Spring 2006 Herman Bennett Lecture Note 1 Set and Probability Theory MIT 14.30 Spring 2006 Herman Bennett 1 Set Theory 1.1 Definitions and Theorems 1. Experiment: any action or process whose outcome is subject to uncertainty. 2.

More information

A probability experiment is a chance process that leads to well-defined outcomes. 3) What is the difference between an outcome and an event?

A probability experiment is a chance process that leads to well-defined outcomes. 3) What is the difference between an outcome and an event? Ch 4.2 pg.191~(1-10 all), 12 (a, c, e, g), 13, 14, (a, b, c, d, e, h, i, j), 17, 21, 25, 31, 32. 1) What is a probability experiment? A probability experiment is a chance process that leads to well-defined

More information

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS INTRODUCTION

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS INTRODUCTION IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS INTRODUCTION 1 WHAT IS STATISTICS? Statistics is a science of collecting data, organizing and describing it and drawing conclusions from it. That is, statistics

More information

6.042/18.062J Mathematics for Computer Science. Expected Value I

6.042/18.062J Mathematics for Computer Science. Expected Value I 6.42/8.62J Mathematics for Computer Science Srini Devadas and Eric Lehman May 3, 25 Lecture otes Expected Value I The expectation or expected value of a random variable is a single number that tells you

More information

Probability and Venn diagrams UNCORRECTED PAGE PROOFS

Probability and Venn diagrams UNCORRECTED PAGE PROOFS Probability and Venn diagrams 12 This chapter deals with further ideas in chance. At the end of this chapter you should be able to: identify complementary events and use the sum of probabilities to solve

More information

Probability: The Study of Randomness Randomness and Probability Models. IPS Chapters 4 Sections 4.1 4.2

Probability: The Study of Randomness Randomness and Probability Models. IPS Chapters 4 Sections 4.1 4.2 Probability: The Study of Randomness Randomness and Probability Models IPS Chapters 4 Sections 4.1 4.2 Chapter 4 Overview Key Concepts Random Experiment/Process Sample Space Events Probability Models Probability

More information

FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL

FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL STATIsTICs 4 IV. RANDOm VECTORs 1. JOINTLY DIsTRIBUTED RANDOm VARIABLEs If are two rom variables defined on the same sample space we define the joint

More information

Homework 3 Solution, due July 16

Homework 3 Solution, due July 16 Homework 3 Solution, due July 16 Problems from old actuarial exams are marked by a star. Problem 1*. Upon arrival at a hospital emergency room, patients are categorized according to their condition as

More information

Review for Test 2. Chapters 4, 5 and 6

Review for Test 2. Chapters 4, 5 and 6 Review for Test 2 Chapters 4, 5 and 6 1. You roll a fair six-sided die. Find the probability of each event: a. Event A: rolling a 3 1/6 b. Event B: rolling a 7 0 c. Event C: rolling a number less than

More information

Find the indicated probability. 1) If a single fair die is rolled, find the probability of a 4 given that the number rolled is odd.

Find the indicated probability. 1) If a single fair die is rolled, find the probability of a 4 given that the number rolled is odd. Math 0 Practice Test 3 Fall 2009 Covers 7.5, 8.-8.3 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the indicated probability. ) If a single

More information

Chapter 3. Cartesian Products and Relations. 3.1 Cartesian Products

Chapter 3. Cartesian Products and Relations. 3.1 Cartesian Products Chapter 3 Cartesian Products and Relations The material in this chapter is the first real encounter with abstraction. Relations are very general thing they are a special type of subset. After introducing

More information

A booklet for Parents

A booklet for Parents By the end of Year 2, most children should be able to Count up to 100 objects by grouping them and counting in tens, fives or twos; explain what each digit in a two-digit number represents, including numbers

More information

5544 = 2 2772 = 2 2 1386 = 2 2 2 693. Now we have to find a divisor of 693. We can try 3, and 693 = 3 231,and we keep dividing by 3 to get: 1

5544 = 2 2772 = 2 2 1386 = 2 2 2 693. Now we have to find a divisor of 693. We can try 3, and 693 = 3 231,and we keep dividing by 3 to get: 1 MATH 13150: Freshman Seminar Unit 8 1. Prime numbers 1.1. Primes. A number bigger than 1 is called prime if its only divisors are 1 and itself. For example, 3 is prime because the only numbers dividing

More information

ECE302 Spring 2006 HW1 Solutions January 16, 2006 1

ECE302 Spring 2006 HW1 Solutions January 16, 2006 1 ECE302 Spring 2006 HW1 Solutions January 16, 2006 1 Solutions to HW1 Note: These solutions were generated by R. D. Yates and D. J. Goodman, the authors of our textbook. I have added comments in italics

More information

Unit 19: Probability Models

Unit 19: Probability Models Unit 19: Probability Models Summary of Video Probability is the language of uncertainty. Using statistics, we can better predict the outcomes of random phenomena over the long term from the very complex,

More information

Math 141. Lecture 2: More Probability! Albyn Jones 1. jones@reed.edu www.people.reed.edu/ jones/courses/141. 1 Library 304. Albyn Jones Math 141

Math 141. Lecture 2: More Probability! Albyn Jones 1. jones@reed.edu www.people.reed.edu/ jones/courses/141. 1 Library 304. Albyn Jones Math 141 Math 141 Lecture 2: More Probability! Albyn Jones 1 1 Library 304 jones@reed.edu www.people.reed.edu/ jones/courses/141 Outline Law of total probability Bayes Theorem the Multiplication Rule, again Recall

More information

EDEXCEL FUNCTIONAL SKILLS PILOT

EDEXCEL FUNCTIONAL SKILLS PILOT EEXEL FUNTIONAL SKILLS PILOT Maths Level hapter 7 Working with probability SETION K Measuring probability 9 Remember what you have learned 3 raft for Pilot Functional Maths Level hapter 7 Pearson Education

More information

Feb 7 Homework Solutions Math 151, Winter 2012. Chapter 4 Problems (pages 172-179)

Feb 7 Homework Solutions Math 151, Winter 2012. Chapter 4 Problems (pages 172-179) Feb 7 Homework Solutions Math 151, Winter 2012 Chapter Problems (pages 172-179) Problem 3 Three dice are rolled. By assuming that each of the 6 3 216 possible outcomes is equally likely, find the probabilities

More information

Crude: The Oil Game 1

Crude: The Oil Game 1 Crude: The Oil Game 1 Contents Game Components... 3 Introduction And Object Of The Game... 4 Setting Up The Game... 4 Pick A Starting Player... 6 The Special Purchase Round... 6 Sequence Of Play... 7 The

More information

EXAM. Exam #3. Math 1430, Spring 2002. April 21, 2001 ANSWERS

EXAM. Exam #3. Math 1430, Spring 2002. April 21, 2001 ANSWERS EXAM Exam #3 Math 1430, Spring 2002 April 21, 2001 ANSWERS i 60 pts. Problem 1. A city has two newspapers, the Gazette and the Journal. In a survey of 1, 200 residents, 500 read the Journal, 700 read the

More information

High School Statistics and Probability Common Core Sample Test Version 2

High School Statistics and Probability Common Core Sample Test Version 2 High School Statistics and Probability Common Core Sample Test Version 2 Our High School Statistics and Probability sample test covers the twenty most common questions that we see targeted for this level.

More information

Ready, Set, Go! Math Games for Serious Minds

Ready, Set, Go! Math Games for Serious Minds Math Games with Cards and Dice presented at NAGC November, 2013 Ready, Set, Go! Math Games for Serious Minds Rande McCreight Lincoln Public Schools Lincoln, Nebraska Math Games with Cards Close to 20 -

More information

STAT 319 Probability and Statistics For Engineers PROBABILITY. Engineering College, Hail University, Saudi Arabia

STAT 319 Probability and Statistics For Engineers PROBABILITY. Engineering College, Hail University, Saudi Arabia STAT 319 robability and Statistics For Engineers LECTURE 03 ROAILITY Engineering College, Hail University, Saudi Arabia Overview robability is the study of random events. The probability, or chance, that

More information

Session 8 Probability

Session 8 Probability Key Terms for This Session Session 8 Probability Previously Introduced frequency New in This Session binomial experiment binomial probability model experimental probability mathematical probability outcome

More information

Probability --QUESTIONS-- Principles of Math 12 - Probability Practice Exam 1 www.math12.com

Probability --QUESTIONS-- Principles of Math 12 - Probability Practice Exam 1 www.math12.com Probability --QUESTIONS-- Principles of Math - Probability Practice Exam www.math.com Principles of Math : Probability Practice Exam Use this sheet to record your answers:... 4... 4... 4.. 6. 4.. 6. 7..

More information

ST 371 (IV): Discrete Random Variables

ST 371 (IV): Discrete Random Variables ST 371 (IV): Discrete Random Variables 1 Random Variables A random variable (rv) is a function that is defined on the sample space of the experiment and that assigns a numerical variable to each possible

More information

Ch. 13.2: Mathematical Expectation

Ch. 13.2: Mathematical Expectation Ch. 13.2: Mathematical Expectation Random Variables Very often, we are interested in sample spaces in which the outcomes are distinct real numbers. For example, in the experiment of rolling two dice, we

More information

Assessment For The California Mathematics Standards Grade 6

Assessment For The California Mathematics Standards Grade 6 Introduction: Summary of Goals GRADE SIX By the end of grade six, students have mastered the four arithmetic operations with whole numbers, positive fractions, positive decimals, and positive and negative

More information

Standard 12: The student will explain and evaluate the financial impact and consequences of gambling.

Standard 12: The student will explain and evaluate the financial impact and consequences of gambling. TEACHER GUIDE 12.1 GAMBLING PAGE 1 Standard 12: The student will explain and evaluate the financial impact and consequences of gambling. Risky Business Priority Academic Student Skills Personal Financial

More information

Pigeonhole Principle Solutions

Pigeonhole Principle Solutions Pigeonhole Principle Solutions 1. Show that if we take n + 1 numbers from the set {1, 2,..., 2n}, then some pair of numbers will have no factors in common. Solution: Note that consecutive numbers (such

More information

(b) You draw two balls from an urn and track the colors. When you start, it contains three blue balls and one red ball.

(b) You draw two balls from an urn and track the colors. When you start, it contains three blue balls and one red ball. Examples for Chapter 3 Probability Math 1040-1 Section 3.1 1. Draw a tree diagram for each of the following situations. State the size of the sample space. (a) You flip a coin three times. (b) You draw

More information

Sample Term Test 2A. 1. A variable X has a distribution which is described by the density curve shown below:

Sample Term Test 2A. 1. A variable X has a distribution which is described by the density curve shown below: Sample Term Test 2A 1. A variable X has a distribution which is described by the density curve shown below: What proportion of values of X fall between 1 and 6? (A) 0.550 (B) 0.575 (C) 0.600 (D) 0.625

More information

ACMS 10140 Section 02 Elements of Statistics October 28, 2010 Midterm Examination II Answers

ACMS 10140 Section 02 Elements of Statistics October 28, 2010 Midterm Examination II Answers ACMS 10140 Section 02 Elements of Statistics October 28, 2010 Midterm Examination II Answers Name DO NOT remove this answer page. DO turn in the entire exam. Make sure that you have all ten (10) pages

More information

Factorizations: Searching for Factor Strings

Factorizations: Searching for Factor Strings " 1 Factorizations: Searching for Factor Strings Some numbers can be written as the product of several different pairs of factors. For example, can be written as 1, 0,, 0, and. It is also possible to write

More information