Random Variable a variable whose value is a numerical outcome of a random phenomenon.

Size: px
Start display at page:

Download "Random Variable a variable whose value is a numerical outcome of a random phenomenon."

Transcription

1 Random Variables - Terms and Formulas Random Variable a variable whose value is a numerical outcome of a random phenomenon. Example 1: Put all the letters of the alphabet in a hat. If you choose a consonant, I pay you $1. If you choose a vowel, I pay you $5. X is the random variable representing the outcome of the experiment. Its possible values are 1 and 5. Example 2: In most college courses, you get as a grade, either an A, B, C, D, or F. For credit purposes, A s are given 4 points, B s are given 3 points, C s are given 2 points, Ds are given 1 point, and F s are no points. Let X be the random variable representing the points a student gets. The possible values of X are 4, 3, 2, 1, and 0. Discrete Random Variables have a countable number of possible values. The probability distribution of X lists all possible values of X and their probabilities: Value of X x 1 x 2 x 3 x n Probability of X p 1 p 2 p 3 p n The probabilities must satisfy two requirements: Every probability p i is a number between 0 and 1. p 1 + p 2 + p p n =1 Example 3: Put all the letters of the alphabet in a hat. If you choose a consonant, I pay you $1. If you choose a vowel, I pay you $5. X is the random variable representing the outcome of the experiment. Create the distribution of X. Example 4: A college instructor teaching a large class traditionally gives 10% A s, 20% B s, 45% C s, 15% D s, and 10% F s. If a student is chosen at random from the class, the student s grade on a 4-point scale (A = 4) is a random variable X. Create the distribution of X. What is the probability that a student has a grade point of 3 or better in this class? What is the probability that a student has a grade point of 2 or worse in this class? Draw a probability histogram to picture the probability distribution of the random variable X Stu Schwartz

2 Continuous Random Variables take on all possible values in an interval of numbers. The probability distribution of X is described by a density curve. The probability of any event is the area under the density curve and above the values of X that makes up that area. Example 5: A random number is chosen from 0 to 1. Answer the following questions: a. Find P(X >.5) b. Find P(X.5) c. Find P(X.8) d. Find P(X.15) e. Find P(.2 <X <.4) f. Find P(.2 <X.4) g. Find P(X < 1) h. Find P(X =.5) Mean of a Random Variable if an experiment with random variable X is done over a long period of time, we can calculate the mean (average) value of that random variable. Another term for mean of a random variable X is the expected value of X. If X is a discrete random variable whose distribution is given by Value of X x 1 x 2 x 3 x n Probability of X p 1 p 2 p 3 p n To find the mean (or expected value) of X, multiply every possible value of X by its probability Then add the results. The symbol for the mean of X is. = x 1 p 1 + x 2 p 2 + x 3 p x n p n = " x i p i Example 6: A fair coin is flipped 3 times. Find the mean of the discrete random variable X that counts the number of heads. Example 7: The daily lottery costs $1 to play. You pick a 3 digit number. If you win, you win $500. Find the expected value of the lottery Stu Schwartz

3 Law of Large Numbers: Draw independent observations from any population with finite mean µ. As the number of observations increases, the mean x of the observed values eventually approaches the mean µ of that population. Example 8: If I flip a fair coin, over a long period of time, the percentage of heads will approach 50%. That does not mean that the number of heads will approach the number of tails. Here is a typical experiment in tossing coins. Heads ,875 49,660 Tails ,125 50,340 Percentage of heads 70% 42% 46.3% 48.75% 49.66% Example 9: If you play blackjack perfectly at a casino, the expected value for every dollar played is 98.5 cents. That means on the average of hand you play, you lose 1.5 cents. Can an individual player win playing blackjack at a casino. The law of small numbers says that over a short run, a player can certainly win. But over the long run, the law of large numbers says that a player will eventually lose. And given the huge number of players who play daily, the law of large numbers states that the casino has to win. There is a reason that casinos look the way they do it is guaranteed money. Still, players can win over the short haul. The question that crops up is what is considered large? There is no answer to that. What you have to know is that the larger n (the number of trials) gets, the closer the average win (or loss) per play approaches the true average of losing 1.5 cents a play. Rules for Means Rule 1: If X and Y are random variables, then +Y = + µ Y Rule 2: If X is a random variable and a and b are constants, thenµ a +bx = a + b Example 10: You play two casino games. Game 1 has an expectation of losing $1 a play and game 2 has an expectation of losing $2 a play. If you play both games, what is your expectation for both games. Example 11: You go to a casino and play the same slot machine which averages losing 15 cents a play. You play the machine 100 times and then leave, paying $5 for parking. Find your expectation for your casino visit. Example 12: Depending on the attendance of a minor league baseball team, the number of hot dogs and sodas sold at a game is given by the following table. Hot dogs sold ,000 2,500 Sodas sold ,500 Probability Probability If the profit on a hot dog is $1.50 and the profit on a soda is $0.75, find the average profit on hot dogs and sodas per game Stu Schwartz

4 Variance and standard deviation of a Discrete Random Variable If X is a discrete random variable whose distribution is given by Value of X x 1 x 2 x 3 x n Probability of X p 1 p 2 p 3 p n We know that the mean (expected value) of X ( ) is given by = x 1 p 1 + x 2 p 2 + x 3 p x n p n = " x i p i To find the variance of X (" 2 X ), we employ this formula: " 2 X = ( x 1 # ) 2 p 1 + ( x 2 # ) 2 p 2 + ( x 3 # ) 2 p ( x n # ) 2 p n To find the standard deviation of X (" X ), we know that ( ) = " 2 X " X Example 13: A fair coin is flipped 3 times. Find the standard deviation of the discrete random variable X that counts the number of heads. Example 14: The daily lottery costs $1 to play. You pick a 3 digit number. If you win, you win $500. Find the standard deviation of the lottery. Example 15: Choose an American household at random and let the random variable X be the number of persons living in the household. Find the standard deviation of the average American household. X or more Probability When a problem has many values of X like this one, this can be done using your list feature of your calculator: 1. Input the data into Lists L1 and L Stu Schwartz

5 2. To get, use L3 to multiply L1 and L2. 3. To find, find the sum of L3. 4. We no longer need L3. In L3, we will put our formula for variance: 5. To find the variance " 2 X, find the sum of L3. The standard deviation is the square root. Rules for Variances of Random Variables: Rule 1: If X is a random variable and a and b are constants, then Variance Standard Deviation " 2 a +bx = b 2 " 2 X " a +bx = b" X Rule 2: If X and Y are independent random variables, then Variance Standard Deviation " 2 X +Y = " 2 X + " 2 Y " X +Y = " 2 X + " 2 Y (Note that you don t add standard deviations) " 2 X #Y = " 2 X + " 2 Y " X #Y = " 2 X + " 2 Y (Note that even though you are finding the variance of the difference between X and Y, you add the variances). Example 16: Suppose two pro bowlers Adam (A) and Bart (B) have the following distribution of scores. µ A = 209 " A =14 µ B = 221 " A = 22 Find the following. a) µ B +A b) µ B"A c) 3" A d) " B +A e) " B#A Example 17: Depending on the attendance of a minor league baseball team, the number of hot dogs and sodas sold at a game is given by the following table. Hot dogs sold ,000 2,500 Sodas sold ,500 Probability Probability Find the standard deviation of the number of hot dogs plus the number of sodas sold Stu Schwartz

6 Discrete Random Variables 1. Choose an American household at random and let the random variable X be the number of persons living in the household. The probability of X is: X or more Probability a. Find P(X > 4) b. Find P(X 4) c. Find P(2 <X 4) d. Find P(X 2) 2. A fair coin is flipped 4 times. Find the probability distribution of the discrete random variable X that counts the number of heads. Then draw the probability histogram for X. a. Find P(X > 2) b. Find P(X 2) c. Find P(X 1) d. Find P(X 0) 3. A coin that is rigged is flipped 3 times. The probability of heads is twice the probability of tails. Find the probability distribution of the discrete random variable X that counts the number of heads. Then draw the probability histogram for X. a. Find P(X > 2) b. Find P(X 2) c. Find P(X 3) d. Find P(X 2) Stu Schwartz

7 4. The numbers 1, 2, 3, 4, 5 are placed in a hat. A number is chosen at random, replaced, and another number is chosen at random. Let X be the number of odd numbers that are chosen. Find the probability distribution of the random variable X and draw a probability histogram. a. Find P(X > 1) b. Find P(X 1) c. Find P(X 1) d. Find P(X 2) 5. An SRS of 3 students are chosen to be on a committee that advises a university on its computer policies. 70% of the student population are PC users and 30% are Mac users. Let X be the number of PC users on the student committee. Find the probability distribution of the random variable X and draw a probability histogram. a. Find P(X > 2) b. Find P(X 2) c. Find P(X 1) d. Find P(X 3) Stu Schwartz

8 6. A boss of a company chooses 4 workers at random to act as advisers to him. The company is 75% white and 25% African American. Let X be the number of African-Americans on the committee. Find the probability distribution of the random variable X and draw a probability histogram. a. Find P(X > 2) b. Find P(X < 2) c. Find P(1 X 3) d. Find P(X 0) 7. A density curve is shown on the figure on the right. Find the following probabilities. a. Find P(X > 1) b. Find P(X < 1.5) c. Find P(.5 X 1.5) d. Find P(X <2) 8. Two random numbers from 0 to 1 are chosen and added. Let X be their sum. X is thus a continuous random variable between 0 and 2. The density curve is shown to the right. Find the following probabilities: a. Find P(X > 1) b. Find P(X > 1.5) c. Find P(X <.2) d. Find P(.5 X 1.5) Stu Schwartz

9 Mean of a Random Variable (Expected Value) Problems 1) Choose an American suburban household at random and let the random variable X be the number of cars that people in the house own. Find the number of cars owned by the average suburban American household. X or more Probability ) A huge cookie jar has 60% chocolate cookies and 40% vanilla cookies. Sam chooses 3 cookies blindfolded. Let X be the number of chocolate cookies he chooses. Construct the probability distribution of X and the average number of chocolate cookies he chooses. 3) A contractor is bidding on a road construction job that promises a profit of $20,000 with a probability of 7 10 and a loss, due to strikes, weather conditions, late arrival of building materials, and so on, of $40,000 with a probability of 3. What is the contractor s mean expectation? 10 4 ) Pete selects one card from a deck of 52 cards. If it is an ace, he wins $5. If it is a club, he wins only $1. However, if it is the ace of clubs, then he wins an extra $10. What is his mathematical expectation? Suppose it costs him $1 to play the game. What could he expect to win or lose per game? Suppose he plays 100 games. How much would he be expected to win or lose? Stu Schwartz

10 5) A box contains 8 green marbles, 7 yellow marbles, and 5 black marbles. One marble is to be selected from the box. You get $10 if the marble selected is black, but lose $3 if the marble is green and lose $5 if the marble is yellow. What is your mean expectation? 6) A coin is tossed three times. If heads appears on all 3 tosses, Mary will win $16. If heads appears on 2 of the tosses, she will win $2. The game costs $5 to play. What is her mean expectation? 7) A carnival has set up the following game. You are blindfolded and have to pick a coin from 9 pennies, 8 nickels, 12 dimes, 16 quarters, 11 half-dollars, and 4 dollar pieces. It costs a quarter to play the game. What could you be expected to win or lose every time you play the game? 8) A pair of dice is rolled. Depending on the sum of the dots on both dice, Jake can win or lose money as shown in the following chart. What is Jake s mean expectation? Sum of Dots Outcome 6 or 8 or 9 win $6 2 or 4 or 5 lose $4 10 win $7 3 or 12 win $5 7 or 11 lose $ Stu Schwartz

11 9) An oil company will only invest in an oil well if the can expect to make at least $1 million in profit. They find a possible area in which to drill in Canada. It will cost the company $3 million to make the attempt. If they find oil, they can expect to clear $7 million in profits. Geologists have estimated that the probability of striking oil is Should the company make the attempt and why or why not? 10) A wheel of fortune below costs $2 to play. If the spinner stops on black or blue after one spin, the prize is $5. If it stops on green, the prize is $3. If it stops on yellow, the prize is $0.50. If it stops on brown or red, there is no payoff. What is your mean expectation every time you spin the wheel. Should you play the game? Black Green Yellow Red Blue Brown 11) In a raffle costing $1 a ticket, 225 tickets are sold. First place gets $50. 2 second place tickets gets $30 and 3 third place tickets gets $20. What is the mean value of your return on a ticket? 12) An ecologist collected the data shown in the table below on the life span of a certain species of deer. Based on this sample, what is the expected lifespan of this species? Age at death (years) Number Stu Schwartz

12 13) A drug is administered to sets of three patients. Over a period of time, it is determined that the probability of 3 cures, 2 cures, 1 cure, and no cures are.70,.20,.09, and.01 respectively. What is the mean number of cures that can be expected in a group of three? 14) A man on his 64th birthday obtains a $1,000 one-year insurance policy at a cost of $50. Based on mortality tables, there is a.963 probability that the man will live for at least one more year. How much can the insurance company expect to earn on this policy? Stu Schwartz

13 Mean and Standard Deviation of a Random Variable Randy and Dan are businessmen who spend time on the road weekly (Mon-Fri). They always eat dinner out. Randy spends money for dinner according to the following probability chart. X $15 $20 $25 $30 P(X) Dan spends money for dinner according to the following probability chart. X $20 $25 $30 $35 P(X) Find the average amount of money Randy spends. 2. Find the average amount of money Dan spends. 3. Find the standard deviation of the amount of money Randy spends. 4. Find the standard deviation of the amount of money Dan spends. 5. Find the average amount of money they spend for dinner together. 6. Find the standard deviation of the total money they spend for dinner together. 7. Find the average difference in money they spend for dinner. 8. Find the standard deviation of the difference they spend for dinner. 9. If Randy eats out 4 times weekly, find the average amount of money he spends on dinner weekly as well as the standard deviation. 10. If Dan eats out 5 times weekly and on Friday treats himself to wine worth $10, what is the average amount and standard deviation that he spends on dinner weekly. 12. If Randy eats out 5 times weekly and Dan 4 times weekly(no wine), find the average amount of money they spend on dinner weekly together. How about the standard deviation? Stu Schwartz

14 9. Standard Deviation of a random variable: Go back to pages 9-12 on the mean of a random variable and use that figure to calculate the standard deviation of the random variable. Standard Deviation Rules Go back to page 13 and calculate the questions dealing with standard deviation Stu Schwartz

15 Random Variables - Terms and Formulas Random Variable a variable whose value is a numerical outcome of a random phenomenon. Example 1: Put all the letters of the alphabet in a hat. If you choose a consonant, I pay you $1. If you choose a vowel, I pay you $5. X is the random variable representing the outcome of the experiment. Its possible values are 1 and 5. Example 2: In most college courses, you get as a grade, either an A, B, C, D, or F. For credit purposes, A s are given 4 points, B s are given 3 points, C s are given 2 points, Ds are given 1 point, and F s are no points. Let X be the random variable representing the points a student gets. The possible values of X are 4, 3, 2, 1, and 0. Discrete Random Variables have a countable number of possible values. The probability distribution of X lists all possible values of X and their probabilities: Value of X x 1 x 2 x 3 x n Probability of X p 1 p 2 p 3 p n The probabilities must satisfy two requirements: Every probability p i is a number between 0 and 1. p 1 + p 2 + p p n =1 Example 3: Put all the letters of the alphabet in a hat. If you choose a consonant, I pay you $1. If you choose a vowel, I pay you $5. X is the random variable representing the outcome of the experiment. Create the distribution of X. Value of X 1 5 P(X) Example 4: A college instructor teaching a large class traditionally gives 10% A s, 20% B s, 45% C s, 15% D s, and 10% F s. If a student is chosen at random from the class, the student s grade on a 4-point scale (A = 4) is a random variable X. Create the distribution of X. Value of X P(X) What is the probability that a student has a grade point of 3 or better in this class?.3 What is the probability that a student has a grade point of 2 or worse in this class?.7 Draw a probability histogram to picture the probability distribution of the random variable X. Collection 1 50% 40% 30% 20% 10% Histogram grades Stu Schwartz

16 Continuous Random Variables take on all possible values in an interval of numbers. The probability distribution of X is described by a density curve. The probability of any event is the area under the density curve and above the values of X that makes up that area. Example 5: A random number is chosen from 0 to 1. Answer the following questions: a. Find P(X >.5) b. Find P(X.5) c. Find P(X.8) d. Find P(X.15) e. Find P(.2 <X <.4) f. Find P(.2 <X.4) g. Find P(X < 1) h. Find P(X =.5) Mean of a Random Variable if an experiment with random variable X is done over a long period of time, we can calculate the mean (average) value of that random variable. Another term for mean of a random variable X is the expected value of X. If X is a discrete random variable whose distribution is given by Value of X x 1 x 2 x 3 x n Probability of X p 1 p 2 p 3 p n To find the mean (or expected value) of X, multiply every possible value of X by its probability Then add the results. The symbol for the mean of X is. = x 1 p 1 + x 2 p 2 + x 3 p x n p n = " x i p i Example 6: A fair coin is flipped 3 times. Find the mean of the discrete random variable X that counts the number of heads. X P(X) " = 3$ 1% # 8& ' + 2 " $ 3% # 8 & ' +1 " $ 3% # 8 & ' + 0 " $ 1% # 8 ' =1.5 & Example 7: The daily lottery costs $1 to play. You pick a 3 digit number. If you win, you win $500. Find the expected value of the lottery. X P(X) " 1 % " = 500$ ' % $ ' =.50 (1 = (.50 (You have to subtract the $1 cost) # 1000& # 1000& Stu Schwartz

17 Law of Large Numbers: Draw independent observations from any population with finite mean µ. As the number of observations increases, the mean x of the observed values eventually approaches the mean µ of that population. Example 8: If I flip a fair coin, over a long period of time, the percentage of heads will approach 50%. That does not mean that the number of heads will approach the number of tails. Here is a typical experiment in tossing coins. Heads ,875 49,660 Tails ,125 50,340 Percentage of heads 70% 42% 46.3% 48.75% 49.66% Example 9: If you play blackjack perfectly at a casino, the expected value for every dollar played is 98.5 cents. That means on the average of hand you play, you lose 1.5 cents. Can an individual player win playing blackjack at a casino. The law of small numbers says that over a short run, a player can certainly win. But over the long run, the law of large numbers says that a player will eventually lose. And given the huge number of players who play daily, the law of large numbers states that the casino has to win. There is a reason that casinos look the way they do it is guaranteed money. Still, players can win over the short haul. The question that crops up is what is considered large? There is no answer to that. What you have to know is that the larger n (the number of trials) gets, the closer the average win (or loss) per play approaches the true average of losing 1.5 cents a play. Rules for Means Rule 1: If X and Y are random variables, then +Y = + µ Y Rule 2: If X is a random variable and a and b are constants, thenµ a +bx = a + b Example 10: You play two casino games. Game 1 has an expectation of losing $1 a play and game 2 has an expectation of losing $2 a play. If you play both games, what is your expectation for both games. +Y = "1" 2 = "3 Example 11: You go to a casino and play the same slot machine which averages losing 15 cents a play. You play the machine 100 times and then leave, paying $5 for parking. Find your expectation for your casino visit. µ 100X "5 =100 (".15) " 5 = "$20 Example 12: Depending on the attendance of a minor league baseball team, the number of hot dogs and sodas sold at a game is given by the following table. Hot dogs sold ,000 2,500 Sodas sold ,500 Probability Probability If the profit on a hot dog is $1.50 and the profit on a soda is $0.75, find the average profit on hot dogs and sodas per game. µ hotdogs =100 (.05) (.1) (.3) (.35) (.2) = $1,025 µ soda =100 (.1) (.15) (.25) (.3) (.2) = $680 µ hotdogs+sodas = $1, Stu Schwartz

18 Variance and standard deviation of a Discrete Random Variable If X is a discrete random variable whose distribution is given by Value of X x 1 x 2 x 3 x n Probability of X p 1 p 2 p 3 p n We know that the mean (expected value) of X ( ) is given by = x 1 p 1 + x 2 p 2 + x 3 p x n p n = " x i p i To find the variance of X (" 2 X ), we employ this formula: " 2 X = ( x 1 # ) 2 p 1 + ( x 2 # ) 2 p 2 + ( x 3 # ) 2 p ( x n # ) 2 p n To find the standard deviation of X (" X ), we know that ( ) = " 2 X " X Example 13: A fair coin is flipped 3 times. Find the standard deviation of the discrete random variable X that counts the number of heads. $ " 2 X = 3#1.5 & ' $ ) + 2 #1.5 & ' $ ) + 1#1.5 & ' $ ) + 0 #1.5 & ' ) =.75 " % ( % ( % ( % ( X =.866 ( ) ( ) ( ) ( ) Example 14: The daily lottery costs $1 to play. You pick a 3 digit number. If you win, you win $500. Find the standard deviation of the lottery. ( ) 2 & 1 " 2 X = 500 #.5 $ ' ) + 0 #.5 % 1000( ( ) 2 & 999 $ ' ) = " % 1000( X = Example 15: Choose an American household at random and let the random variable X be the number of persons living in the household. Find the standard deviation of the average American household. X or more Probability =.25( 1) +.32( 2) +.17( 3) +.15( 4) +.07( 5) +.03( 6) +.01( 7) = 2.6 " 2 X =.25( 1# 2.6) ( 2 # 2.6) ( 3 # 2.6) ( 4 # 2.6) ( 5 # 2.6) ( 6 # 2.6) ( 7 # 2.6) 2 = 2.02 " X =1.421 When a problem has many values of X like this one, this can be done using your list feature of your calculator: 1. Input the data into Lists L1 and L Stu Schwartz

19 2. To get, use L3 to multiply L1 and L2. 3. To find, find the sum of L3. 4. We no longer need L3. In L3, we will put our formula for variance: 5. To find the variance " 2 X, find the sum of L3. The standard deviation is the square root. Rules for Variances of Random Variables: Rule 1: If X is a random variable and a and b are constants, then Variance Standard Deviation " 2 a +bx = b 2 " 2 X " a +bx = b" X Rule 2: If X and Y are independent random variables, then Variance Standard Deviation " 2 X +Y = " 2 X + " 2 Y " X +Y = " 2 X + " 2 Y (Note that you don t add standard deviations) " 2 X #Y = " 2 X + " 2 Y " X #Y = " 2 X + " 2 Y (Note that even though you are finding the variance of the difference between X and Y, you add the variances). Example 16: Suppose two pro bowlers Adam (A) and Bart (B) have the following distribution of scores. µ A = 209 " A =14 µ B = 221 " A = 22 Find the following. a) µ B +A b) µ B"A c) 3" A d) " B +A e) " B#A = " 209 =12 3( 209) = Example 17: Depending on the attendance of a minor league baseball team, the number of hot dogs and sodas sold at a game is given by the following table. Hot dogs sold ,000 2,500 Sodas sold ,500 Probability Probability Find the standard deviation of the number of hot dogs plus the number of sodas sold. " 2 hotdogs = " 2 sodas = " hotdogs + sodas = = Stu Schwartz

20 Discrete Random Variables 1. Choose an American household at random and let the random variable X be the number of persons living in the household. The probability of X is: X or more Probability a. Find P(X > 4) b. Find P(X 4) c. Find P(2 <X 4) d. Find P(X 2) A fair coin is flipped 4 times. Find the probability distribution of the discrete random variable X that counts the number of heads. Then draw the probability histogram for X. X Probability Collection 1 40% Histogram 30% 20% 10% Heads a. Find P(X > 2) b. Find P(X 2) c. Find P(X 1) d. Find P(X 0) A coin that is rigged is flipped 3 times. The probability of heads is twice the probability of tails. Find the probability distribution of the discrete random variable X that counts the number of heads. Then draw the probability histogram for X. X Probability Collection 1 60% 50% 40% 30% 20% 10% Histogram Heads a. Find P(X > 2) b. Find P(X 2) c. Find P(X 3) d. Find P(X 2) Stu Schwartz

21 4. The numbers 1, 2, 3, 4, 5 are placed in a hat. A number is chosen at random, replaced, and another number is chosen at random. Let X be the number of odd numbers that are chosen. Find the probability distribution of the random variable X and draw a probability histogram. X Probability Collection 1 60% 50% 40% 30% 20% 10% Histogram Heads a. Find P(X > 1) b. Find P(X 1) c. Find P(X 1) d. Find P(X 2) An SRS of 3 students are chosen to be on a committee that advises a university on its computer policies. 70% of the student population are PC users and 30% are Mac users. Let X be the number of PC users on the student committee. Find the probability distribution of the random variable X and draw a probability histogram. X Probability Collection 1 60% 50% 40% 30% 20% 10% Histogram PC a. Find P(X > 2) b. Find P(X 2) c. Find P(X 1) d. Find P(X 3) Stu Schwartz

22 6. A boss of a company chooses 4 workers at random to act as advisers to him. The company is 75% white and 25% African American. Let X be the number of African-Americans on the committee. Find the probability distribution of the random variable X and draw a probability histogram. X Probability Collection 1 40% 30% 20% 10% Histogram PC a. Find P(X > 2) b. Find P(X < 2) c. Find P(1 X 3) d. Find P(X 0) A density curve is shown on the figure on the right. Find the following probabilities. a. Find P(X > 1) b. Find P(X < 1.5) c. Find P(.5 X 1.5) d. Find P(X <2) Two random numbers from 0 to 1 are chosen and added. Let X be their sum. X is thus a continuous random variable between 0 and 2. The density curve is shown to the right. Find the following probabilities: a. Find P(X > 1) b. Find P(X > 1.5) c. Find P(X <.2) d. Find P(.5 X 1.5) Stu Schwartz

23 Mean of a Random Variable (Expected Value) Problems 1) Choose an American suburban household at random and let the random variable X be the number of cars that people in the house own. Find the number of cars owned by the average suburban American household. X or more Probability = # X " P( X) = 2.08 $ = P( X) ( X % ) 2 = ) A huge cookie jar has 60% chocolate cookies and 40% vanilla cookies. Sam chooses 3 cookies blindfolded. Let X be the number of chocolate cookies he chooses. Construct the probability distribution of X and the average number of chocolate cookies he chooses. X Probability = # X " P( X) =1.80 $ = P( X) ( X % ) 2 = ) A contractor is bidding on a road construction job that promises a profit of $20,000 with a probability of 7 10 and a loss, due to strikes, weather conditions, late arrival of building materials, and so on, of $40,000 with a probability of 3. What is the contractor s mean expectation? 10 X Probability.7.3 = # X " P( X) = $2,000 $ = P( X) ( X % ) 2 = $27,495 4 ) Pete selects one card from a deck of 52 cards. If it is an ace, he wins $5. If it is a club, he wins only $1. However, if it is the ace of clubs, then he wins an extra $10. What is his mathematical expectation? Suppose it costs him $1 to play the game. What could he expect to win or lose per game. Suppose he plays 100 games. How much would he be expected to win or lose? X Probability = # X " P( X) =.827 $1 = $.173 % = P( X) ( X $ ) 2 = $ games - loss of $ Stu Schwartz

24 5) A box contains 8 green marbles, 7 yellow marbles, and 5 black marbles. One marble is to be selected from the box. You get $10 if the marble selected is black, but lose $3 if the marble is green and lose $5 if the marble is yellow. What is your mean expectation? X Probability = # X " P( X) = $.45 % = P( X) ( X $ ) 2 = ) A coin is tossed three times. If heads appears on all 3 tosses, Mary will win $16. If heads appears on 2 of the tosses, she will win $2. The game costs $5 to play. What is her mean expectation? X Probability = # X " P( X) = 2.75 $ 5 = $2.25 % = P( X) ( X $ ) 2 = ) A carnival has set up the following game. You are blindfolded and have to pick a coin from 9 pennies, 8 nickels, 12 dimes, 16 quarters, 11 half-dollars, and 4 dollar pieces. It costs a quarter to play the game. What could you be expected to win or lose every time you play the game? X Probability = # X " P( X) =.253$.25 =.003 % = P( X) ( X $ ) 2 =.260 8) A pair of dice is rolled. Depending on the sum of the dots on both dice, Jake can win or lose money as shown in the following chart. What is Jake s mean expectation? Sum of Dots Outcome 6 or 8 or 9 win $6 2 or 4 or 5 lose $4 10 win $7 3 or 12 win $5 7 or 11 lose $1 X Probability = # X " P( X) = $ = P( X) ( X % ) 2 = Stu Schwartz

25 9) An oil company will only invest in an oil well if the can expect to make at least $1 million in profit. They find a possible area in which to drill in Canada. It will cost the company $3 million to make the attempt. If they find oil, they can expect to clear $7 million in profits. Geologists have estimated that the probability of striking oil is Should the company make the attempt and why or why not? X 7 0 Probability = # X " P( X) = 2.45 $ 3 = $$550,000 (no - don't drill) % = P( X) ( X $ ) 2 = million 10) A wheel of fortune below costs $2 to play. If the spinner stops on black or blue after one spin, the prize is $5. If it stops on green, the prize is $3. If it stops on yellow, the prize is $0.50. If it stops on brown or red, there is no payoff. What is your mean expectation every time you spin the wheel? Should you play the game? X Probability Black Green Yellow Red Blue Brown = # X " P( X) = 2.25 $ 2 =.25 (play the game) % = P( X) ( X $ ) 2 = ) In a raffle costing $1 a ticket, 225 tickets are sold. First place gets $50. 2 second place tickets gets $30 and 3 third place tickets gets $20. What is the mean value of your return on a ticket? X Probability = # X " P( X) =.75 $1 = $.25 % = P( X) ( X $ ) 2 = ) An ecologist collected the data shown in the table below on the life span of a certain species of deer. Based on this sample, what is the expected lifespan of this species? Age at death (years) Number = # X " P( X) = $ = P( X) ( X % ) 2 = Stu Schwartz

26 13) A drug is administered to sets of three patients. Over a period of time, it is determined that the probability of 3 cures, 2 cures, 1 cure, and no cures are.70,.20,.09, and.01 respectively. What is the mean number of cures that can be expected in a group of three? X Probability = # X " P( X) = $ = P( X) ( X % ) 2 = ) A man on his 64th birthday obtains a $10,000 one-year insurance policy at a cost of $500. Based on mortality tables, there is a.963 probability that the man will live for at least one more year. How much can the insurance company expect to earn on this policy? X Probability = # X " P( X) = 370 $ 500 = $$130 Insurance company makes $130 % = P( X) ( X $ ) 2 = Stu Schwartz

27 Mean and Standard Deviation of a Random Variable Randy and Dan are businessmen who spend time on the road weekly (Mon-Fri). They always eat dinner out. Randy spends money for dinner according to the following probability chart. X $15 $20 $25 $30 P(X) Dan spends money for dinner according to the following probability chart. X $20 $25 $30 $35 P(X) Find the average amount of money Randy spends..2( 15) +.4( 20) +.25( 25) +.15( 30) = $ Find the average amount of money Dan spends..35( 20) +.25( 25) +.3( 30) +.1( 35) = $ Find the standard deviation of the amount of money Randy spends. " 2 = ( ) +.4( 20 # 21.75) +.25( 25 # 21.75) +.15( 30 # 21.75) = " = $ Find the standard deviation of the amount of money Dan spends. " 2 = ( ) +.25( 25 # 25.75) +.3( 30 # 25.75) +.1( 35 # 25.75) = " = $ Find the average amount of money they spend for dinner together = $ Find the standard deviation of the total money they spend for dinner together = $ Find the average difference in money they spend for dinner " = $ Find the standard deviation of the difference they spend for dinner = $ If Randy eats out 4 times weekly, find the average amount of money he spends on dinner weekly as well as the standard deviation. µ 4x = ( ) = $87.00 " 4 x = 4( 4.82) = $ If Dan eats out 5 times weekly and on Friday treats himself to wine worth $10, what is the average amount and standard deviation that he spends on dinner weekly. µ 10+5x = ( ) = $ " 10+5x = 5( 5.07) = $ If Randy eats out 5 times weekly and Dan 4 times weekly(no wine), find the average amount of money they spend on dinner weekly together. How about the standard deviation? µ 5x +4 y = 5( 21.75) + 4( 25.75) = $ " 5x +4y = 25( 4.82) 2 +16( 5.07) 2 = $ Stu Schwartz

28 Standard Deviation of a random variable: Go back to pages 9 12 on the mean of a random variable and use that figure to calculate the standard deviation of the random variable. Standard Deviation Rules Go back to page 13 and calculate the questions dealing with standard deviation Stu Schwartz

MA 1125 Lecture 14 - Expected Values. Friday, February 28, 2014. Objectives: Introduce expected values.

MA 1125 Lecture 14 - Expected Values. Friday, February 28, 2014. Objectives: Introduce expected values. MA 5 Lecture 4 - Expected Values Friday, February 2, 24. Objectives: Introduce expected values.. Means, Variances, and Standard Deviations of Probability Distributions Two classes ago, we computed the

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

Section 7C: The Law of Large Numbers

Section 7C: The Law of Large Numbers Section 7C: The Law of Large Numbers Example. You flip a coin 00 times. Suppose the coin is fair. How many times would you expect to get heads? tails? One would expect a fair coin to come up heads half

More information

36 Odds, Expected Value, and Conditional Probability

36 Odds, Expected Value, and Conditional Probability 36 Odds, Expected Value, and Conditional Probability What s the difference between probabilities and odds? To answer this question, let s consider a game that involves rolling a die. If one gets the face

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

AMS 5 CHANCE VARIABILITY

AMS 5 CHANCE VARIABILITY AMS 5 CHANCE VARIABILITY The Law of Averages When tossing a fair coin the chances of tails and heads are the same: 50% and 50%. So if the coin is tossed a large number of times, the number of heads and

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

Section 6.1 Discrete Random variables Probability Distribution

Section 6.1 Discrete Random variables Probability Distribution Section 6.1 Discrete Random variables Probability Distribution Definitions a) Random variable is a variable whose values are determined by chance. b) Discrete Probability distribution consists of the values

More information

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

HONORS STATISTICS. Mrs. Garrett Block 2 & 3

HONORS STATISTICS. Mrs. Garrett Block 2 & 3 HONORS STATISTICS Mrs. Garrett Block 2 & 3 Tuesday December 4, 2012 1 Daily Agenda 1. Welcome to class 2. Please find folder and take your seat. 3. Review OTL C7#1 4. Notes and practice 7.2 day 1 5. Folders

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

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

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

Algebra 2 C Chapter 12 Probability and Statistics

Algebra 2 C Chapter 12 Probability and Statistics Algebra 2 C Chapter 12 Probability and Statistics Section 3 Probability fraction Probability is the ratio that measures the chances of the event occurring For example a coin toss only has 2 equally likely

More information

That s Not Fair! ASSESSMENT #HSMA20. Benchmark Grades: 9-12

That s Not Fair! ASSESSMENT #HSMA20. Benchmark Grades: 9-12 That s Not Fair! ASSESSMENT # Benchmark Grades: 9-12 Summary: Students consider the difference between fair and unfair games, using probability to analyze games. The probability will be used to find ways

More information

Statistics and Random Variables. Math 425 Introduction to Probability Lecture 14. Finite valued Random Variables. Expectation defined

Statistics and Random Variables. Math 425 Introduction to Probability Lecture 14. Finite valued Random Variables. Expectation defined Expectation Statistics and Random Variables Math 425 Introduction to Probability Lecture 4 Kenneth Harris kaharri@umich.edu Department of Mathematics University of Michigan February 9, 2009 When a large

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

6th Grade Lesson Plan: Probably Probability

6th Grade Lesson Plan: Probably Probability 6th Grade Lesson Plan: Probably Probability Overview This series of lessons was designed to meet the needs of gifted children for extension beyond the standard curriculum with the greatest ease of use

More information

Hoover High School Math League. Counting and Probability

Hoover High School Math League. Counting and Probability Hoover High School Math League Counting and Probability Problems. At a sandwich shop there are 2 kinds of bread, 5 kinds of cold cuts, 3 kinds of cheese, and 2 kinds of dressing. How many different sandwiches

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

Everyday Math Online Games (Grades 1 to 3)

Everyday Math Online Games (Grades 1 to 3) Everyday Math Online Games (Grades 1 to 3) FOR ALL GAMES At any time, click the Hint button to find out what to do next. Click the Skip Directions button to skip the directions and begin playing the game.

More information

Expected Value. 24 February 2014. Expected Value 24 February 2014 1/19

Expected Value. 24 February 2014. Expected Value 24 February 2014 1/19 Expected Value 24 February 2014 Expected Value 24 February 2014 1/19 This week we discuss the notion of expected value and how it applies to probability situations, including the various New Mexico Lottery

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

Formula for Theoretical Probability

Formula for Theoretical Probability Notes Name: Date: Period: Probability I. Probability A. Vocabulary is the chance/ likelihood of some event occurring. Ex) The probability of rolling a for a six-faced die is 6. It is read as in 6 or out

More information

Exam Style Questions. Revision for this topic. Name: Ensure you have: Pencil, pen, ruler, protractor, pair of compasses and eraser

Exam Style Questions. Revision for this topic. Name: Ensure you have: Pencil, pen, ruler, protractor, pair of compasses and eraser Name: Exam Style Questions Ensure you have: Pencil, pen, ruler, protractor, pair of compasses and eraser You may use tracing paper if needed Guidance 1. Read each question carefully before you begin answering

More information

Probability & Probability Distributions

Probability & Probability Distributions Probability & Probability Distributions Carolyn J. Anderson EdPsych 580 Fall 2005 Probability & Probability Distributions p. 1/61 Probability & Probability Distributions Elementary Probability Theory Definitions

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

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

Week 5: Expected value and Betting systems

Week 5: Expected value and Betting systems Week 5: Expected value and Betting systems Random variable A random variable represents a measurement in a random experiment. We usually denote random variable with capital letter X, Y,. If S is the sample

More information

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution Recall: Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution A variable is a characteristic or attribute that can assume different values. o Various letters of the alphabet (e.g.

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

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

Name: Date: Use the following to answer questions 2-4:

Name: Date: Use the following to answer questions 2-4: Name: Date: 1. A phenomenon is observed many, many times under identical conditions. The proportion of times a particular event A occurs is recorded. What does this proportion represent? A) The probability

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

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

We rst consider the game from the player's point of view: Suppose you have picked a number and placed your bet. The probability of winning is

We rst consider the game from the player's point of view: Suppose you have picked a number and placed your bet. The probability of winning is Roulette: On an American roulette wheel here are 38 compartments where the ball can land. They are numbered 1-36, and there are two compartments labeled 0 and 00. Half of the compartments numbered 1-36

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

Mathematical Expectation

Mathematical Expectation Mathematical Expectation Properties of Mathematical Expectation I The concept of mathematical expectation arose in connection with games of chance. In its simplest form, mathematical expectation is the

More information

Elementary Statistics and Inference. Elementary Statistics and Inference. 17 Expected Value and Standard Error. 22S:025 or 7P:025.

Elementary Statistics and Inference. Elementary Statistics and Inference. 17 Expected Value and Standard Error. 22S:025 or 7P:025. Elementary Statistics and Inference S:05 or 7P:05 Lecture Elementary Statistics and Inference S:05 or 7P:05 Chapter 7 A. The Expected Value In a chance process (probability experiment) the outcomes of

More information

Financial Literacy Meeting Ideas Daisy Financial Literacy Games and Activities

Financial Literacy Meeting Ideas Daisy Financial Literacy Games and Activities Financial Literacy Meeting Ideas Daisy Financial Literacy Games and Activities Fulfills Money Counts steps 1, 2, 3: Money Money You need: Place Value Boards (one for each girl), bags of copied money (one

More information

Normal Probability Distribution

Normal Probability Distribution Normal Probability Distribution The Normal Distribution functions: #1: normalpdf pdf = Probability Density Function This function returns the probability of a single value of the random variable x. Use

More information

Stat 20: Intro to Probability and Statistics

Stat 20: Intro to Probability and Statistics Stat 20: Intro to Probability and Statistics Lecture 16: More Box Models Tessa L. Childers-Day UC Berkeley 22 July 2014 By the end of this lecture... You will be able to: Determine what we expect the sum

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

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

Elementary Statistics and Inference. Elementary Statistics and Inference. 16 The Law of Averages (cont.) 22S:025 or 7P:025.

Elementary Statistics and Inference. Elementary Statistics and Inference. 16 The Law of Averages (cont.) 22S:025 or 7P:025. Elementary Statistics and Inference 22S:025 or 7P:025 Lecture 20 1 Elementary Statistics and Inference 22S:025 or 7P:025 Chapter 16 (cont.) 2 D. Making a Box Model Key Questions regarding box What numbers

More information

Math 202-0 Quizzes Winter 2009

Math 202-0 Quizzes Winter 2009 Quiz : Basic Probability Ten Scrabble tiles are placed in a bag Four of the tiles have the letter printed on them, and there are two tiles each with the letters B, C and D on them (a) Suppose one tile

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

Third Grade Math Games

Third Grade Math Games Third Grade Math Games Unit 1 Lesson Less than You! 1.3 Addition Top-It 1.4 Name That Number 1.6 Beat the Calculator (Addition) 1.8 Buyer & Vendor Game 1.9 Tic-Tac-Toe Addition 1.11 Unit 2 What s My Rule?

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

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

Chapter 16. Law of averages. Chance. Example 1: rolling two dice Sum of draws. Setting up a. Example 2: American roulette. Summary.

Chapter 16. Law of averages. Chance. Example 1: rolling two dice Sum of draws. Setting up a. Example 2: American roulette. Summary. Overview Box Part V Variability The Averages Box We will look at various chance : Tossing coins, rolling, playing Sampling voters We will use something called s to analyze these. Box s help to translate

More information

Exam 3 Review/WIR 9 These problems will be started in class on April 7 and continued on April 8 at the WIR.

Exam 3 Review/WIR 9 These problems will be started in class on April 7 and continued on April 8 at the WIR. Exam 3 Review/WIR 9 These problems will be started in class on April 7 and continued on April 8 at the WIR. 1. Urn A contains 6 white marbles and 4 red marbles. Urn B contains 3 red marbles and two white

More information

Betting systems: how not to lose your money gambling

Betting systems: how not to lose your money gambling Betting systems: how not to lose your money gambling G. Berkolaiko Department of Mathematics Texas A&M University 28 April 2007 / Mini Fair, Math Awareness Month 2007 Gambling and Games of Chance Simple

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

Introductory Probability. MATH 107: Finite Mathematics University of Louisville. March 5, 2014

Introductory Probability. MATH 107: Finite Mathematics University of Louisville. March 5, 2014 Introductory Probability MATH 07: Finite Mathematics University of Louisville March 5, 204 What is probability? Counting and probability 2 / 3 Probability in our daily lives We see chances, odds, and probabilities

More information

University of California, Los Angeles Department of Statistics. Random variables

University of California, Los Angeles Department of Statistics. Random variables University of California, Los Angeles Department of Statistics Statistics Instructor: Nicolas Christou Random variables Discrete random variables. Continuous random variables. Discrete random variables.

More information

Hooray for the Hundreds Chart!!

Hooray for the Hundreds Chart!! Hooray for the Hundreds Chart!! The hundreds chart consists of a grid of numbers from 1 to 100, with each row containing a group of 10 numbers. As a result, children using this chart can count across rows

More information

Solution. Solution. (a) Sum of probabilities = 1 (Verify) (b) (see graph) Chapter 4 (Sections 4.3-4.4) Homework Solutions. Section 4.

Solution. Solution. (a) Sum of probabilities = 1 (Verify) (b) (see graph) Chapter 4 (Sections 4.3-4.4) Homework Solutions. Section 4. Math 115 N. Psomas Chapter 4 (Sections 4.3-4.4) Homework s Section 4.3 4.53 Discrete or continuous. In each of the following situations decide if the random variable is discrete or continuous and give

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

Decision Making Under Uncertainty. Professor Peter Cramton Economics 300

Decision Making Under Uncertainty. Professor Peter Cramton Economics 300 Decision Making Under Uncertainty Professor Peter Cramton Economics 300 Uncertainty Consumers and firms are usually uncertain about the payoffs from their choices Example 1: A farmer chooses to cultivate

More information

Chapter 16: law of averages

Chapter 16: law of averages Chapter 16: law of averages Context................................................................... 2 Law of averages 3 Coin tossing experiment......................................................

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

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

Statistics 100A Homework 3 Solutions

Statistics 100A Homework 3 Solutions Chapter Statistics 00A Homework Solutions Ryan Rosario. Two balls are chosen randomly from an urn containing 8 white, black, and orange balls. Suppose that we win $ for each black ball selected and we

More information

The Math. P (x) = 5! = 1 2 3 4 5 = 120.

The Math. P (x) = 5! = 1 2 3 4 5 = 120. The Math Suppose there are n experiments, and the probability that someone gets the right answer on any given experiment is p. So in the first example above, n = 5 and p = 0.2. Let X be the number of correct

More information

Money Unit $$$$$$$$$$$$$$$$$$$$$$$$ First Grade

Money Unit $$$$$$$$$$$$$$$$$$$$$$$$ First Grade Number Sense: By: Jenny Hazeman & Heather Copiskey Money Unit $$$$$$$$$$$$$$$$$$$$$$$$ First Grade Lesson 1: Introduction to Coins (pennies, nickels, dimes) The Coin Counting Book by Roxanne Williams A

More information

Math 728 Lesson Plan

Math 728 Lesson Plan Math 728 Lesson Plan Tatsiana Maskalevich January 27, 2011 Topic: Probability involving sampling without replacement and dependent trials. Grade Level: 8-12 Objective: Compute the probability of winning

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

Judi Kinney, Author Jo Reynolds, Illustrations and Graphic Design

Judi Kinney, Author Jo Reynolds, Illustrations and Graphic Design Judi Kinney, Author Jo Reynolds, Illustrations and Graphic Design An Attainment Company Publication 2003 Attainment Company, Inc. All rights reserved. Printed in the United States of America ISBN 1-57861-479-1

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

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

Topic : Probability of a Complement of an Event- Worksheet 1. Do the following:

Topic : Probability of a Complement of an Event- Worksheet 1. Do the following: Topic : Probability of a Complement of an Event- Worksheet 1 1. You roll a die. What is the probability that 2 will not appear 2. Two 6-sided dice are rolled. What is the 3. Ray and Shan are playing football.

More information

Chapter 5. Discrete Probability Distributions

Chapter 5. Discrete Probability Distributions Chapter 5. Discrete Probability Distributions Chapter Problem: Did Mendel s result from plant hybridization experiments contradicts his theory? 1. Mendel s theory says that when there are two inheritable

More information

Descriptive Statistics and Measurement Scales

Descriptive Statistics and Measurement Scales Descriptive Statistics 1 Descriptive Statistics and Measurement Scales Descriptive statistics are used to describe the basic features of the data in a study. They provide simple summaries about the sample

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

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

Summer Math Reinforcement Packet Students Entering into 2 nd Grade

Summer Math Reinforcement Packet Students Entering into 2 nd Grade 1 Summer Math Reinforcement Packet Students Entering into 2 nd Grade Our first graders had a busy year learning new math skills. Mastery of all these skills is extremely important in order to develop a

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

Exam. Name. How many distinguishable permutations of letters are possible in the word? 1) CRITICS

Exam. Name. How many distinguishable permutations of letters are possible in the word? 1) CRITICS Exam Name How many distinguishable permutations of letters are possible in the word? 1) CRITICS 2) GIGGLE An order of award presentations has been devised for seven people: Jeff, Karen, Lyle, Maria, Norm,

More information

AP Statistics 7!3! 6!

AP Statistics 7!3! 6! Lesson 6-4 Introduction to Binomial Distributions Factorials 3!= Definition: n! = n( n 1)( n 2)...(3)(2)(1), n 0 Note: 0! = 1 (by definition) Ex. #1 Evaluate: a) 5! b) 3!(4!) c) 7!3! 6! d) 22! 21! 20!

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

4.1 4.2 Probability Distribution for Discrete Random Variables

4.1 4.2 Probability Distribution for Discrete Random Variables 4.1 4.2 Probability Distribution for Discrete Random Variables Key concepts: discrete random variable, probability distribution, expected value, variance, and standard deviation of a discrete random variable.

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

Activity- The Energy Choices Game

Activity- The Energy Choices Game Activity- The Energy Choices Game Purpose Energy is a critical resource that is used in all aspects of our daily lives. The world s supply of nonrenewable resources is limited and our continued use of

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

Video Poker in South Carolina: A Mathematical Study

Video Poker in South Carolina: A Mathematical Study Video Poker in South Carolina: A Mathematical Study by Joel V. Brawley and Todd D. Mateer Since its debut in South Carolina in 1986, video poker has become a game of great popularity as well as a game

More information

Contemporary Mathematics Online Math 1030 Sample Exam I Chapters 12-14 No Time Limit No Scratch Paper Calculator Allowed: Scientific

Contemporary Mathematics Online Math 1030 Sample Exam I Chapters 12-14 No Time Limit No Scratch Paper Calculator Allowed: Scientific Contemporary Mathematics Online Math 1030 Sample Exam I Chapters 12-14 No Time Limit No Scratch Paper Calculator Allowed: Scientific Name: The point value of each problem is in the left-hand margin. You

More information

How To Know When A Roulette Wheel Is Random

How To Know When A Roulette Wheel Is Random 226 Part IV Randomness and Probability Chapter 14 From Randomness to Probability 1. Roulette. If a roulette wheel is to be considered truly random, then each outcome is equally likely to occur, and knowing

More information

The overall size of these chance errors is measured by their RMS HALF THE NUMBER OF TOSSES NUMBER OF HEADS MINUS 0 400 800 1200 1600 NUMBER OF TOSSES

The overall size of these chance errors is measured by their RMS HALF THE NUMBER OF TOSSES NUMBER OF HEADS MINUS 0 400 800 1200 1600 NUMBER OF TOSSES INTRODUCTION TO CHANCE VARIABILITY WHAT DOES THE LAW OF AVERAGES SAY? 4 coins were tossed 1600 times each, and the chance error number of heads half the number of tosses was plotted against the number

More information

Probability and Expected Value

Probability and Expected Value Probability and Expected Value This handout provides an introduction to probability and expected value. Some of you may already be familiar with some of these topics. Probability and expected value are

More information

14.4. Expected Value Objectives. Expected Value

14.4. Expected Value Objectives. Expected Value . Expected Value Objectives. Understand the meaning of expected value. 2. Calculate the expected value of lotteries and games of chance.. Use expected value to solve applied problems. Life and Health Insurers

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

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

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

More information

Mental Questions. Day 1. 1. What number is five cubed? 2. A circle has radius r. What is the formula for the area of the circle?

Mental Questions. Day 1. 1. What number is five cubed? 2. A circle has radius r. What is the formula for the area of the circle? Mental Questions 1. What number is five cubed? KS3 MATHEMATICS 10 4 10 Level 8 Questions Day 1 2. A circle has radius r. What is the formula for the area of the circle? 3. Jenny and Mark share some money

More information

Statistics and Probability

Statistics and Probability Statistics and Probability TABLE OF CONTENTS 1 Posing Questions and Gathering Data. 2 2 Representing Data. 7 3 Interpreting and Evaluating Data 13 4 Exploring Probability..17 5 Games of Chance 20 6 Ideas

More information

Remarks on the Concept of Probability

Remarks on the Concept of Probability 5. Probability A. Introduction B. Basic Concepts C. Permutations and Combinations D. Poisson Distribution E. Multinomial Distribution F. Hypergeometric Distribution G. Base Rates H. Exercises Probability

More information

NMC Sample Problems: Grade 5

NMC Sample Problems: Grade 5 NMC Sample Problems: Grade 5 1. What is the value of 5 6 3 4 + 2 3 1 2? 1 3 (a) (b) (c) (d) 1 5 1 4 4 4 12 12 2. What is the value of 23, 456 + 15, 743 3, 894 expressed to the nearest thousand? (a) 34,

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

Lecture 13. Understanding Probability and Long-Term Expectations

Lecture 13. Understanding Probability and Long-Term Expectations Lecture 13 Understanding Probability and Long-Term Expectations Thinking Challenge What s the probability of getting a head on the toss of a single fair coin? Use a scale from 0 (no way) to 1 (sure thing).

More information

Grade 6 Math Circles Mar.21st, 2012 Probability of Games

Grade 6 Math Circles Mar.21st, 2012 Probability of Games University of Waterloo Faculty of Mathematics Centre for Education in Mathematics and Computing Grade 6 Math Circles Mar.21st, 2012 Probability of Games Gambling is the wagering of money or something of

More information