1 / 28

Understanding Probability: Expected Value and Simulation

Learn about expected value and how it can be used to determine the fairness of games of chance, make business decisions, and simulate genetic processes. Explore examples and calculations to better understand probability concepts.

davidmarvin
Télécharger la présentation

Understanding Probability: Expected Value and Simulation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 11 Probability

  2. Chapter 11: Probability • 11.1 Basic Concepts • 11.2 Events Involving “Not” and “Or” • 11.3 Conditional Probability and Events Involving “And” • 11.4 Binomial Probability • 11.5 Expected Value and Simulation

  3. Section 11-5 • Expected Value and Simulation

  4. Expected Value • Determine expected value of a random variable and expected net winnings in a game of chance. • Determine if a game of chance is a fair game. • Use expected value to make business and insurance decisions. • Use simulation in genetic processes such as flower color and birth gender.

  5. Expected Value Children in third grade were surveyed and told to pick the number of hours that they play electronic games each day. The probability distribution is given below.

  6. Expected Value Compute a “weighted average” by multiplying each possible time value by its probability and then adding the products. 1.1 hours is the expected value (or the mathematical expectation) of the quantity of time spent playing electronic games.

  7. Expected Value If a random variable x can have any of the values x1, x2 , x3 ,…, xn, and the corresponding probabilities of these values occurring are P(x1), P(x2), P(x3), …, P(xn), then the expected value of xis given by

  8. Example: Finding the Expected Number of Boys Find the expected number of boys for a three-child family. Assume girls and boys are equally likely. Solution S = {ggg, ggb, gbg, gbb, bgg, bgb, bbg, bbb} The probability distribution is on the right.

  9. Example: Finding the Expected Number of Boys Solution(continued) The expected value is the sum of the third column: So the expected number of boys is 1.5.

  10. Example: Finding Expected Winnings A player pays $3 to play the following game: He rolls a die and receives $7 if he tosses a 6 and $1 for anything else. Find the player’s expected net winnings for the game.

  11. Example: Finding Expected Winnings Solution The information for the game is displayed below. Expected value: E(x) = –$6/6 = –$1.00

  12. Games and Gambling A game in which the expected net winnings are zero is called a fair game. A game with negative expected winnings is unfair against the player. A game with positive expected net winnings is unfair in favor of the player.

  13. Example: Finding the Cost for a Fair Game What should the game in the previous example cost so that it is a fair game? Solution Because the cost of $3 resulted in a net loss of $1, we can conclude that the $3 cost was $1 too high. A fair cost to play the game would be $3 – $1 = $2.

  14. Example: Finding Expected Winnings in Roulette • One simple type of roulette is played with an ivory ball and a wheel set in motion. The wheel contains thirty-eight compartments. Eighteen of the compartments are black, eighteen are red, one is labeled “zero,” and one is labeled “double zero.” (These last two are neither black nor red.) In this case, assume the player places $1 on either red or black. If the player picks the correct color of the compartment in which the ball finally lands, the payoff is $2. Otherwise, the payoff is zero. Find the expected net winnings.

  15. Example: Finding Expected Winnings in Roulette • Solution • By the expected value formula, expected net winnings are • The expected net loss here is $1/19, or about 5.3¢, per play.

  16. Investments Expected value can be a useful tool for evaluating investment opportunities.

  17. Example: Finding Expected Investment Profits Mark is going to invest in the stock of one of the two companies below. Based on his research, a $6000 investment could give the following returns.

  18. Example: Finding Expected Investment Profits Find the expected profit (or loss) for each of the two stocks. Solution ABC: –$400(0.2) + $800(0.5) + $1300(0.3) = $710 PDQ: $600(0.8) + $1000(0.2) = $680

  19. Business and Insurance Expected value can be used to help make decisions in various areas of business, including insurance.

  20. Example: Expected Lumber Revenue A lumber wholesaler is planning on purchasing a load of lumber. He calculates that the probabilities of reselling the load for $9500, $9000, or $8500 are 0.25, 0.60, and 0.15, respectively. In order to ensure an expected profit of at least $2500, how much can he afford to pay for the load?

  21. Example: Expected Lumber Revenue Solution The expected revenue from sales can be found below. Expected revenue: E(x) = $9050

  22. Example: Expected Lumber Revenue Solution(continued) expected profit = expected revenue – cost cost = expected revenue – expected profit To have an expected profit of $2500, he can pay up to $9050 – $2500 = $6550.

  23. Simulation • An important area within probability theory is the process called simulation. It is possible to study a complicated, or unclear, phenomenon by simulating, or imitating, it with a simpler phenomenon involving the same basic probabilities. Simulation methods (also called Monte Carlo methods) require huge numbers of random digits, so computers are used to produce them.

  24. Example: Simulating Genetic Processes • Toss two coins 50 times and use the results to approximate the probability that the crossing of Rr pea plants will produce three successive red- flowered offspring.

  25. Example: Simulating Genetic Processes • Solution • We actually tossed two coins 50 times and got the following sequence. • th, hh, th, tt, th, hh, ht, th, ht, th, hh, hh, tt, th, hh, • ht, ht, ht, ht, th, hh, hh, hh, tt, ht, tt, hh, ht, ht, hh, tt, • tt, tt, th, tt, tt, hh, ht, ht, ht, hh, tt, th, hh, tt, hh, ht, • tt, tt, tt • By the color interpretation described in the text, this gives the following sequence of flower colors in the offspring. (Only “both tails” gives white.)

  26. Example: Simulating Genetic Processes

  27. Example: Simulating Genetic Processes • We now have an experimental list of 48 sets of three successive plants, the 1st, 2nd, and 3rd entries, then the 2nd, 3rd, and 4th entries, and so on. Do you see why there are 48 in all? • Now we just count up the number of these sets of three that are “red-red-red.” Since there are 20 of those, our empirical probability of three successive red offspring, obtained through simulation, is 20/48 = 5/12, or about 0.417.

  28. Example: Simulating Births with Random Numbers • A couple plans to have five children. Use random number simulation to estimate the probability that they will have more than three boys. • Solution • Let each sequence of five digits, as they appear in Table 20 (page 632 from text),represent a family with five children, and (arbitrarily) associate odd digits with boys, even digits with girls. (Recall that 0 is even.) Verify that, of the fifty families simulated, only the ten marked with arrows have more than 3 boys (4 boys or 5 boys).

More Related