Chapter 4 Extra Practice

4.1 Introduction to Probability and Random Variables

1. You have a fair, well-shuffled deck of 52 cards. It consists of four suits. The suits are clubs, diamonds, hearts, and spades. There are 13 cards in each suit consisting of 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, J (jack), Q (queen), and K (king) of that suit. Three cards are picked at random.

  1. Suppose you know that the picked cards are Q of spades, K of hearts, and Q of spades. Can you decide if the sampling was with or without replacement?
  2. Suppose you know that the picked cards are Q of spades, K of hearts, and J of spades. Can you decide if the sampling was with or without replacement?

2. You have a fair, well-shuffled deck of 52 cards. It consists of four suits. The suits are clubs, diamonds, hearts, and spades. There are 13 cards in each suit consisting of 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, J (jack), Q (queen), and K (king) of that suit. Let S = spades, H = hearts, D = diamonds, and C = clubs.

  1. Suppose you pick four cards but do not put any cards back into the deck. Your cards are QS, 1D, 1C, and QD.
  2. Suppose you pick four cards and put each card back before you pick the next card. Your cards are KH, 7D, 6D, and KH.

Of (a) and (b), which did you sample with replacement, and which did you sample without replacement?


3. You have a fair, well-shuffled deck of 52 cards. It consists of four suits. The suits are clubs, diamonds, hearts, and spades. There are 13 cards in each suit consisting of 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, J (jack), Q (queen), and K (king) of that suit. Let S = spades, H = hearts, D = diamonds, and C = clubs. Suppose that you sample four cards without replacement. Which of the following outcomes are possible? Answer the same question for sampling with replacement.

QS, 1D, 1C, QD

KH, 7D, 6D, KH

QS, 7D, 6D, KS


4. Flip two fair coins. The sample space is {HH, HT, TH, TT}, where T = tails and H = heads. The outcomes are HH, HT, TH, and TT. The outcomes HT and TH are different. The HT means that the first coin showed heads and the second coin showed tails. The TH means that the first coin showed tails and the second coin showed heads.

  • Let A = the event of getting at most one tail (meaning zero or one tail). Then A can be written as {HH, HT, TH}. The outcome HH shows zero tails. HT and TH each show one tail.
  • Let B = the event of getting all tails. B can be written as {TT}. B is the complement of A, so B = A′. In addition, P(A) + P(B) = P(A) + P(A′) = 1.
  • The probabilities for A and for B are P(A) = \frac{3}{4} and P(B) = \frac{1}{4}.
  • Let C = the event of getting all heads. C = {HH}. Since B = {TT}, P(B AND C) = 0. B and C are mutually exclusive, with no members in common because you cannot have all tails and all heads at the same time.
  • Let D = event of getting more than one tail. D = {TT}. P(D) = \frac{1}{4}.
  • Let E = event of getting a head on the first roll. (This implies you can get either a head or tail on the second roll.) E = {HT, HH}. P(E) = \frac{2}{4}.
  • Find the probability of getting at least one (one or two) tail in two flips. Let F = event of getting at least one tail in two flips. F = {HT, TH, TT}. P(F) = \frac{3}{4}.

5. Draw two cards from a standard 52-card deck with replacement. Find the probability of getting at least one black card.


6. Roll one fair, six-sided die. The sample space is {1, 2, 3, 4, 5, 6}. Let event A = a face is odd, so A = {1, 3, 5}. Let event B = a face is even, so B = {2, 4, 6}.

  1. Find the complement of A, A′. The complement of A, A′ is B because A and B together make up the sample space. P(A) + P(B) = P(A) + P(A′) = 1. Additionally, P(A) = \frac{3}{6} and P(B) = \frac{3}{6}.
  2. Let event C = odd faces larger than two, so C = {3, 5}. Let event D = all even faces smaller than five, so D = {2, 4}. P(C AND D) = 0 because you cannot have an odd and even face at the same time. Therefore, C and D are mutually exclusive events.
  3. Let event E = all faces less than five, so E = {1, 2, 3, 4}.
  4. Find P(C|A). This is a conditional probability. Recall that the event C is {3, 5} and event A is {1, 3, 5}. To find P(C|A), find the probability of C using the sample space, A. You have reduced the sample space from the original sample space {1, 2, 3, 4, 5, 6} to {1, 3, 5}. So, P(C|A) = \frac{2}{3}.

Are C and E mutually exclusive events? Why or why not?

Solution:

No. C = {3, 5} and E = {1, 2, 3, 4}. P(C AND E) = \frac{1}{6}. To be mutually exclusive, P(C AND E) must be zero.


7. Let event A = learning Spanish. Let event B = learning German. Then, A AND B = learning Spanish and German. Suppose P(A) = 0.4 and P(B) = 0.2. P(A AND B) = 0.08. Are events A and B independent? Hint: You must show ONE of the following:

  • P(A|B) = P(A)
  • P(B|A) = P(B)
  • P(A AND B) = P(A)P(B)

Solution:

P(A|B) = \frac{P\left(A\text{ AND }B\right)}{P\left(B\right)}\text{ = }\frac{0.\text{08}}{0.2}\text{ = 0}\text{.4 = }P\left(A\right)

The events are independent because P(A|B) = P(A).


8. Let event G = taking a math class. Let event H = taking a science class. Then, G AND H = taking a math class and a science class. Suppose P(G) = 0.6, P(H) = 0.5, and P(G AND H) = 0.3. Are G and H independent?

If G and H are independent, then you must show ONE of the following:

  • P(G|H) = P(G)
  • P(H|G) = P(H)
  • P(G AND H) = P(G)P(H)

NOTE: The choice you make depends on the information you have. You could choose any of the methods here because you have the necessary information.

Solution:

Show that P(G|H) = P(G).

P(G|H) = \frac{P\text{(}G\text{ AND }H\text{)}}{P\text{(}H\text{)}}\) = \(\frac{\text{0}\text{.3}}{\text{0}\text{.5}} = 0.6 = P(G)

Show P(G AND H) = P(G)P(H).

P(G)P(H) = (0.6)(0.5) = 0.3 = P(G AND H)

Since G and H are independent, knowing that a person is taking a science class does not affect the chance that he or she is taking a math class. If the two events had not been independent (that is, if they were dependent), then knowing that a person is taking a science class would change the chance he or she is taking math. For practice, show that P(H|G) = P(H) to show that G and H are independent events.


9. In a bag, there are six red marbles and four green marbles. The red marbles are marked with the numbers 1, 2, 3, 4, 5, and 6. The green marbles are marked with the numbers 1, 2, 3, and 4.

  • R = a red marble
  • G = a green marble
  • O = an odd-numbered marble
  • The sample space is S = {R1, R2, R3, R4, R5, R6, G1, G2, G3, G4}.

S has ten outcomes. What is P(G AND O)?


10. A student goes to the library. Let events B = the student checks out a book and D = the student checks out a DVD. Suppose that P(B) = 0.40, P(D) = 0.30, and P(B AND D) = 0.20.

  1. Find P(B|D).
  2. Find P(D|B).
  3. Are B and D independent?
  4. Are B and D mutually exclusive?

11. In a box, there are three red cards and five blue cards. The red cards are marked with the numbers 1, 2, and 3, and the blue cards are marked with the numbers 1, 2, 3, 4, and 5. The cards are well shuffled. You reach into the box (you cannot see into it) and draw one card.

Let R = red card is drawn, B = blue card is drawn, and E = even-numbered card is drawn.

The sample space S = R1, R2, R3, B1, B2, B3, B4, B5. S has eight outcomes.

  • P(R) = \frac{3}{8}. P(B) = \frac{5}{8}. P(R AND B) = 0 (since you cannot draw one card that is both red and blue).
  • P(E) = \frac{3}{8}. (There are three even-numbered cards: R2, B2, and B4.)
  • P(E|B) = \frac{2}{5}. (There are five blue cards: B1, B2, B3, B4, and B5. Out of the blue cards, there are two even cards: B2 and B4.)
  • P(B|E) = \frac{2}{3}. (There are three even-numbered cards: R2, B2, and B4. Out of the even-numbered cards, two are blue: B2 and B4.)
  • The events R and B are mutually exclusive because P(R AND B) = 0.
  • Let G = card with a number greater than 3. G = {B4, B5}. P(G) = \frac{2}{8}. Let H = blue card numbered between one and four, inclusive. H = {B1, B2, B3, B4}. P(G|H) = \frac{1}{4}. (The only card in H that has a number greater than three is B4.) Since \frac{2}{8} = \frac{1}{4}, P(G) = P(G|H), which means that G and H are independent.

12. In a basketball arena:

  • 70% of the fans are rooting for the home team.
  • 25% of the fans are wearing blue.
  • 20% of the fans are wearing blue and are rooting for the away team.
  • Of the fans rooting for the away team, 67% are wearing blue.

Let A be the event that a fan is rooting for the away team.

Let B be the event that a fan is wearing blue.

Are the events of rooting for the away team and wearing blue independent? Are they mutually exclusive?


13. In a particular college class, 60% of the students are female. Fifty percent of all students in the class have long hair. Forty-five percent of the students are female and have long hair. Of the female students, 75% have long hair. Let F = the event that a student is female. Let L = the event that a student has long hair. One student is picked randomly. Are the events of being female and having long hair independent?

The following probabilities are given in this example:

  • P(F) = 0.60; P(L) = 0.50
  • P(F AND L) = 0.45
  • P(L|F) = 0.75

NOTE: The choice you make depends on the information you have. You could use the first or last condition on the list for this example. You do not know P(F|L) yet, so you cannot use the second condition.

Solution:

Check whether P(F AND L) = P(F)P(L). We are given that P(F AND L) = 0.45, but P(F)P(L) = (0.60)(0.50) = 0.30. The events of being female and having long hair are not independent because P(F AND L) does not equal P(F)P(L).

Check whether P(L|F) equals P(L). We are given that P(L|F) = 0.75, but P(L) = 0.50; they are not equal. The events of being female and having long hair are not independent.

Interpretation: The events of being female and having long hair are not independent; knowing that a student is female changes the probability that a student has long hair.


14. Mark is deciding which route to take to work. His choices are the interstate (I) and Fifth Street (F).

  • P(I) = 0.44 and P(F) = 0.56
  • P(I AND F) = 0 because Mark will take only one route to work.

What is the probability of P(I OR F)?


15. Fill in the blanks to the following questions.

  1. Toss one fair coin with two sides, H and T. The outcomes are               . How many outcomes are there?
  2. Toss one fair, six-sided die (with 1, 2, 3, 4, 5, or 6 dots on a side). The outcomes are               . How many outcomes are there?
  3. Multiply the two numbers of outcomes. The answer is               .
  4. If you flip one fair coin and follow it with the toss of one fair, six-sided die, the answer from (c) is the number of outcomes (i.e., the size of the sample space). What are the outcomes? (Hint: Two of the outcomes are H1 and T6.)
  5. Event A = heads (H) on the coin followed by an even number (2, 4, 6) on the die.
    A = {              }. Find P(A).
  6. Event B = heads on the coin followed by a three on the die. B = {              }. Find P(B).
  7. Are A and B mutually exclusive? (Hint: What is P(A AND B)? If P(A AND B) = 0, then A and B are mutually exclusive.)
  8. Are A and B independent? (Hint: Does P(A AND B) = P(A)P(B)? If P(A AND B) = P(A)P(B), then A and B are independent. If not, then they are dependent.)

Solution:

  1. H and T; 2
  2. 1, 2, 3, 4, 5, 6; 6
  3. 2(6) = 12
  4. T1, T2, T3, T4, T5, T6, H1, H2, H3, H4, H5, H6
  5. A = {H2, H4, H6}; P(A) =\frac{3}{12}
  6. B = {H3}; P(B) = \frac{1}{12}
  7. Yes, because P(A AND B) = 0
  8. P(A AND B) = 0.P(A)P(B) = \left(\frac{\text{3}}{12}\right)\)\(\left(\frac{\text{1}}{12}\right)}. P(A AND B) does not equal P(A)P(B), so A and B are dependent.

16. A box has two balls, one white and one red. We select one ball, put it back in the box, and select a second ball (sampling with replacement). Let T be the event of getting the white ball twice, F the event of picking the white ball first, and S the event of picking the white ball in the second drawing.

  1. Compute P(T).
  2. Compute P(T|F).
  3. Are T and F independent?.
  4. Are F and S mutually exclusive?
  5. Are F and S independent?

17. E and F are mutually exclusive events. P(E) = 0.4; P(F) = 0.5. Find P(E|F).


18. J and K are independent events. P(J|K) = 0.3. Find P(J).

Solution:

P(J) = 0.3


19. U and V are mutually exclusive events. P(U) = 0.26; P(V) = 0.37. Find:

  1. P(U AND V)
  2. P(U|V)
  3. P(U OR V)

20. Q and R are independent events. P(Q) = 0.4 and P(Q AND R) = 0.1. Find P(R).

Solution:

P(Q AND R) = P(Q)P(R)

0.1 = (0.4)P(R)

P(R) = 0.25


21. The graph shown is based on more than 170,000 interviews done by Gallup that took place from January through December 2012. The sample consists of employed Americans 18 years of age or older. The Emotional Health Index Scores are the sample space. We randomly sample one Emotional Health Index Score.

emotional health index score
Figure 3.14
  1. Find the probability that an Emotional Health Index Score is 82.7.
  2. Find the probability that an Emotional Health Index Score is 81.0.
  3. Find the probability that an Emotional Health Index Score is more than 81.
  4. Find the probability that an Emotional Health Index Score is between 80.5 and 82.
  5. If we know an Emotional Health Index Score is 81.5 or more, what is the probability that it is 82.7?
  6. What is the probability that an Emotional Health Index Score is 80.7 or 82.7?
  7. What is the probability that an Emotional Health Index Score is less than 80.2, given that it is already less than 81
  8. What occupation has the highest Emotional Health Index Score?
  9. What occupation has the lowest Emotional Health Index Score?
  10. What is the range of the data?
  11. Compute the average Emotional Health Index Score.
  12. If all occupations are equally likely for a certain individual, what is the probability that he or she will have an occupation with lower than average EHIS?

Solution:

b. 0

d. 0.3571

f. 0.2142

h. Physician (83.7)

j. 83.7 − 79.6 = 4.1

l. P(Occupation < 81.3) = 0.5


22. A previous year, the weights of the members of the San Francisco 49ers and the Dallas Cowboys were published in the San Jose Mercury News. The factual data are compiled into the figure below.[1]

Figure 3.15
Shirt number ≤ 210 211–250 251–290 290≤
1–33 21 5 0 0
34–66 6 18 7 4
66–99 6 12 22 5

For the following, suppose that you randomly select one player from the 49ers or Cowboys.

If having a shirt number from one to 33 and weighing at most 210 pounds were independent events, then what should be true about P(Shirt number 1–33|≤ 210 pounds)?


23. The probability that a male develops some form of cancer in his lifetime is 0.4567. The probability that a male has at least one false positive test result (meaning the test comes back for cancer when the man does not have it) is 0.51. Some of the following questions do not have enough information for you to answer them. Write “not enough information” for those answers. Let C = a man develops cancer in his lifetime and P = man has at least one false positive.

  1. Find P(C).
  2. Find P(P|C).
  3. Find P(P|C’).
  4. If a test comes up positive, based upon numerical values, can you assume that man has cancer? Justify numerically, and explain why or why not.

Solution:

  1. P(C) = 0.4567
  2. Not enough information
  3. Not enough information
  4. No, because over half (0.51) of men have at least one false positive text

24. Given events G and H: P(G) = 0.43; P(H) = 0.26; P(H AND G) = 0.14

  1. Find P(H OR G).
  2. Find the probability of the complement of event (H AND G).
  3. Find the probability of the complement of event (H OR G).

25. Given events J and K: P(J) = 0.18; P(K) = 0.37; P(J OR K) = 0.45

  1. Find P(J AND K).
  2. Find the probability of the complement of event (J AND K).
  3. Find the probability of the complement of event (J OR K).

Solution:

  1. P(J OR K) = P(J) + P(K) − P(J AND K); 0.45 = 0.18 + 0.37 – P(J AND K); solve to find P(J AND K) = 0.10
  2. P(NOT (J AND K)) = 1 – P(J AND K) = 1 – 0.10 = 0.90
  3. P(NOT (J OR K)) = 1 – P(J OR K) = 1 – 0.45 = 0.55

26. The sample space S is the whole numbers starting at one and less than 20.

  1. Find S.
  2. Let event A = the even numbers and event B = numbers greater than 13. Find A and B.
  3. Find P(A) and P(B).
  4. Find A AND B. Find A OR B.
  5. Find P(A AND B). Find P(A OR B).
  6. Find A′. Find P(A′).
  7. What is P(A) + P(A′)?
  8. Find P(A|B) and P(B|A). Are the probabilities equal?

Solution:

  1. S = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19}
  2. A = {2, 4, 6, 8, 10, 12, 14, 16, 18}, B = {14, 15, 16, 17, 18, 19}
  3. P(A) = \frac{9}{19}, P(B) = \frac{6}{19}
  4. A AND B = {14,16,18}, A OR B = {2, 4, 6, 8, 10, 12, 14, 15, 16, 17, 18, 19}
  5. P(A AND B) = \frac{3}{19}, P(A OR B) = \frac{12}{19}
  6. A′ = 1, 3, 5, 7, 9, 11, 13, 15, 17, 19; P(A′) = \frac{10}{19}
  7. P(A) + P(A′) = 1 (\frac{9}{19} + \frac{10}{19} = 1)
  8. P(A|B) = \frac{P\left(A\text{AND}B\right)}{P\left(B\right)} = \frac{3}{6}, P(B|A) = \frac{P\left(A\text{AND}B\right)}{P\left(A\right)} = \frac{3}{9}. No, they are not equal.

27. The sample space S is all the ordered pairs of two whole numbers, the first from one to three and the second from one to four—for example, (1, 4).

  1. Find S.
  2. Let event A = the sum is even and event B = the first number is prime. Find A and B.
  3. Find P(A) and P(B).
  4. Find A AND B. Find A OR B.
  5. Find P(A AND B). Find P(A OR B).
  6. Find B. Find P(B).
  7. What is P(A) + P(A′)?
  8. Find P(A|B) and P(B|A). Are the probabilities equal?

28. A fair, six-sided die is rolled. Describe the sample space S, identify each of the following events with a subset of S, and compute its probability. NOTE: an outcome is the number of dots that show up.

  1. Event T = the outcome is two
  2. Event A = the outcome is an even number
  3. Event B = the outcome is less than four
  4. The complement of A
  5. A GIVEN B
  6. B GIVEN A
  7. A AND B
  8. A OR B
  9. A OR B′
  10. Event N = the outcome is a prime number
  11. Event I = the outcome is seven

Solution:

  1. T = {2}, P(T) = \frac{1}{6}
  2. A = {2, 4, 6}, P(A) = \frac{1}{2}
  3. B = {1, 2, 3}, P(B) = \frac{1}{2}
  4. A′ = {1, 3, 5}, P(A′) = \frac{1}{2}
  5. A|B = {2}, P(A|B) = \frac{1}{3}
  6. B|A = {2}, P(B|A) = \frac{1}{3}
  7. A AND B = {2}, P(A AND B) = \frac{1}{6}
  8. A OR B = {1, 2, 3, 4, 6}, P(A OR B) = \frac{5}{6}
  9. A OR B′ = {2, 4, 5, 6}, P(A OR B′) = \frac{2}{3}
  10. N = {2, 3, 5}, P(N) = \frac{1}{2}
  11. A six-sided die does not have seven dots. P(7) = 0.

29. The figure below describes the distribution of a random sample, S, of 100 individuals, organized by gender and whether they are right- or left-handed.

Figure 3.16
Right-handed Left-handed
Male 43 9
Female 44 4

Let the events M = the subject is male, F = the subject is female, R = the subject is right-handed, and L = the subject is left-handed. Compute the following probabilities:

  1. P(M)
  2. P(F)
  3. P(R)
  4. P(L)
  5. P(M AND R)
  6. P(F AND L)
  7. P(M OR F)
  8. P(M OR R)
  9. P(F OR L)
  10. P(M’)
  11. P(R|M)
  12. P(F|L)
  13. P(L|F)

Solution:

  1. P(M) = 0.52
  2. P(F) = 0.48
  3. P(R) = 0.87
  4. P(L) = 0.13
  5. P(M AND R) = 0.43
  6. P(F AND L) = 0.04
  7. P(M OR F) = 1
  8. P(M OR R) = 0.96
  9. P(F OR L) = 0.57
  10. P(M’) = 0.48
  11. P(R|M) = 0.8269 (rounded to four decimal places)
  12. P(F|L) = 0.3077 (rounded to four decimal places)
  13. P(L|F) = 0.0833

30. In a particular college class, there are male and female students. Some students have long hair, and some students have short hair. Write the symbols for the probabilities of the events (a) through (j). (Note that you cannot find numerical answers here; you were not given enough information to find any probability values yet. Concentrate on understanding the symbols.)

  • Let F = the event that a student is female.
  • Let M = the event that a student is male.
  • Let S = the event that a student has short hair.
  • Let L = the event that a student has long hair.
  1. The probability that a student does not have long hair.
  2. The probability that a student is male or has short hair.
  3. The probability that a student is a female and has long hair.
  4. The probability that a student is male, given that the student has long hair.
  5. The probability that a student has long hair, given that the student is male.
  6. Of all the female students, the probability that a student has short hair.
  7. Of all students with long hair, the probability that a student is female.
  8. The probability that a student is female or has long hair.
  9. The probability that a randomly selected student is a male student with short hair.
  10. The probability that a student is female.

Solution:

  1. P(L′) = P(S)
  2. P(M OR S)
  3. P(F AND L)
  4. P(M|L)
  5. P(L|M)
  6. P(S|F)
  7. P(F|L)
  8. P(F OR L)
  9. P(M AND S)
  10. P(F)

31. A box is filled with several party favors. It contains 12 hats, 15 noisemakers, ten finger traps, and five bags of confetti.

  • Let H = the event of getting a hat.
  • Let N = the event of getting a noisemaker.
  • Let F = the event of getting a finger trap.
  • Let C = the event of getting a bag of confetti.
  1. Find P(H).
  2. Find P(N).
  3. Find P(F).
  4. Find P(C).

Solution:

b. P(N) = \frac{15}{42}=\frac{5}{14}\) = 0.36

d. P(C) = \frac{5}{42} = 0.12


32. A jar of 150 jelly beans contains 22 red jelly beans, 38 yellow, 20 green, 28 purple, 26 blue, and the rest are orange.

  • Let B = the event of getting a blue jelly bean
  • Let G = the event of getting a green jelly bean.
  • Let O = the event of getting an orange jelly bean.
  • Let P = the event of getting a purple jelly bean.
  • Let R = the event of getting a red jelly bean.
  • Let Y = the event of getting a yellow jelly bean.
  1. Find P(B).
  2. Find P(G).
  3. Find P(P).
  4. Find P(R).
  5. Find P(Y).
  6. Find P(O).

Solution:

b. P(G) = \frac{20}{150} = \frac{2}{15} = 0.13

d. P(R) = \frac{22}{150} = \frac{11}{75} = 0.15

f. P(O) = \frac{150-22-38-20-28-26}{150} = \frac{16}{150} = \frac{8}{75} = 0.11


33. There are 23 countries in North America, 12 countries in South America, 47 countries in Europe, 44 countries in Asia, 54 countries in Africa, and 14 in Oceania (Pacific Ocean region).

  • Let A = the event that a country is in Asia.
  • Let E = the event that a country is in Europe.
  • Let F = the event that a country is in Africa.
  • Let N = the event that a country is in North America.
  • Let O = the event that a country is in Oceania.
  • Let S = the event that a country is in South America.
  1. Find P(A).
  2. Find P(E).
  3. Find P(F).
  4. Find P(N).
  5. Find P(O).
  6. Find P(S).

Solution:

b. P(E) = \frac{47}{194} = 0.24

d. P(N) = \frac{23}{194} = 0.12

f. P(S) = \frac{12}{194} = \frac{6}{97} = 0.06


34. You see a game at a local fair. You have to throw a dart at a color wheel. Each section on the color wheel is equal in area.

Figure 3.17
  • Let B = the event of landing on blue.
  • Let R = the event of landing on red.
  • Let G = the event of landing on green.
  • Let Y = the event of landing on yellow.
  1. If you land on Y, you get the biggest prize. Find P(Y).
  2. If you land on red, you don’t get a prize. What is P(R)?

Solution:

b. P(R) = \frac{4}{8} = 0.5


35. On a baseball team, there are infielders and outfielders. Some players are great hitters, and some players are not great hitters.

  • Let I = the event that a player in an infielder.
  • Let O = the event that a player is an outfielder.
  • Let H = the event that a player is a great hitter.
  • Let N = the event that a player is not a great hitter.
  1. Write the symbols for the probability that a player is not an outfielder.
  2. Write the symbols for the probability that a player is an outfielder or is a great hitter.
  3. Write the symbols for the probability that a player is an infielder and is not a great hitter.
  4. Write the symbols for the probability that a player is a great hitter, given that the player is an infielder.
  5. Write the symbols for the probability that a player is an infielder, given that the player is a great hitter.
  6. Write the symbols for the probability that, of all the outfielders, a player is not a great hitter.
  7. Write the symbols for the probability that, of all the great hitters, a player is an outfielder.
  8. Write the symbols for the probability that a player is an infielder or is not a great hitter.
  9. Write the symbols for the probability that a player is an outfielder and is a great hitter.
  10. Write the symbols for the probability that a player is an infielder.
  11. What is the word for the set of all possible outcomes?
  12. What is conditional probability?
  13. The likelihood that an event will occur, given that another event has already occurred.

Solution:

b. P(O OR H)

d. P(H|I)

f. P(N|O)

h. P(I OR N)

j. P(I)


36. A shelf holds 12 books. Eight are fiction, and the rest are nonfiction. Each is a different book with a unique title. The fiction books are numbered one to eight. The nonfiction books are numbered one to four. Randomly select one book.

  • Let F = event that book is fiction
  • Let N = event that book is nonfiction
  1. What is the sample space?
  2. What is the sum of the probabilities of an event and its complement?

37. You are rolling a fair, six-sided die. Let E = the event that it lands on an even number. Let M = the event that it lands on a multiple of three.

  1. What does P(E|M) mean in words?
  2. What does P(E OR M) mean in words?

38. The graph below displays the sample sizes and percentages of people in different age and gender groups who were polled concerning their approval of Mayor Ford’s actions in office. The total number in the sample of all the age groups is 1,045.

This is a bar graph with three bars for each category on the x-axis: age groups, gender, and total. The first bar shows the number of people in the category. The second bar shows the percent in the category that approve, and the third bar shows percent in the category that disapprove. The y-axis has intervals of 200 from 0–1200.
Figure 3.18
  1. Define three events in the graph.
  2. Describe in words what the bar marked “40” means in this graph.
  3. Describe in words the complement of the entry in (b).
  4. Describe in words what the bar marked “30” means in this graph.
  5. Out of the males and females, what percent are males?
  6. Out of the females, what percent disapprove of Mayor Ford?
  7. Out of all the age groups, what percent approve of Mayor Ford?
  8. Find P(approve|male).
  9. Out of the age groups, what percent are more than 44 years old?
  10. Find P(approve|age < 35).

39. Explain what is wrong with the following statements. Use complete sentences.

  1. If there is a 60% chance of rain on Saturday and a 70% chance of rain on Sunday, then there is a 130% chance of rain over the weekend.
  2. The probability that a baseball player hits a home run is greater than the probability that he gets a successful hit.

Solution:

  1. You can’t calculate the joint probability from knowing the probability of both events occurring, which is not in the information given; the probabilities should be multiplied, not added; and probability is never greater than 100%.
  2. A home run by definition is a successful hit, so he has to have at least as many successful hits as home runs.

4.2 Discrete Random Variables

1. Helen plays basketball. For free throws, she makes the shot 75% of the time. Helen must now attempt two free throws. C = the event that Helen makes the first shot. P(C) = 0.75. D = the event Helen makes the second shot. P(D) = 0.75. The probability that Helen makes the second free throw, given that she made the first, is 0.85. What is the probability that Helen makes both free throws?


2. A community swim team has 150 members. Seventy-five of the members are advanced swimmers. Forty-seven of the members are intermediate swimmers. The remainder are novice swimmers. Forty of the advanced swimmers practice four times a week. Thirty of the intermediate swimmers practice four times a week. Ten of the novice swimmers practice four times a week. Suppose one member of the swim team is chosen randomly.

  1. What is the probability that the member is a novice swimmer?
  2. What is the probability that the member practices four times a week?
  3. What is the probability that the member is an advanced swimmer and practices four times a week?
  4. What is the probability that a member is an advanced swimmer and an intermediate swimmer? Are being an advanced swimmer and an intermediate swimmer mutually exclusive? Why or why not?
  5. Are being a novice swimmer and practicing four times a week independent events? Why or why not?

Solution:

  1. \frac{28}{150}
  2. \frac{80}{150}
  3. \frac{40}{150}
  4. P(advanced AND intermediate) = 0, so these are mutually exclusive events. A swimmer cannot be an advanced swimmer and an intermediate swimmer at the same time.
  5. No, these are not independent events; P(novice AND practices four times per week) = 0.0667; P(novice)P(practices four times per week) = 0.0996; 0.0667 ≠ 0.0996.

3. A school has 200 seniors, of whom 140 will be going to college next year. Forty will be going directly to work. The remainder are taking a gap year. Fifty of the seniors who are going to college play sports. Thirty of the seniors who are going directly to work play sports. Five of the seniors who are taking a gap year play sports. What is the probability that a senior is taking a gap year?


4. A student goes to the library. Let events B = the student checks out a book and D = the student check out a DVD. Suppose that P(B) = 0.40, P(D) = 0.30 and P(D|B) = 0.5.

  1. Find P(B AND D).
  2. Find P(B OR D).

5. Studies show that about one woman in seven (approximately 14.3%) who live to be 90 will develop breast cancer. Suppose that, of those women who develop breast cancer, a test is negative 2% of the time. Also suppose that, in the general population of women, the test for breast cancer is negative about 85% of the time. Let B = woman develops breast cancer, and let N = tests negative. Suppose one woman is selected at random.

  1. What is the probability that the woman develops breast cancer? What is the probability that the woman tests negative?
  2. Given that the woman has breast cancer, what is the probability that she tests negative?
  3. What is the probability that the woman has breast cancer AND tests negative?
  4. What is the probability that the woman has breast cancer or tests negative?
  5. Are having breast cancer and testing negative independent events?
  6. Are having breast cancer and testing negative mutually exclusive?

Solution:

  1. P(B) = 0.143; P(N) = 0.85
  2. P(N|B) = 0.02
  3. P(B AND N) = P(B)P(N|B) = (0.143)(0.02) = 0.0029
  4. P(B OR N) = P(B) + P(N) – P(B AND N) = 0.143 + 0.85 – 0.0029 = 0.9901
  5. No. P(N) = 0.85; P(N|B) = 0.02. So, P(N|B) does not equal P(N).
  6. No. P(B AND N) = 0.0029. For B and N to be mutually exclusive, P(B AND N) must be zero.

6. A school has 200 seniors, of whom 140 will be going to college next year. Forty will be going directly to work. The remainder are taking a gap year. Fifty of the seniors who are going to college play sports. Thirty of the seniors who are going directly to work play sports. Five of the seniors who are taking a gap year play sports. What is the probability that a senior is going to college and plays sports?


7. Refer to the information in Question 5. Let P = tests positive.

  1. Given that a woman develops breast cancer, what is the probability that she tests positive. Find P(P|B) = 1 – P(N|B).
  2. What is the probability that a woman develops breast cancer and tests positive. Find P(B AND P) = P(P|B)P(B)?
  3. What is the probability that a woman does not develop breast cancer. Find P(B′) = 1 – P(B)?
  4. What is the probability that a woman tests positive for breast cancer. Find P(P) = 1 – P(N)?

Solution:

  1. 0.98
  2. 0.1401
  3. 0.857
  4. 0.15

8. A student goes to the library. Let events B = the student checks out a book and D = the student checks out a DVD. Suppose that P(B) = 0.40, P(D) = 0.30, and P(D|B) = 0.5.

  1. Find P(B′).
  2. Find P(D AND B).
  3. Find P(B|D).
  4. Find P(D AND B′).
  5. Find P(D|B′).

9. Forty-eight percent of all Californian registered voters prefer life in prison without parole over the death penalty for a person convicted of first-degree murder. Among Latino Californian registered voters, 55% prefer life in prison without parole over the death penalty for a person convicted of first-degree murder. Of all Californians, 37.6% are Latino.

In this problem, let:

  • C = Californians (registered voters) preferring life in prison without parole over the death penalty for a person convicted of first-degree murder
  • L = Latino Californians

Suppose that one Californian is randomly selected.

  1. Find P(C).
  2. Find P(L).
  3. Find P(C|L).
  4. In words, what is C|L?
  5. Find P(L AND C).
  6. In words, what is L AND C?
  7. Are L and C independent events? Show why or why not.
  8. Find P(L OR C).
  9. In words, what is L OR C?
  10. Are L and C mutually exclusive events? Show why or why not.

Solution:

b. 0.376

d. C|L means that, given the person chosen is a Latino Californian, the person is a registered voter who prefers life in prison without parole for a person convicted of first-degree murder.

f. L AND C is the event that the person chosen is a Latino Californian registered voter who prefers life without parole over the death penalty for a person convicted of first-degree murder.

h. 0.6492

j. No, because P(L AND C) does not equal 0.


10. On February 28, 2013, a Field Poll Survey reported that 61% of Californian registered voters approved of allowing two people of the same gender to marry and have regular marriage laws apply to them. Among 18-to-39-year-old Californian registered voters, the approval rating was 78%. Six in ten Californian registered voters said that the upcoming Supreme Court’s ruling about the constitutionality of California’s Proposition 8 was either very or somewhat important to them. Out of those CA registered voters who support same-sex marriage, 75% say the ruling is important to them.[2]

In this problem, let:

  • C = California registered voters who support same-sex marriage
  • B = California registered voters who say the Supreme Court’s ruling about the constitutionality of California’s Proposition 8 is very or somewhat important to them
  • A = California registered voters who are 18-to-39 years old
  1. Find P(C).
  2. Find P(B).
  3. Find P(C|A).
  4. Find P(B|C).
  5. In words, what is C|A?
  6. In words, what is B|C?
  7. Find P(C AND B).
  8. In words, what is C AND B?
  9. Find P(C OR B).
  10. Are C and B mutually exclusive events? Show why or why not.

11. After Rob Ford, the mayor of Toronto, announced his plans to cut budget costs in late 2011, Forum Research polled 1,046 people to measure the mayor’s popularity. Everyone polled expressed either approval or disapproval. [3]

These are the results their poll produced:

  • In early 2011, 60% of the population approved of Mayor Ford’s actions in office.
  • In mid-2011, 57% of the population approved of his actions.
  • In late 2011, the percentage of popular approval was measured at 42%.
  1. What is the sample size for this study?
  2. What proportion in the poll disapproved of Mayor Ford according to the results from late 2011?
  3. How many people polled responded that they approved of Mayor Ford in late 2011?
  4. What is the probability that a person supported Mayor Ford based on the data collected in mid-2011?
  5. What is the probability that a person supported Mayor Ford based on the data collected in early 2011?

Solution:

  1. The Forum Research surveyed 1,046 Torontonians.
  2. 58%
  3. 42% of 1,046 = 439 (rounding to the nearest integer)
  4. 0.57
  5. 0.60

12. The casino game roulette allows the gambler to bet on the probability of a ball, which spins in the roulette wheel, landing on a particular color, number, or range of numbers. The table used to place bets contains 38 numbers, and each number is assigned to a color and a range.[4]

This is an image of a roulette table.
Figure 3.59

Compute the probability of winning the following types of bets:

  1. Betting on two lines that touch each other on the table, as in 1-2-3-4-5-6
  2. Betting on three numbers in a line, as in 1-2-3
  3. Betting on one number
  4. Betting on four numbers that touch each other to form a square, as in 10-11-13-14
  5. Betting on two numbers that touch each other on the table, as in 10-11 or 10-13
  6. Betting on 0-00-1-2-3
  7. Betting on 0-1-2; or 0-00-2; or 00-2-3

Solution:

  1. P(betting on two line that touch each other on the table) = \frac{6}{38}
  2. P(betting on three numbers in a line) = \frac{3}{38}
  3. P(betting on one number) = \frac{1}{38}
  4. P(betting on four number that touch each other to form a square) = \frac{4}{38}
  5. P(betting on two number that touch each other on the table ) = \frac{2}{38}
  6. P(betting on 0-00-1-2-3) = \frac{5}{38}
  7. P(betting on 0-1-2; or 0-00-2; or 00-2-3) = \frac{3}{38}

    13. Suppose that you have eight cards. Five are green, and three are yellow. The five green cards are numbered 1, 2, 3, 4, and 5. The three yellow cards are numbered 1, 2, and 3. The cards are well shuffled. You randomly draw one card.

    • G = card drawn is green
    • E = card drawn is even-numbered
    1. List the sample space.
    2. Find P(G.
    3. Find P(G|E).
    4. Find P(G AND E).
    5. Find P(G OR E).
    6. Are G and E mutually exclusive? Justify your answer numerically.

    Solution:

    1. {G1, G2, G3, G4, G5, Y1, Y2, Y3}
    2. \frac{5}{8}\text{}
    3. \frac{2}{3}\text{}
    4. \frac{2}{8}\text{}
    5. \frac{6}{8}\text{}
    6. No, because P(G AND E) does not equal 0.

    14. Roll two fair dice separately. Each die has six faces.

    1. List the sample space.
    2. Let A be the event that either a three or four is rolled first followed by an even number. Find P(A).
    3. Let B be the event that the sum of the two rolls is at most seven. Find P(B).
    4. In words, explain what “P(A|B)” represents. Find P(A|B).
    5. Are A and B mutually exclusive events? Explain your answer in one-to-three complete sentences including numerical justification.
    6. Are A and B independent events? Explain your answer in one-to-three complete sentences including numerical justification.

    15. A special deck of cards has ten cards. Four are green, three are blue, and three are red. When a card is picked, its color of it is recorded. An experiment consists of first picking a card and then tossing a coin.

    1. List the sample space.
    2. Let A be the event that a blue card is picked first, followed by landing a head on the coin toss. Find P(A).
    3. Let B be the event that a red or green is picked, followed by landing a head on the coin toss. Are the events A and B mutually exclusive? Explain your answer in one-to-three complete sentences, including numerical justification.
    4. Let C be the event that a red or blue is picked, followed by landing a head on the coin toss. Are the events A and C mutually exclusive? Explain your answer in one-to-three complete sentences, including numerical justification.

    NOTE: The coin toss is independent of the card picked first.

    Solution:

    1. {(G,H) (G,T) (B,H) (B,T) (R,H) (R,T)}
    2. P(A) = P(blue)P(head) = \left(\frac{3}{10}\right)\left(\frac{1}{2}\right) = \frac{3}{20}
    3. Yes, A and B are mutually exclusive because they cannot happen at the same time; you cannot pick a card that is both blue and also red or green. P(A AND B) = 0
    4. No, A and C are not mutually exclusive because they can occur at the same time. In fact, C includes all of the outcomes of A; if the card chosen is blue it is also red or blue. P(A AND C) = P(A) = \frac{3}{20}

    16. An experiment consists of first rolling a die and then tossing a coin.

    1. List the sample space.
    2. Let A be the event that either a three or a four is rolled first followed by landing a head on the coin toss. Find P(A).
    3. Let B be the event that the first and second tosses land on heads. Are the events A and B mutually exclusive? Explain your answer in one-to-three complete sentences including numerical justification.

    17. An experiment consists of tossing a nickel, a dime, and a quarter. Of interest is the side on which the coin lands.

    1. List the sample space.
    2. Let A be the event that there are at least two tails. Find P(A).
    3. Let B be the event that the first and second tosses land on heads. Are the events A and B mutually exclusive? Explain your answer in one-to-three complete sentences, including justification.

    Solution:

    1. S = {(HHH), (HHT), (HTH), (HTT), (THH), (THT), (TTH), (TTT)}
    2. \frac{4}{8}
    3. Yes, because if A has occurred, it is impossible to obtain two tails. In other words, P(A AND B) = 0.

    18. Consider the following scenario:

    • Let P(C) = 0.4.
    • Let P(D) = 0.5.
    • Let P(C|D) = 0.6.
    1. Find P(C AND D).
    2. Are C and D mutually exclusive? Why or why not?
    3. Are C and D independent events? Why or why not?
    4. Find P(C OR D).
    5. Find P(D|C).

    19. Y and Z are independent events.

    1. Rewrite the basic addition rule, P(Y OR Z) = P(Y) + P(Z) – P(Y AND Z), using the information that Y and Z are independent events.
    2. Use the rewritten rule to find P(Z) if P(Y OR Z) = 0.71 and P(Y) = 0.42.

    Solution:

    1. If Y and Z are independent, then P(Y AND Z) = P(Y)P(Z), so P(Y OR Z) = P(Y) + P(Z) – P(Y)P(Z).
    2. 0.5

    20. G and H are mutually exclusive events. P(G) = 0.5 P(H) = 0.3.

    1. Explain why the following statement MUST be false: P(H|G) = 0.4.
    2. Find P(H OR G).
    3. Are G and H independent or dependent events? Explain in a complete sentence.

    21. Approximately 281,000,000 people over the age of five live in the United States. Of these people, 55,000,000 speak a language other than English at home. Of those who speak another language at home, 62.3% speak Spanish.[5]

    • Let E = speaks English at home.
    • Let E′ = speaks another language at home.
    • Let S = speaks Spanish.

    Finish each probability statement in the table below by matching the correct answer.

    Figure 3.60
    Probability statements Answers
    a. P(E′) = i. 0.8043
    b. P(E) = ii. 0.623
    c. P(S and E′) = iii. 0.1957
    d. P(S|E′) = iv. 0.1219

    22. In 1994, the US government held a lottery to issue 55,000 Green Cards (permits for non-citizens to work legally in the US). Renate Deutsch from Germany was one of approximately 6.5 million people who entered this lottery. Let G = won green card.

    1. What was Renate’s chance of winning a Green Card? Write your answer as a probability statement.
    2. In the summer of 1994, Renate received a letter stating she was one of 110,000 finalists chosen. Once the finalists were chosen, assuming that each finalist had an equal chance to win, what was Renate’s chance of winning a Green Card? Write your answer as a conditional probability statement. Let F = was a finalist.
    3. Are G and F independent or dependent events? Justify your answer numerically, and explain why.
    4. Are G and F mutually exclusive events? Justify your answer numerically, and explain why.

    23. Three professors at George Washington University did an experiment to determine if economists are more selfish than other people. They dropped 64 stamped, addressed envelopes with $10 cash in different classrooms on the George Washington campus. Overall, 44% were returned. From the economics classes, 56% of the envelopes were returned. From the business, psychology, and history classes, 31% were returned.

    • Let R = money returned.
    • Let E = economics classes.
    • Let O = other classes.
    1. Write a probability statement for the overall percent of money returned.
    2. Write a probability statement for the percent of money returned out of the economics classes.
    3. Write a probability statement for the percent of money returned out of the other classes.
    4. Is money being returned independent of the class? Justify your answer numerically, and explain it.
    5. Based upon this study, do you think that economists are more selfish than other people? Explain why or why not. Include numbers to justify your answer.

    Solution:

    1. P(R) = 0.44
    2. P(R|E) = 0.56
    3. P(R|O) = 0.31
    4. No, whether the money is returned is not independent of which class in which the money was placed. There are several ways to justify this mathematically, but one is that the money placed in economics classes is not returned at the same overall rate; P(R|E) ≠ P(R).
    5. No, this study definitely does not support that notion; in fact, it suggests the opposite. The money placed in the economics classrooms was returned at a higher rate than the money place in all classes collectively; P(R|E) > P(R).

    24. The following table of data obtained from the website Baseball Almanac shows hit information for four players. Suppose that one hit from the table is randomly selected.[6]

    Figure 3.61
    Name Single Double Triple Home Run Total Hits
    Babe Ruth 1,517 506 136 714 2,873
    Jackie Robinson 1,054 273 54 137 1,518
    Ty Cobb 3,603 174 295 114 4,189
    Hank Aaron 2,294 624 98 755 3,771
    Total 8,471 1,577 583 1,720 12,351

    Are “the hit being made by Hank Aaron” and “the hit being a double” independent events?

    1. Yes, because P(hit by Hank Aaron|hit is a double) = P(hit by Hank Aaron).
    2. No, because P(hit by Hank Aaron|hit is a double) ≠ P(hit is a double).
    3. No, because P(hit is by Hank Aaron|hit is a double) ≠ P(hit by Hank Aaron).
    4. Yes, because P(hit is by Hank Aaron|hit is a double) = P(hit is a double).

    25. United Blood Services[7] is a blood bank that serves more than 500 hospitals in 18 states. According to their website, a person with type O blood and a negative Rh factor (Rh-) can donate blood to any person with any blood type. Their data show that 43% of people have type O blood, 15% of people have Rh- factor, and 52% of people have type O or Rh- factor.

    1. Find the probability that a person has both type O blood and the Rh- factor.
    2. Find the probability that a person does NOT have both type O blood and the Rh- factor.

    Solution:

    1. P(type O OR Rh-) = P(type O) + P(Rh-) – P(type O AND Rh-)

      0.52 = 0.43 + 0.15 – P(type O AND Rh-); solve to find P(type O AND Rh-) = 0.06

      6% of people have type O, Rh- blood.

    2. P(NOT(type O AND Rh-)) = 1 – P(type O AND Rh-) = 1 – 0.06 = 0.94

      94% of people do not have type O, Rh- blood.


    26. At a college, 72% of courses have final exams and 46% of courses require research papers. Suppose that 32% of courses have a research paper and a final exam. Let F be the event that a course has a final exam. Let R be the event that a course requires a research paper.

    1. Find the probability that a course has a final exam or a research project.
    2. Find the probability that a course has NEITHER of these two requirements.

    27. In a box of assorted cookies, 36% contain chocolate and 12% contain nuts. Of those, 8% contain both chocolate and nuts. Sean is allergic to both chocolate and nuts.

    1. Find the probability that a cookie contains chocolate or nuts (i.e., he can’t eat it).
    2. Find the probability that a cookie does not contain chocolate or nuts (i.e., he can eat it).

    Solution:

    Let C = be the event that the cookie contains chocolate. Let N = the event that the cookie contains nuts.

    1. P(C OR N) = P(C) + P(N) – P(C AND N) = 0.36 + 0.12 – 0.08 = 0.40
    2. P(NEITHER chocolate NOR nuts) = 1 – P(C OR N) = 1 – 0.40 = 0.60

    28. A college finds that 10% of students have taken a distance learning class and that 40% of students are part-time students. Of the part time students, 20% have taken a distance learning class. Let D = the event that a student takes a distance learning class and E = the event that a student is a part-time student.

    1. Find P(D AND E).
    2. Find P(E|D).
    3. Find P(D OR E).
    4. Using an appropriate test, show whether D and E are independent.
    5. Using an appropriate test, show whether D and E are mutually exclusive.

    29. A company wants to evaluate its attrition rate—in other words, how long new hires stay with the company. Over the years, they have established the following probability distribution. Let X = the number of years a new hire will stay with the company. Let P(x) = the probability that a new hire will stay with the company x years. Complete the figure below using the data provided.

    Figure 4.8
    x P(x)
    0 0.12
    1 0.18
    2 0.30
    3 0.15
    4 0.10
    5 0.10
    6 0.05
    1. Find P(x = 4).
    2. Find P(x ≥ 5).
    3. On average, how long would you expect a new hire to stay with the company?
    4. What does the column “P(x)” sum to?

    Solution:

    1. 0.10
    2. 0.10 + 0.05 = 0.15
    3. 0 + 0.18 + 0.60 + 0.45 + 0.40 + 0.50 + 0.30 = 2.43 years
    4. 1

    30. A baker is deciding how many batches of muffins to make to sell in his bakery. He wants to make enough to sell every one and no fewer. Through observation, the baker has established a probability distribution.

    Figure 4.9
    x P(x)
    1 0.15
    2 0.35
    3 0.40
    4 0.10
    1. Define the random variable X.
    2. What is the probability the baker will sell more than one batch? P(x > 1)
    3. What is the probability the baker will sell exactly one batch? P(x = 1)
    4. On average, how many batches should the baker make?

    Solution:

    1. Let X = the number of batches that the baker will sell.
    2. 0.35 + 0.40 + 0.10 = 0.85
    3. 0.15
    4. 1(0.15) + 2(0.35) + 3(0.40) + 4(0.10) = 0.15 + 0.70 + 1.20 + 0.40 = 2.45

    31. Ellen has music practice three days a week. She practices for all of the three days 85% of the time, two days 8% of the time, one day 4% of the time, and no days 3% of the time. One week is selected at random.

    1. Define the random variable X.
    2. Construct a probability distribution table for the data.
    3. We know that for a probability distribution function must have two characteristics to be discrete. One is that the sum of the probabilities is one. What is the other characteristic?

    Solution:

    1. Let X = the number of days Ellen attends practice per week.
    2. Figure 4.10
      x P(x)
      0 0.03
      1 0.04
      2 0.08
      3 0.85
    3. Each probability is between zero and one, inclusive.

    32. Javier volunteers in community events each month. He does not do more than five events in a month. He attends exactly five events 35% of the time, four events 25% of the time, three events 20% of the time, two events 10% of the time, one event 5% of the time, and no events 5% of the time.

    1. Define the random variable X.
    2. What values does x take on?
    3. Construct a PDF table.
    4. Find the probability that Javier volunteers for less than three events each month. P(x < 3)
    5. Find the probability that Javier volunteers for at least one event each month. P(x > 0)

    Solution:

    1. Let X = the number of events Javier volunteers for each month.
    2. 0, 1, 2, 3, 4, 5
    3. Figure 4.11
      x P(x)
      0 0.05
      1 0.05
      2 0.10
      3 0.20
      4 0.25
      5 0.35
    4. 0.05 + 0.05 + 0.10 = 0.20
    5. 1 – 0.05 = 0.95

    33. Suppose that the PDF for the number of years it takes to earn a Bachelor of Science (BS) degree is given in below.

    Figure 4.12
    x P(x)
    3 0.05
    4 0.40
    5 0.30
    6 0.15
    7 0.10
    1. In words, define the random variable X.
    2. What does it mean that the values 0, 1, and 2 are not included for x in the PDF?

    34. Suppose you play a game of chance in which a computer randomly chooses five numbers from 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9 with replacement. You pay $2 to play and could profit $100,000 if you match all five numbers in order (getting your $2 back plus $100,000). Over the long term, what is your expected profit of playing the game?

    • To do this problem, set up an expected value table for the amount of money you can profit. Let X = the amount of money you profit. The values of x are not 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. Since you are interested in your profit (or loss), the values of x are 100,000 dollars and −2 dollars.
    • To win, you must get all five numbers correct, in order. The probability of choosing one correct number is \frac{1}{10} because there are ten numbers. You may choose a number more than once. The probability of choosing all five numbers correctly and in order is
      \left(\frac{1}{10}\right)\left(\frac{1}{10}\right)\left(\frac{1}{10}\right)\left(\frac{1}{10}\right)\left(\frac{1}{10}\right) = \left(1\right)\left({10}^{-5})\right = 0.00001
    • Therefore, the probability of winning is 0.00001 and the probability of losing is 1 – 0.00001 = 0.99999.
    • The expected value table is as follows: (Αdd the last column. –1.99998 + 1 = –0.99998.)
    Figure 4.13
    x P(x) x*P(x)
    Loss –2 0.99999 (–2)(0.99999) = –1.99998
    Profit 100,000 0.00001 (100000)(0.00001) = 1

    Since –0.99998 is about –1, you would, on average, expect to lose approximately $1 for each game you play. However, each time you play, you either lose $2 or profit $100,000. The $1 is the average or expected loss per game after playing this game over and over.


    35. You are playing a game of chance in which four cards are drawn from a standard deck of 52 cards. You guess the suit of each card before it is drawn. The cards are replaced in the deck on each draw. You pay $1 to play. If you guess the right suit every time, you get your money back and $256. What is your expected profit from playing the game over the long term?


    36. Suppose you play a game in which you toss a biased coin once, with the probabilities P(heads) = \frac{2}{3} and P(tails) = \frac{1}{3}. If you toss a head, you pay $6. If you toss a tail, you win $10. If you play this game many times, will you come out ahead?

    1. Define a random variable X.
    2. Complete the following expected value table:
      Figure 4.14
      x
      WIN 10 \frac{1}{3}
      LOSE \frac{-12}{3}
    3. What is the expected value, μ? Do you come out ahead?

    Solution:

    1. X = amount of profit
    2. Figure 4.15
      x P(x) xP(x)
      WIN 10 \frac{1}{3} \frac{10}{3}
      LOSE –6 \frac{2}{3} \frac{-12}{3}
    3. Add the last column of the table. The expected value is μ = \frac{\text{-}2}{3}. You lose, on average, about 67 cents each time you play the game, so you do not come out ahead.

    37. Suppose you play a game in which you spin a spinner once, with the probabilities P(red) = \frac{2}{5}, P(blue) = \frac{2}{5}, and P(green) = \frac{1}{5}. If you land on red, you pay $10. If you land on blue, you don’t pay or win anything. If you land on green, you win $10. Complete the following expected value table:

    Figure 4.16
    x P(x)
    Red \frac{20}{5}
    Blue \frac{2}{5}
    Green 10

    38. Toss a fair, six-sided die twice. Let X = the number of faces that show an even number. Construct a table like the one in Question 4, and calculate the mean (μ) and standard deviation (σ) of X.

    Tossing one fair, six-sided die twice has the same sample space as tossing two fair, six-sided dice. The sample space has 36 outcomes:

    Figure 4.17
    (1, 1) (1, 2) (1, 3) (1, 4) (1, 5) (1, 6)
    (2, 1) (2, 2) (2, 3) (2, 4) (2, 5) (2, 6)
    (3, 1) (3, 2) (3, 3) (3, 4) (3, 5) (3, 6)
    (4, 1) (4, 2) (4, 3) (4, 4) (4, 5) (4, 6)
    (5, 1) (5, 2) (5, 3) (5, 4) (5, 5) (5, 6)
    (6, 1) (6, 2) (6, 3) (6, 4) (6, 5) (6, 6)
    1. Use the sample space to complete the following table:
      Figure 4.18: Calculating μ and σ
      x P(x) xP(x) (xμ)2P(x)
      0
      1
      2
    2. Add the values in the third column to find the expected value. Use this value to complete the fourth column.
    3. Add the values in the fourth column and take the square root of the sum.

    Solution:

    1. Figure 4.18: Calculating μ and σ
      x P(x) xP(x) (xμ)2P(x)
      0 \frac{9}{36} 0 (0 – 1)2\frac{9}{36} = \frac{9}{36}
      1 \frac{18}{36} \frac{18}{36} (1 – 1)2\frac{18}{36} = 0
      2 \frac{9}{36} \frac{18}{36} (1 – 1)2\frac{9}{36} = \frac{9}{36}
    2. μ = \frac{36}{36} = 1
    3. σ = \sqrt{\frac{18}{36}}\approx 0.701

    39. On May 11, 2013, at 9:30 PM, the probability that moderate seismic activity (one moderate earthquake) would occur in the next 48 hours in Iran was about 21.42%. Suppose you make a bet that a moderate earthquake will occur in Iran during this period. If you win the bet, you win $50. If you lose the bet, you pay $20. Let X = the amount of profit from a bet.[8]

    • P(win) = P(one moderate earthquake will occur) = 21.42%
    • P(loss) = P(one moderate earthquake will not occur) = 100% – 21.42%

    If you bet many times, will you come out ahead? Explain your answer in a complete sentence using numbers. What is the standard deviation of X? Construct a table similar to those in Questions 4 and 5 to help you answer these questions.

    Solution:

    Figure 4.19
    x P(x) x(Px) (xμ)2P(x)
    Win 50 0.2142 10.71 [50 – (–5.006)]2(0.2142) = 648.0964
    Loss –20 0.7858 –15.716 [–20 – (–5.006)]2(0.7858) = 176.6636

    Mean = expected value = 10.71 + (–15.716) = –5.006.

    If you make this bet many times under the same conditions, your long term outcome will be an average loss of $5.01 per bet.

    Standard deviation = \sqrt{648.0964+176.6636}\approx 28.7186


    40. Complete the expected value table.

    Figure 4.20
    x P(x) x*P(x)
    0 0.2
    1 0.2
    2 0.4
    3 0.2

    41. Find the expected value from the expected value table. Find the standard deviation.

    Figure 4.21
    x P(x) x*P(x)
    2 0.1 2(0.1) = 0.2
    4 0.3 4(0.3) = 1.2
    6 0.4 6(0.4) = 2.4
    8 0.2 8(0.2) = 1.6

    Solution:

    Expected value: 0.2 + 1.2 + 2.4 + 1.6 = 5.4

    Figure 4.22
    x P(x) x*P(x) (xμ)2P(x)
    2 0.1 2(0.1) = 0.2 (2 – 5.4)2(0.1) = 1.156
    4 0.3 4(0.3) = 1.2 (4 – 5.4)2(0.3) = 0.588
    6 0.4 6(0.4) = 2.4 (6 – 5.4)2(0.4) = 0.144
    8 0.2 8(0.2) = 1.6 (8 – 5.4)2(0.2) = 1.352

    σ = 1.156 + 0.588 + 0.144 + 1.352 = 3.24 = 1.8


    42. Identify the mistake in the probability distribution table.

    Figure 4.23
    x P(x) x*P(x)
    1 0.15 0.15
    2 0.25 0.50
    3 0.30 0.90
    4 0.20 0.80
    5 0.15 0.75

    Solution:

    The values of P(x) do not sum to one.


    43. Identify the mistake in the probability distribution table.

    Figure 4.24
    x P(x) x*P(x)
    1 0.15 0.15
    2 0.25 0.40
    3 0.25 0.65
    4 0.20 0.85
    5 0.15 1

    Solution:

    The values of xP(x) are not correct.


    44. A physics professor wants to know what percent of physics majors will spend the next several years doing post-graduate research. He has the following probability distribution:

    Figure 4.25
    x P(x) x*P(x)
    1 0.35
    2 0.20
    3 0.15
    4
    5 0.10
    6 0.05
    1. Define the random variable X.
    2. Define P(x), or the probability of x.
    3. Find the probability that a physics major will do post-graduate research for four years. P(x = 4)
    4. Find the probability that a physics major will do post-graduate research for at most three years. P(x ≤ 3)
    5. On average, how many years would you expect a physics major to spend doing post-graduate research?

    Solution:

    1. Let X = the number of years a physics major will spend doing post-graduate research.
    2. Let P(x) = the probability that a physics major will do post-graduate research for x years.
    3. 1 – 0.35 – 0.20 – 0.15 – 0.10 – 0.05 = 0.15
    4. 0.35 + 0.20 + 0.15 = 0.70
    5. 1(0.35) + 2(0.20) + 3(0.15) + 4(0.15) + 5(0.10) + 6(0.05) = 0.35 + 0.40 + 0.45 + 0.60 + 0.50 + 0.30 = 2.6 years

    45. A ballet instructor is interested in knowing what percent of each year’s class will continue on to the next so that she can plan what classes to offer. Over the years, she has established a probability distribution.

    • Let X = the number of years a student will study ballet with the teacher.
    • Let P(x) = the probability that a student will study ballet x years.

    Complete the figure below using the data provided.

    Figure 4.26
    x P(x) x*P(x)
    1 0.10
    2 0.05
    3 0.10
    4
    5 0.30
    6 0.20
    7 0.10
    1. In words, define the random variable X.
    2. Find P(x = 4).
    3. Find P(x < 4).
    4. On average, how many years would you expect a child to study ballet with this teacher?
    5. What does the column “P(x)” sum to and why?
    6. What does the column “x*P(x)” sum to and why?

    Solution:

    1. X is the number of years a student studies ballet with the teacher.
    2. 1 – 0.10 – 0.05 – 0.10 – 0.30 – 0.20 – 0.10 = 0.15
    3. 0.10 + 0.05 + 0.10 = 0.25
    4. 1(0.10) + 2(0.05) + 3(0.10) + 4(0.15) + 5(0.30) + 6(0.20) + 7(0.10) = 4.5 years
    5. The sum of the probabilities sum to one because it is a probability distribution.
    6. The sum of xP(x) is 4.5; it is the mean of the distribution.

    46. You are playing a game by drawing a card from a standard deck and replacing it. If the card is a face card, you win $30. If it is not a face card, you pay $2. There are 12 face cards in a deck of 52 cards.

    1. What is the expected value of playing the game?
    2. Should you play the game?

    Solution:

    1. -2\left(\frac{40}{52}\right)+30\left(\frac{12}{52}\right) = -1.54 + 6.92 = 5.38
    2. Yes, because there is a positive expected value, and the more you play, the more likely you are to get closer to the expected value.

    47. A theater group holds a fundraiser. It sells 100 raffle tickets for $5 apiece. The prize is two passes to a Broadway show, worth a total of $150. Suppose you purchase four tickets.

    1. What are you interested in here?
    2. In words, define the random variable X.
    3. List the values that X may take on.
    4. Construct a PDF.
    5. If this fundraiser is repeated often and you always purchase four tickets, what would be your expected average winnings per raffle?

    Solution:

    1. I am interested in the average profit or loss.
    2. Let X = the return from the raffle.
    3. Win($150) or Lose ($0)
    4. Check student’s solution.
    5. 150(1,100) + 0(99,100) − 20 = −$18.50

    48. A game involves selecting a card from a regular 52-card deck and tossing a coin. The coin is a fair coin and is equally likely to land on heads or tails.

    • If the card is a face card, and the coin lands on heads, you win $6.
    • If the card is a face card, and the coin lands on tails, you win $2.
    • If the card is not a face card, you lose $2, no matter what the coin shows.
    1. Find the expected value for this game (expected net gain or loss).
    2. Explain what your calculations indicate about your long-term average profits and losses on this game.
    3. Should you play this game to win money?

    Solution:

    a. The variable of interest is X, or the gain or loss, in dollars.

    The face cards are jack, queen, and king. There are (3)(4) = 12 face cards and 52 – 12 = 40 cards that are not face cards.

    We first need to construct the probability distribution for X. We use the card and coin events to determine the probability for each outcome, but we use the monetary value of X to determine the expected value.

    Figure 4.27
    Card event X net gain/loss P(X)
    Face card and heads 6 \left(\frac{12}{52}\right)\left(\frac{1}{2}\right)=\left(\frac{6}{52}\right)
    Face card and tails 2 \left(\frac{12}{52}\right)\left(\frac{1}{2}\right)=\left(\frac{6}{52}\right)
    (Not face card) and (H or T) –2 \left(\frac{40}{52}\right)\left(1\right)=\left(\frac{40}{52}\right)

    Expected value = \left(6\right)\left(\frac{6}{52}\right)+\left(2\right)\left(\frac{6}{52}\right)+\left(-2\right)\left(\frac{40}{52}\right) = -\frac{32}{52} = –$0.62 (rounded to the nearest cent)

    b. If you play this game repeatedly, over a long string of games, you would expect to lose 62 cents per game, on average.

    c. You should not play this game to win money because the expected value indicates an expected average loss.


    49. You buy a lottery ticket to a lottery that costs $10 per ticket. There are only 100 tickets available to be sold in this lottery. In this lottery, there are one $500 prize, two $100 prizes, and four $25 prizes. Find your expected gain or loss.

    • Start by writing the probability distribution. X is net gain or loss = prize (if any) less $10 cost of ticket.
    • Expected value = (490)(1,100) + (90)(2,100) + (15)(4,100) + (−10)(93,100) = −$2. There is an expected loss of $2 per ticket, on average.

    Complete the PDF and answer the questions.

    Figure 4.28
    x P(x) xP(x)
    0 0.3
    1 0.2
    2
    3 0.4
    1. Find the probability that x = 2.
    2. Find the expected value.

    Solution:

    1. 0.1
    2. 1.6

    50. Suppose that you are given a die to roll. If you roll a six, you win $10. If you roll a four or five, you win $5. If you roll a one, two, or three, you pay $6.

    1. What are you ultimately interested in here (the value of the roll or the money you win)?
    2. In words, define the random variable, X.
    3. List the values that X may take on.
    4. Construct a PDF.
    5. Over the long run of playing this game, what are your expected average winnings per game?
    6. Based on numerical values, should you take the deal? Explain your decision in complete sentences.

    Solution:

    1. The money won
    2. X = the amount of money won or lost
    3. $5, –$6, $10
    4. Check student’s solution.
    5. Expected value = (10) 1 6 + (5) 2 6 – (6) 3 6 = 0.33
    6. Yes, the expected value is 33 cents.

    51. A venture capitalist willing to invest $1,000,000 has three investments from which to choose. The first investment, a software company, has a 10% chance of returning $5,000,000 profit, a 30% chance of returning $1,000,000 profit, and a 60% chance of losing the million dollars. The second company, a hardware company, has a 20% chance of returning $3,000,000 profit, a 40% chance of returning $1,000,000 profit, and a 40% chance of losing the million dollars. The third company, a biotech firm, has a 10% chance of returning $6,000,000 profit, a 70% of no profit or loss, and a 20% chance of losing the million dollars.

    1. Construct a PDF for each investment.
    2. Find the expected value for each investment.
    3. Which is the safest investment? Why do you think so?
    4. Which is the riskiest investment? Why do you think so?
    5. Which investment has the highest expected return, on average?

    Solution:

    1. Figure 4.29: Software Company
      x P(x)
      5,000,000 0.10
      1,000,000 0.30
      –1,000,000 0.60
      Figure 4.30: Hardware Company
      x P(x)
      3,000,000 0.20
      1,000,000 0.40
      –1,000,00 0.40
      Figure 4.31: Biotech Firm
      x P(x)
      6,00,000 0.10
      0 0.70
      –1,000,000 0.20
    2. $200,000; $600,000; $400,000
    3. Third investment, because it has the lowest probability of loss
    4. First investment, because it has the highest probability of loss
    5. Second investment

    52. Suppose that 20,000 married adults in the United States were randomly surveyed as to the number of children they have. The results are compiled and are used as theoretical probabilities. Let X = the number of children married people have.

    Figure 4.32
    x P(x) xP(x)
    0 0.10
    1 0.20
    2 0.30
    3
    4 0.10
    5 0.05
    6 (or more) 0.05
    1. Find the probability that a married adult has three children.
    2. In words, what does the expected value in this example represent?
    3. Find the expected value.
    4. Is it more likely that a married adult will have two-to-three children or four-to-six children? How do you know?

    53. Suppose that the PDF for the number of years it takes to earn a Bachelor of Science (BS) degree is given below.

    Figure 4.33
    x P(x)
    3 0.05
    4 0.40
    5 0.30
    6 0.15
    7 0.10

    On average, how many years do you expect it to take for an individual to earn a BS?

    Solution:

    4.85 years


    54. People visiting video rental stores often rent more than one DVD at a time. The probability distribution for DVD rentals per customer at Video To Go is given in the following table. There is a five-video limit per customer at this store, so nobody ever rents more than five DVDs.

    Figure 4.34
    x P(x)
    0 0.03
    1 0.50
    2 0.24
    3
    4 0.07
    5 0.04
    1. Describe the random variable X in words.
    2. Find the probability that a customer rents three DVDs.
    3. Find the probability that a customer rents at least four DVDs.
    4. Find the probability that a customer rents at most two DVDs.
    5. Another shop, Entertainment Headquarters, rents DVDs and video games. The probability distribution for DVD rentals per customer at this shop is given as follows. They also have a five-DVD limit per customer.
      Figure 4.35
      x P(x)
      0 0.35
      1 0.25
      2 0.20
      3 0.10
      4 0.05
      5 0.05

      At which store is the expected number of DVDs rented per customer higher?

    6. If Video to Go estimates that they will have 300 customers next week, how many DVDs do they expect to rent next week? Answer in sentence form.
    7. If Video to Go expects 300 customers next week, and Entertainment HQ projects that they will have 420 customers, for which store is the expected number of DVD rentals for next week higher? Explain.
    8. Which of the two video stores experiences more variation in the number of DVD rentals per customer? How do you know that?

    Solution:

    1. X = the number of video rentals per costumer
    2. 0.12
    3. 0.11
    4. 0.77
    5. Video To Go (expected value of Video To Go is 1.82; expected value of Entertainment Headquarters is 1.4)
    6. The expected number of videos rented to 300 Video To Go customers is 546.
    7. The expected number of videos rented to 420 Entertainment Headquarters customers is 588. Entertainment Headquarters will rent more videos.
    8. The standard deviation for the number of videos rented at Video To Go is 1.1609. The standard deviation for the number of videos rented at Entertainment Headquarters is 1.4293. Entertainment Headquarters has more variation.

    55. A friend offers you the following deal.” For a $10 fee, you may pick an envelope from a box containing 100 seemingly identical envelopes. However, each envelope contains a coupon for a free gift.

    • Ten of the coupons are for a free gift worth $6.
    • Eighty of the coupons are for a free gift worth $8.
    • Six of the coupons are for a free gift worth $12.
    • Four of the coupons are for a free gift worth $40.

    Based upon the financial gain or loss over the long run, should you play the game?

    1. Yes, I expect to come out ahead in money.
    2. No, I expect to come out behind in money.
    3. It doesn’t matter. I expect to break even.

    Solution: b.


    56. Florida State University has 14 statistics classes scheduled for its Summer 2013 term. One class has space available for 30 students, eight classes have space for 60 students, one class has space for 70 students, and four classes have space for 100 students.[9]

    1. What is the average class size assuming each class is filled to capacity?
    2. Space is available for 980 students. Suppose that each class is filled to capacity, and select a statistics student at random. Let the random variable X equal the size of the student’s class. Define the PDF for X.
    3. Find the mean of X.
    4. Find the standard deviation of X.

    Solution:

    1. The average class size is 30 + 8(60) + 70 + 4(100) 14 = 70
    2. P(x=30)= 1 14 P(x=60)= 8 14 P(x=70)= 1 14 P(x=100)= 4 14
    3. Mean of X = 30 14 + 480 14 + 70 14 + 400 14 = 980 14 = 70
    4. Standard deviation of X = 114.2857 + 57.1429 + 0 + 257.1429 = 20.702

    57. In a lottery, there are 250 prizes of $5, 50 prizes of $25, and ten prizes of $100. Assuming that 10,000 tickets are to be issued and sold, what is a fair price to charge to break even?

    Let X = the amount of money to be won on a ticket. The following table shows the PDF for X.

    Figure 4.36
    x P(x)
    0 0.969
    5 \frac{\text{250}}{\text{10,000}} = 0.025
    25 \frac{\text{50}}{\text{10,000}} = 0.005
    100 \frac{\text{10}}{\text{10,000}} = 0.001

    Calculate the expected value of X.

    Solution:

    0(0.969) + 5(0.025) + 25(0.005) + 100(0.001) = 0.35

    A fair price for a ticket is $0.35. Any price over $0.35 will enable the lottery to raise money.


    4.3 The Binomial Distribution

    1. The state health board is concerned about the amount of fruit available in school lunches. Forty-eight percent of schools in the state offer fruit in their lunches every day. This implies that 52% do not. What would a “success” be in this case?


    2. A trainer is teaching a dolphin to do tricks. The probability that the dolphin successfully performs the trick is 35%, and the probability that the dolphin does not successfully perform the trick is 65%. Out of 20 attempts, you want to find the probability that the dolphin succeeds 12 times. State the probability question mathematically.


    3. A fair, six-sided die is rolled ten times. Each roll is independent. You want to find the probability of rolling a one more than three times. State the probability question mathematically.


    4. The lifetime risk of developing pancreatic cancer is about one in 78 (1.28%).[10] Suppose we randomly sample 200 people. Let X = the number of people who will develop pancreatic cancer.

    1. What is the probability distribution for X?
    2. Using the formulas, calculate the (i) mean and (ii) standard deviation of X.
    3. Find the probability that at most eight people develop pancreatic cancer.
    4. Is it more likely that five or six people will develop pancreatic cancer? Justify your answer numerically.

    5. During the 2013 regular NBA season, DeAndre Jordan of the Los Angeles Clippers had the highest field goal completion rate in the league, scoring with 61.3% of his shots.[11] Suppose you choose a random sample of 80 shots made by DeAndre during the 2013 season. Let X = the number of shots that scored points. 

    1. What is the probability distribution for X?
    2. Using the formulas, calculate the (i) mean and (ii) standard deviation of X.
    3. Find the probability that DeAndre scored with 60 of these shots.
    4. Find the probability that DeAndre scored with more than 50 of these shots.

    6. A lacrosse team is selecting a captain. The names of all the seniors are put into a hat, and the first three that are drawn will be the captains. The names are not replaced once they are drawn (one person cannot be captain twice). You want to see if the captains all play the same position. State whether this is binomial or not, and state why.


    7. The Higher Education Research Institute at UCLA collected data from 203,967 incoming first-time, full-time freshmen from 270 four-year colleges and universities in the US. Of those students, 71.3% replied that, yes, they believe that same-sex couples should have the right to legal marital status.[12] Suppose that you randomly pick eight first-time, full-time freshmen from the survey. You are interested in the number that believes that same sex-couples should have the right to legal marital status.

    1. In words, define the random variable X.
    2. X ~ (, )
    3. What values does the random variable X take on?
    4. Construct the probability distribution function (PDF).
    5. On average (μ), how many would you expect to answer yes?
    6. What is the standard deviation (σ)?
    7. What is the probability that at most five of the freshmen reply “yes”?
    8. What is the probability that at least two of the freshmen reply “yes”?

    Solution:

    1. X = the number that reply “yes”
    2. B(8,0.713)
    3. 0, 1, 2, 3, 4, 5, 6, 7, 8
    4. Check student’s solution.
    5. 5.7
    6. 1.2795
    7. 0.4151
    8. 0.9990

    8. According to a recent article, the average number of babies born with significant hearing loss (deafness) is approximately two per 1,000 babies in a healthy baby nursery. The number climbs to an average of 30 per 1,000 babies in an intensive care nursery. Suppose that 1,000 babies from healthy baby nurseries were randomly surveyed. Find the probability that exactly two babies were born deaf.

    Solution:

    0.2709


    9. Recently, a nurse commented that, when a patient calls the medical advice line claiming to have the flu, the chance that he or she truly has the flu (and not just a nasty cold) is only about 4%. Of the next 25 patients calling in claiming to have the flu, we are interested in how many actually have the flu.

    1. Define the random variable, and list its possible values.
    2. State the distribution of X.
    3. Find the probability that at least four of the 25 patients actually have the flu.
    4. On average, for every 25 patients calling in, how many do you expect to have the flu?

    Solution:

    1. X = the number of patients calling in claiming to have the flu while actually having the flu. X = 0, 1, 2, …, 25
    2. B(25,0.04)
    3. 0.0165
    4. One

    10. A school newspaper reporter decides to randomly survey 12 students to see if they will attend Tet (Vietnamese New Year) festivities this year. Based on past years, she knows that 18% of students attend Tet festivities. We are interested in the number of students who will attend the festivities.

    1. In words, define the random variable X.
    2. List the values that X may take on.
    3. Give the distribution of X. X ~ ( , )
    4. How many of the 12 students do we expect to attend the festivities?
    5. Find the probability that at most four students will attend.
    6. Find the probability that more than two students will attend.

    Solution:

    1. X = the number of students who will attend Tet.
    2. 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
    3. X ~ B(12,0.18)
    4. 2.16
    5. 0.9511
    6. 0.3702

    11. The probability that the San Jose Sharks will win any given game is 0.3694 based on a 13-year win history of 382 wins out of 1,034 games played (as of a certain date).[13] An upcoming monthly schedule contains 12 games.

    a. The expected number of wins for that upcoming month is:

    1. 1.67
    2. 12
    3. \frac{382}{1034}
    4. 4.43

    b. Let X = the number of games won in that upcoming month. What is the probability that the San Jose Sharks win six games in that upcoming month?

    1. 0.1476
    2. 0.2336
    3. 0.7664
    4. 0.8903

    c. What is the probability that the San Jose Sharks win at least five games in that upcoming month?

    1. 0.3694
    2. 0.5266
    3. 0.4734
    4. 0.2305

    Solution:

    1. d
    2. a
    3. c

    12. A student takes a ten-question true-false quiz but did not study and randomly guesses each answer. Find the probability that the student passes the quiz with a grade of at least 70%.

    Solution:

    X = number of questions answered correctly X ~ B(10, 0.5). We are interested in quizzes with at least 70% of ten questions correct. Since 70% of ten is seven, we want to find the probability that X is greater than or equal to seven. The event “at least seven” is the complement of “less than or equal to six.” Use your software or calculator to get 0.171875. The probability of getting at least 70% of the ten questions correct when randomly guessing is approximately 0.172.


    13. A student takes a 32-question multiple-choice exam but did not study and randomly guesses each answer. Each question has three possible choices for the answer. Find the probability that the student guesses more than 75% of the questions correctly.

    Solution:

    X = number of questions answered correctly

    X ~ B (32, ) We are interested in more than 75% of 32 questions correct. Since 75% of 32 is 24, we want to find <em data-effect="italics">P</em>(<em data-effect="italics">x</em> > 24). The event "more than 24" is the complement of "less than or equal to 24." Using your technology of choice, find: 1 - binomcdf(32,1/3,24). <em data-effect="italics">P</em>(<em data-effect="italics">x</em> > 24) = 0 The probability of getting more than 75% of the 32 questions correct when randomly guessing is very small and practically zero.   <hr /> 14. Six different colored dice are rolled. Of interest is the number of dice that show a one.  <ol id="element-722" style="text-align: justify;" type="a">   <li>In words, define the random variable <em data-effect="italics">X</em>.</li>   <li>List the values that <em data-effect="italics">X</em> may take on.</li>   <li>Give the distribution of <em data-effect="italics">X</em>. <em data-effect="italics">X</em> ~ _____(_____,_____)</li>   <li>On average, how many dice would you expect to show a one?</li>   <li>Find the probability that all six dice show a one.</li>   <li>Is it more likely that three or that four dice will show a one? Use numbers to justify your answer numerically.</li> </ol> Solution:  <ol style="list-style-type: lower-alpha; text-align: justify;">   <li>X = the number of dice that show a one</li>   <li>0, 1, 2, 3, 4, 5, 6</li>   <li>X ~ B ( 6, 1 6 )</li>   <li>1</li>   <li>0.00002</li>   <li>Three dice</li> </ol>  <hr /> 15. More than 96% of the very largest colleges and universities (more than 15,000 total enrollments) have some online offerings. Suppose you randomly pick 13 such institutions. We are interested in the number that offer distance learning courses.  <ol id="fs-idm8844720" style="text-align: justify;" type="a">   <li>In words, define the random variable <em data-effect="italics">X</em>.</li>   <li>List the values that <em data-effect="italics">X</em> may take on.</li>   <li>Give the distribution of <em data-effect="italics">X</em>. <em data-effect="italics">X</em> ~ _____(_____,_____)</li>   <li>On average, how many schools would you expect to offer such courses?</li>   <li>Find the probability that at most ten offer such courses.</li>   <li>Is it more likely that 12 or that 13 will offer such courses? Use numbers to justify your answer numerically and answer in a complete sentence.</li> </ol> Solution:  <ol id="fs-idm63350320" style="text-align: justify;" type="a">   <li><em data-effect="italics">X</em> = the number of college and universities that offer online offerings.</li>   <li>0, 1, 2, …, 13</li>   <li><em data-effect="italics">X</em> ~ <em data-effect="italics">B</em>(13, 0.96)</li>   <li>12.48</li>   <li>0.0135</li>   <li><em data-effect="italics">P</em>(<em data-effect="italics">x</em> = 12) = 0.3186 <em data-effect="italics">P</em>(<em data-effect="italics">x</em> = 13) = 0.5882; you are more likely to get 13.</li> </ol>  <hr /> 16. Suppose that about 85% of graduating students attend their graduation. A group of 22 graduating students is randomly chosen.  <ol id="fs-idm129637152" style="text-align: justify;" type="a">   <li>In words, define the random variable <em data-effect="italics">X</em>.</li>   <li>List the values that <em data-effect="italics">X</em> may take on.</li>   <li>Give the distribution of <em data-effect="italics">X</em>. <em data-effect="italics">X</em> ~ (, )</li>   <li>How many are expected to attend their graduation?</li>   <li>Find the probability that 17 or 18 attend.</li>   <li>Based on numerical values, would you be surprised if all 22 attended graduation? Justify your answer numerically.</li> </ol> Solution:  <ol id="fs-idm129637152" style="text-align: justify;" type="a">   <li><em>X</em> = the number of students who attend their graduation</li>   <li>0, 1, 2, …, 22</li>   <li><em>X</em> ~ <em>B</em>(22, 0.85)</li>   <li>18.7</li>   <li>0.3249</li>   <li><em>P</em>(<em>x</em> = 22) = 0.0280 (less than 3%), which is unusual.</li> </ol>  <hr /> 17. At The Fencing Center, 60% of the fencers use the foil as their main weapon. We randomly survey 25 fencers at The Fencing Center. We are interested in the number of fencers who do not use the foil as their main weapon.  <ol id="element-79" style="text-align: justify;" type="a">   <li>In words, define the random variable <em data-effect="italics">X</em>.</li>   <li>List the values that <em data-effect="italics">X</em> may take on.</li>   <li>Give the distribution of <em data-effect="italics">X</em>. <em data-effect="italics">X</em> ~ (, )</li>   <li>How many are expected to not to use the foil as their main weapon?</li>   <li>Find the probability that six do not use the foil as their main weapon.</li>   <li>Based on numerical values, would you be surprised if all 25 did not use foil as their main weapon? Justify your answer numerically.</li> </ol> Solution:  <ol id="element-578" style="text-align: justify;" type="a">   <li><em data-effect="italics">X</em> = the number of fencers who do not use the foil as their main weapon</li>   <li>0, 1, 2, 3, ..., 25</li>   <li><em data-effect="italics">X</em> ~ <em data-effect="italics">B</em>(25, 0.40)</li>   <li>10</li>   <li>0.0442</li>   <li>The probability that all 25 do not use the foil is almost zero. Therefore, it would be very surprising.</li> </ol>  <hr /> 18. Approximately 8% of students at a local high school participate in after-school sports all four years of high school. A group of 60 seniors is randomly chosen. Of interest is the number who participated in after-school sports all four years of high school.  <ol style="text-align: justify;" type="a">   <li>In words, define the random variable <em data-effect="italics">X</em>.</li>   <li>List the values that <em data-effect="italics">X</em> may take on.</li>   <li>Give the distribution of <em data-effect="italics">X</em>. <em data-effect="italics">X</em> ~ (, )</li>   <li>How many seniors are expected to have participated in after-school sports all four years of high school?</li>   <li>Based on numerical values, would you be surprised if none of the seniors participated in after-school sports all four years of high school? Justify your answer numerically.</li>   <li>Based on numerical values, is it more likely that four or that five of the seniors participated in after-school sports all four years of high school? Justify your answer numerically.</li> </ol> Solution:  <ol style="text-align: justify;" type="a">   <li>X = the number of high school students who participate in after school sports all four years of high school.</li>   <li>0, 1, 2, …, 60</li>   <li>X ~ B(60, 0.08)</li>   <li>4.8</li>   <li>Yes, P(x = 0) = 0.0067, which is a small probability</li>   <li>P(x = 4) = 0.1873, P(x = 5) = 0.1824. More likely to get four.</li> </ol>  <hr /> 19. The chance of an IRS audit for a tax return with over $25,000 in income is about 2% per year. We are interested in the expected number of audits a person with that income has in a 20-year period. Assume each year is independent.  <ol style="text-align: justify;" type="a">   <li>In words, define the random variable <em data-effect="italics">X</em>.</li>   <li>List the values that <em data-effect="italics">X</em> may take on.</li>   <li>Give the distribution of <em data-effect="italics">X</em>. <em data-effect="italics">X</em> ~ (, )</li>   <li>How many audits are expected in a 20-year period?</li>   <li>Find the probability that a person is not audited at all.</li>   <li>Find the probability that a person is audited more than twice.</li> </ol> Solution:  <ol id="fs-idm54319632" style="text-align: justify;" type="a">   <li><em data-effect="italics">X</em> = the number of audits in a 20-year period.</li>   <li>0, 1, 2, …, 20</li>   <li><em data-effect="italics">X</em> ~ <em data-effect="italics">B</em>(20, 0.02)</li>   <li>0.4</li>   <li>0.6676</li>   <li>0.0071</li> </ol>  <hr /> 20. It has been estimated that only about 30% of California residents have adequate earthquake supplies.[footnote]``World Earthquakes: Live Earthquake News and Highlights,'' World Earthquakes, 2012. http://www.worldearthquakes.com/index.php?option=ethq_prediction (accessed May 15, 2013).[/footnote] Suppose you randomly survey 11 California residents. We are interested in the number who have adequate earthquake supplies.  <ol style="text-align: justify;" type="a">   <li>In words, define the random variable <em data-effect="italics">X</em>.</li>   <li>List the values that <em data-effect="italics">X</em> may take on.</li>   <li>Give the distribution of <em data-effect="italics">X</em>. <em data-effect="italics">X</em> ~ (, )</li>   <li>What is the probability that at least eight have adequate earthquake supplies?</li>   <li>Is it more likely that none or that all of the residents surveyed will have adequate earthquake supplies? Why?</li>   <li>How many residents do you expect will have adequate earthquake supplies?</li> </ol> Solution:  <ol style="text-align: justify;" type="a">   <li>X = the number of California residents who do have adequate earthquake supplies.</li>   <li>0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11</li>   <li>B(11, 0.30)</li>   <li>0.0043</li>   <li>P(x = 0) = 0.0198; P(x = 11) = 0 or none</li>   <li>3.3</li> </ol>  <hr /> 21. There are two similar games played for Chinese New Year and Vietnamese New Year. In the Chinese version, fair dice with numbers 1, 2, 3, 4, 5, and 6 are used, along with a board with those numbers. In the Vietnamese version, fair dice with pictures of a gourd, fish, rooster, crab, crayfish, and deer are used, along with a board with those six objects on it. We will play with bets being $1. The player places a bet on a number or object. The ``house'' rolls three dice. If none of the dice show the number or object that was bet, the house keeps the $1 bet. If one of the dice shows the number or object bet (and the other two do not show it), the player gets back their $1 bet, plus $1 profit. If two of the dice show the number or object bet (and the third die does not show it), the player gets back their $1 bet, plus $2 profit. If all three dice show the number or object bet, the player gets back their $1 bet, plus $3 profit. Let <em data-effect="italics">X</em> = number of matches and <em data-effect="italics">Y</em> = profit per game.  <ol id="element-82" style="text-align: justify;" type="a">   <li>In words, define the random variable <em data-effect="italics">X</em>.</li>   <li>List the values that <em data-effect="italics">X</em> may take on.</li>   <li>Give the distribution of <em data-effect="italics">X</em>. <em data-effect="italics">X</em> ~ (, )</li>   <li>List the values that <em data-effect="italics">Y</em> may take on. Then, construct one PDF table that includes both <em data-effect="italics">X</em> and <em data-effect="italics">Y</em> and their probabilities.</li>   <li>Calculate the average expected matches over the long run of playing this game for the player.</li>   <li>Calculate the average expected earnings over the long run of playing this game for the player.</li>   <li>Determine who has the advantage, the player or the house.</li> </ol> Solution:  <ol id="element-82" style="text-align: justify;" type="a">   <li><em data-effect="italics">X</em> = the number of matches</li>   <li>0, 1, 2, 3</li>   <li><em data-effect="italics">X</em> ~ <em data-effect="italics">B</em>(3, [latex]\frac{1}{6})

    In dollars: −1, 1, 2, 3
    \frac{1}{2}
    Multiply each Y value by the corresponding X probability from the PDF table. The answer is −0.0787. You lose about eight cents, on average, per game.
    The house has the advantage.


    22. According to the World Bank, only 9% of the population of Uganda had access to electricity as of 2009. Suppose we randomly sample 150 people in Uganda. Let X = the number of people who have access to electricity.

    1. What is the probability distribution for X?
    2. Using the formulas, calculate the mean and standard deviation of X.
    3. Find the probability that 15 people in the sample have access to electricity.
    4. Find the probability that at most ten people in the sample have access to electricity.
    5. Find the probability that more than 25 people in the sample have access to electricity.

    Solution:

    1. X ~ B(150,0.09)
    2. Mean = np = 150(0.09) = 13.5; Standard deviation = npq = 150(0.09)(0.91) ≈ 3.5050
    3. P(x = 15) = binompdf(150, 0.09, 15) = 0.0988
    4. P(x ≤ 10) = binomcdf(150, 0.09, 10) = 0.1987
    5. P(x > 25) = 1 – P(x ≤ 25) = 1 – binomcdf(150, 0.09, 25) = 1 – 0.9991 = 0.0009

    23. The literacy rate for a nation measures the proportion of people age 15 and over that can read and write. The literacy rate in Afghanistan is 28.1%. Suppose you choose 15 people in Afghanistan at random. Let X = the number of people who are literate.[14]

    1. Sketch a graph of the probability distribution of X.
    2. Using the formulas, calculate the (i) mean and (ii) standard deviation of X.
    3. Find the probability that more than five people in the sample are literate. Is it is more likely that three people or four people are literate?

    Solution:

    1. X ~ B(15, 0.281)
      This histogram shows a binomial probability distribution. It is made up of bars that are fairly normally distributed. The x-axis shows values from 0 to 15, with bars from 0 to 9. The y-axis shows values from 0 to 0.25 in increments of 0.05.
    2. Mean = μ = np = 15(0.281) = 4.215; Standard deviation = σ = \sqrt{npq}\) =\sqrt{15\left(0.281\right)\left(0.719\right)} = 1.7409
    3. P(x > 5) = 1 – P(x ≤ 5) = 1 – binomcdf(15, 0.281, 5) = 1 – 0.7754 = 0.2246
      P(x = 3) = binompdf(15, 0.281, 3) = 0.1927
      P(x = 4) = binompdf(15, 0.281, 4) = 0.2259
      It is more likely that four people are literate that three people are.

    24. Suppose you play a game that you can only either win or lose. The probability that you win any game is 55%, and the probability that you lose is 45%. Each game you play is independent. If you play the game 20 times, write the function that describes the probability that you win 15 of the 20 times. Here, if you define X as the number of wins, then X takes on the values 0, 1, 2, 3, …, 20. The probability of a success is p = 0.55. The probability of a failure is q = 0.45. The number of trials is n = 20. The probability question can be stated mathematically as P(x = 15).


    25. A fair coin is flipped 15 times. Each flip is independent. What is the probability of getting more than ten heads? Let X = the number of heads in 15 flips of the fair coin. X takes on the values 0, 1, 2, 3, …, 15. Since the coin is fair, p = 0.5 and q = 0.5. The number of trials is n = 15. State the probability question mathematically.


    4.4 Continuous Random Variables

    1. What does the shaded area represent? P(< x <)

    This graph shows a uniform distribution. The horizontal axis ranges from 0 to 10. The distribution is modeled by a rectangle extending from x = 1 to x = 8. A region from x = 2 to x = 5 is shaded inside the rectangle.
    Figure 5.17

    2. What does the shaded area represent? P(< x <)

    This graph shows an exponential distribution. The graph slopes downward. It begins at a point on the y-axis and approaches the x-axis at the right edge of the graph. The region under the graph from x = 6 to x = 7 is shaded.
    Figure 5.18

    Solution: P(6 < x < 7)


    3. For a continuous probability distribution, 0 ≤ x ≤ 15. What is P(x > 15)?


    4. What is the area under f(x) if the function is a continuous probability density function?

    Solution: One


    5. For a continuous probability distribution, 0 ≤ x ≤ 10. What is P(x = 7)?


    6. A continuous probability function is restricted to the portion between x = 0 and 7. What is P(x = 10)?

    Solution: Zero


    7. f(x) for a continuous probability function is \frac{1}{5}, and the function is restricted to 0 ≤ x ≤ 5. What is P(x < 0)?


    8. f(x) for a continuous probability function is equal to \frac{1}{12}, and the function is restricted to 0 ≤ x ≤ 12. What is P (0 < x < 12)?

    Solution: One


    9. You are one of 100 people enlisted to take part in a study to determine the percent of nurses in America with an RN (registered nurse) degree. You ask nurses if they have an RN degree. The nurses answer “yes” or “no.” You then calculate the percentage of nurses with an RN degree. You give that percentage to your supervisor.

    1. What part of the experiment will yield discrete data?
    2. What part of the experiment will yield continuous data?
    3. When age is rounded to the nearest year, do the data stay continuous, or do they become discrete? Why?

    4.5 The Normal Distribution

    1. The mean height of 15- to 18-year-old males from Chile from 2009 to 2010 was 170 cm with a standard deviation of 6.28 cm.[15] Male heights are known to follow a normal distribution. Let X = the height of a 15- to 18-year-old male from Chile in 2009 to 2010. Then, X ~ N(170, 6.28).

    1. Suppose a 15- to 18-year-old male from Chile was 168 cm tall from 2009 to 2010. The z-score when x = 168 cm is z = . This z-score tells you that x = 168 is  standard deviations to the   (right or left) of the mean, which is  .
    2. Suppose that the height of a 15- to 18-year-old male from Chile from 2009 to 2010 has a z-score of z = 1.27. What is the male’s height? The z-score (z = 1.27) tells you that the male’s height is   standard deviations to the  (right or left) of the mean.

    Solution:

    1. –0.32, 0.32, left, 170
    2. 177.98 cm, 1.27, right

    2. Use the information in Question 1 to answer the following questions.

    1. Suppose a 15- to 18-year-old male from Chile was 176 cm tall from 2009 to 2010. The z-score when x = 176 cm is z =  . This z-score tells you that x = 176 cm is  standard deviations to the  (right or left) of the mean, which is .
    2. Suppose that the height of a 15- to 18-year-old male from Chile from 2009 to 2010 has a z-score of z = –2. What is the male’s height? The z-score (z = –2) tells you that the male’s height is   standard deviations to the (right or left) of the mean.

    3. In 2012, 1,664,479 students took the SAT exam. The distribution of scores in the verbal section of the SAT had a mean µ = 496 and a standard deviation σ = 114.[16] Let X = a SAT exam verbal section score in 2012. Then, X ~ N(496, 114). Find the z-scores for x1 = 325 and x2 = 366.21. Interpret each z-score. What can you say about x1 = 325 and x2 = 366.21 in comparison to their respective means and standard deviations?


    4. What is the z-score of x when x = 1 and X ~ N(12, 3)?


    5. Some doctors believe that a person can lose five pounds, on the average, in a month by reducing their fat intake and by exercising consistently.[17] Suppose weight loss has a normal distribution. Let X = the amount of weight lost (in pounds) by a person in a month. Use a standard deviation of two pounds. X ~ N(5, 2). Fill in the blanks.

    1. Suppose a person lost ten pounds in a month. The z-score when x = 10 pounds is z = 2.5 (verify). This z-score tells you that x = 10 is [?] standard deviations to the [right/left] of the mean, which is [?].
    2. Suppose a person gained three pounds (a negative weight loss). Then z = [?]. This z-score tells you that x = –3 is [?] standard deviations to the [right/left] of the mean.
    3. Suppose the random variables X and Y have the following normal distributions: X ~ N(5, 6) and Y ~ N(2, 1). If x = 17, then z = 2; if y = 4, what is z?

    Solution:

    1. This z-score tells you that x = 10 is 2.5 standard deviations to the right of the mean five.
    2. z = –4. This z-score tells you that x = –3 is four standard deviations to the left of the mean.
    3. z = \frac{y-\mu }{\sigma } = \frac{4-2}{1} = 2, where µ = 2 and σ = 1. The z-score for y = 4 is z = 2. This means that four is z = 2 standard deviations to the right of the mean. Therefore, x = 17 and y = 4 are both two (of their own) standard deviations to the right of their respective means.

    6. Jerome averages 16 points a game with a standard deviation of four points. X ~ N(16, 4). Suppose Jerome scores ten points in a game. The z–score when x = 10 is –1.5. This score tells you that x = 10 is [?] standard deviations to the [right/left] of the mean, which is [?].


    7. From 1984 to 1985, the mean height of 15- to 18-year-old males from Chile was 172.36 cm, and the standard deviation was 6.34 cm.[18] Let Y = the height of 15- to 18-year-old males from 1984 to 1985. Then, Y ~ N(172.36, 6.34).

    The mean height of 15- to 18-year-old males from Chile from 2009 to 2010 was 170 cm with a standard deviation of 6.28 cm. Male heights are known to follow a normal distribution. Let X = the height of a 15- to 18-year-old male from Chile in 2009 to 2010. Then, X ~ N(170, 6.28).

    Find the z-scores for x = 160.58 cm and y = 162.85 cm. Interpret each z-score. What can you say about x = 160.58 cm and y = 162.85 cm in comparison to their respective means and standard deviations?

    Solution:

    The z-score for x = -160.58 is z = –1.5. The z-score for y = 162.85 is z = –1.5. Both x = 160.58 and y = 162.85 deviate the same number of standard deviations from their respective means and in the same direction.


    8. In 2012, 1,664,479 students took the SAT exam.[19] The distribution of scores in the verbal section of the SAT had a mean µ = 496 and a standard deviation σ = 114. Let X = a SAT exam verbal section score in 2012. Then, X ~ N(496, 114). Find the z-scores for x1 = 325 and x2 = 366.21. Interpret each z-score. What can you say about x1 = 325 and x2 = 366.21 in comparison to their respective means and standard deviations?


    9. Suppose X has a normal distribution with mean 25 and standard deviation five. Between what values of x do 68% of the values lie?


    10. The scores on a college entrance exam have an approximate normal distribution with mean µ = 52 points and a standard deviation σ = 11 points.

    1. About 68% of the y values lie between what two values? What are the respective z-scores?
    2. About 95% of the y values lie between what two values? What are the respective z-scores?
    3. About 99.7% of the y values lie between what two values? What are the respective z-scores?

    11. A bottle of water contains 12.05 fluid ounces with a standard deviation of 0.01 ounces. Define the random variable X in words.

    Solution: X is the ounces of water in a bottle.


    12. A normal distribution has a mean of 61 and a standard deviation of 15. What is the median?

    Solution: 61


    13. X ~ N(1, 2). σ =

    Solution: 2


    14. A company manufactures rubber balls. The mean diameter of a ball is 12 cm with a standard deviation of 0.2 cm. Define the random variable X in words.

    Solution: X is the diameter of a rubber ball.


    15. X ~ N(–4, 1). What is the median?

    Solution: –4


    16. X ~ N(3, 5). σ =

    Solution: 5


    17. X ~ N(–2, 1). μ =

    Solution: –2


    18. What does a z-score measure?

    Solution: The number of standard deviations a value is from the mean.


    19. What does standardizing a normal distribution do to the mean?

    Solution: The mean becomes zero.


    20. Is X ~ N(0, 1) a standardized normal distribution? Why or why not?

    Solution: Yes, because the mean is zero and the standard deviation is one.


    21. What is the z-score of x = 12 if it is two standard deviations to the right of the mean?

    Solution: z = 2


    22. What is the z-score of x = 9 if it is 1.5 standard deviations to the left of the mean?

    Solution: z = –1.5


    23. What is the z-score of x = –2 if it is 2.78 standard deviations to the right of the mean?

    Solution: z = 2.78


    24. What is the z-score of x = 7 if it is 0.133 standard deviations to the left of the mean?

    Solution: z = –0.133


    25. Suppose X ~ N(2, 6). What value of x has a z-score of three?

    Solution: x = 20


    26. Suppose X ~ N(8, 1). What value of x has a z-score of –2.25?

    Solution: x = 5.75


    27. Suppose X ~ N(9, 5). What value of x has a z-score of –0.5?

    Solution: x = 6.5


    28. Suppose X ~ N(2, 3). What value of x has a z-score of –0.67?

    Solution: x = –0.01


    29. Suppose X ~ N(4, 2). What value of x is 1.5 standard deviations to the left of the mean?

    Solution: x = 1


    30. Suppose X ~ N(4, 2). What value of x is two standard deviations to the right of the mean?

    Solution: x = 8


    31. Suppose X ~ N(8, 9). What value of x is 0.67 standard deviations to the left of the mean?

    Solution: x = 1.97


    32. Suppose X ~ N(–1, 2). What is the z-score of x = 2?

    Solution: z = 1.5


    33. Suppose X ~ N(12, 6). What is the z-score of x = 2?

    Solution: z = –1.67


    34. Suppose X ~ N(9, 3). What is the z-score of x = 9?

    Solution: z = 0


    35. Suppose a normal distribution has a mean of six and a standard deviation of 1.5. What is the z-score of x = 5.5?

    Solution: z ≈ –0.33


    36. In a normal distribution, x = 5 and z = –1.25. This tells you that x = 5 is standard deviations to the (right or left) of the mean.

    Solution: 1.25; left


    37. In a normal distribution, x = 3 and z = 0.67. This tells you that x = 3 is standard deviations to the  (right or left) of the mean.

    Solution: 0.67; right


    38. In a normal distribution, x = –2 and z = 6. This tells you that x = –2 is standard deviations to the (right or left) of the mean.

    Solution: Six; right


    39. In a normal distribution, x = –5 and z = –3.14. This tells you that x = –5 is standard deviations to the (right or left) of the mean.

    Solution: 3.14; left


    40. In a normal distribution, x = 6 and z = –1.7. This tells you that x = 6 is standard deviations to the (right or left) of the mean.

    Solution: 1.7; left


    41. About what percent of x values from a normal distribution lie within one standard deviation (left and right) of the mean of that distribution?

    Solution: About 68%


    42. About what percent of the x values from a normal distribution lie within two standard deviations (left and right) of the mean of that distribution?

    Solution: About 95.45%


    43. About what percent of x values lie between the second and third standard deviations (both sides)?

    Solution: About 4%


    44. Suppose X ~ N(15, 3). Between what x values does 68.27% of the data lie? The range of x values is centered at the mean of the distribution (i.e., 15).

    Solution: Between 12 and 18


    45. Suppose X ~ N(–3, 1). Between what x values does 95.45% of the data lie? The range of x values is centered at the mean of the distribution (i.e., –3).

    Solution: Between –5 and –1


    46. Suppose X ~ N(–3, 1). Between what x values does 34.14% of the data lie?

    Solution: Between –4 and –3 or between –3 and –2


    47. About what percent of x values lie between the mean and three standard deviations?

    Solution: About 50%


    48. About what percent of x values lie between the mean and one standard deviation?

    Solution: About 34.14%


    49. About what percent of x values lie between the first and second standard deviations from the mean (both sides)?

    Solution: About 27%


    50. About what percent of x values lie between the first and third standard deviations (both sides)?

    Solution: About 34.46%


    51. The life of Sunshine CD players is normally distributed with mean of 4.1 years and a standard deviation of 1.3 years. A CD player is guaranteed for three years. We are interested in the length of time a CD player lasts.

    1. Define the random variable X in words.
    2. X ~ (,)

    Solution:

    1. X is the lifetime of a Sunshine CD player measured in years.
    2. X ~ N(4.1, 1.3)

    52. The patient recovery time from a particular surgical procedure is normally distributed with a mean of 5.3 days and a standard deviation of 2.1 days.

    1. What is the median recovery time?
    2. What is the z-score for a patient who takes ten days to recover?

    Solution:

    1. 5.3
    2. 2.2

    53. The length of time to find it takes to find a parking space at 9 AM follows a normal distribution with a mean of five minutes and a standard deviation of two minutes. If the mean is significantly greater than the standard deviation, which of the following statements is true?

    1. The data cannot follow the uniform distribution.
    2. The data cannot follow the exponential distribution.
    3. The data cannot follow the normal distribution.
    1. I only
    2. II only
    3. III only
    4. I, II, and III

    Solution: b.


    54. The heights of the 430 National Basketball Association players were listed on team rosters at the start of the 2005–2006 season. The heights of basketball players have an approximate normal distribution with mean µ = 79 inches and standard deviation σ = 3.89 inches.[20] For each of the following heights, calculate the z-score and interpret it using complete sentences.

    1. 77 inches
    2. 85 inches
    3. If an NBA player reported his height had a z-score of 3.5, would you believe him? Explain your answer.

    Solution:

    1. Use the z-score formula. z = –0.5141. The height of 77 inches is 0.5141 standard deviations below the mean. An NBA player whose height is 77 inches is shorter than average.
    2. Use the z-score formula. z = 1.5424. The height 85 inches is 1.5424 standard deviations above the mean. An NBA player whose height is 85 inches is taller than average.
    3. Height = 79 + 3.5(3.89) = 92.615 inches, which is taller than 7 feet, 8 inches. There are very few NBA players this tall, so the answer is no, not likely.

    55. The systolic blood pressure (given in millimeters) of males has an approximately normal distribution with mean µ = 125 and standard deviation σ = 14. Systolic blood pressure for males follows a normal distribution.[21]

    1. Calculate the z-scores for the male systolic blood pressures 100 and 150 millimeters.
    2. If a male friend of yours said he thought his systolic blood pressure was 2.5 standard deviations below the mean, but that he believed his blood pressure was between 100 and 150 millimeters, what would you say to him?

    Solution:

    1. Use the z-score formula. 100 – 125 14 ≈ –1.8 and 100 – 125 14 ≈ 1.8
    2. I would tell him that 2.5 standard deviations below the mean would give him a blood pressure reading of 90, which is below the range of 100 to 150.

    56. Kyle’s doctor told him that the z-score for his systolic blood pressure is 1.75. The systolic blood pressure (given in millimeters) of males has an approximately normal distribution with mean µ = 125 and standard deviation σ = 14. If X = a systolic blood pressure score, then X ~ N (125, 14). Which of the following is the best interpretation of Kyle’s standardized score?

    1. Which answer(s) is/are correct?
      1. Kyle’s systolic blood pressure is 175.
      2. Kyle’s systolic blood pressure is 1.75 times the average blood pressure of men his age.
      3. Kyle’s systolic blood pressure is 1.75 above the average systolic blood pressure of men his age.
      4. Kyle’s systolic blood pressure is 1.75 standard deviations above the average systolic blood pressure for men.
    2. Calculate Kyle’s blood pressure.

    Solution:

    1. iv.
    2. Kyle’s blood pressure is equal to 125 + (1.75)(14) = 149.5.

    57. In 2005, 1,475,623 students heading to college took the SAT. The distribution of scores in the math section of the SAT follows a normal distribution with mean µ = 520 and standard deviation σ = 115.[22]

    1. Calculate the z-score for an SAT score of 720. Interpret it using a complete sentence.
    2. What math SAT score is 1.5 standard deviations above the mean? What can you say about this SAT score?
    3. For 2012, the SAT math test had a mean of 514 and standard deviation of 117. The ACT math test is an alternate to the SAT and is approximately normally distributed with mean 21 and standard deviation 5.3.[23] If one person took the SAT math test and scored 700 and a second person took the ACT math test and scored 30, who did better with respect to the test they took?

    Solution:

    Let X = an SAT math score and Y = an ACT math score.

    1. X = 720 \frac{\text{720 - 520}}{\text{15}} = 1.74; the exam score of 720 is 1.74 standard deviations above the mean of 520.
    2. z = 1.5, so the math SAT score is 520 + 1.5(115) ≈ 692.5; the exam score of 692.5 is 1.5 standard deviations above the mean of 520.
    3. \frac{X\text{ - }\mu }{\text{σ}} = \frac{\text{700 - 514}}{\text{117}} ≈ 1.59, the z-score for the SAT. \frac{Y\text{ - }\mu }{\sigma } = \frac{30\text{ - }21}{5.3} ≈ 1.70, the z-scores for the ACT. With respect to the test they took, the person who took the ACT did better (i.e., has the higher z-score).

    4.6 The Normal Approximation to the Binomial

    1. Suppose in a local kindergarten through 12th grade (K-12) school district, 53% of the population favor a charter school for Grades K through 5. A simple random sample of 300 is surveyed.

    1. Find the probability that at least 150 favor a charter school.
    2. Find the probability that at most 160 favor a charter school.
    3. Find the probability that more than 155 favor a charter school.
    4. Find the probability that fewer than 147 favor a charter school.
    5. Find the probability that exactly 175 favor a charter school.

    Solution:

    Let X = the number that favor a charter school for Grades K trough 5. X ~ B(n, p) where n = 300 and p = 0.53. Since np > 5 and nq > 5, use the normal approximation to the binomial. The formulas for the mean and standard deviation are μ = np and σ = \sqrt{npq}. The mean is 159 and the standard deviation is 8.6447. The random variable for the normal distribution is Y. Y ~ N(159, 8.6447).

    1. Include 150 so P(X ≥ 150) has normal approximation P(Y ≥ 149.5) = 0.8641.
    2. Include 160 so P(X ≤ 160) has normal approximation P(Y ≤ 160.5) = 0.5689. 
    3. Exclude 155 so P(X > 155) has normal approximation P(y > 155.5) = 0.6572. 
    4. Exclude 147 so P(X < 147) has normal approximation P(Y < 146.5) = 0.0741. 
    5. P(X = 175) has normal approximation P(174.5 < Y < 175.5) = 0.0083. 

    2. In a city, 46% of the population favor the incumbent, Dawn Morgan, for mayor. A simple random sample of 500 is taken. Using the continuity correction factor, find the probability that at least 250 favor Dawn Morgan for mayor.

    References

    Figures

    Figure 4.39: Figure 4.10 from OpenStax Introductory Statistics (2013) (CC BY 4.0). Retrieved from https://openstax.org/books/introductory-statistics/pages/4-solutions#fs-idm104093808-solution

    Figure 5.16: Figure 5.21 from OpenStax Introductory Business Statistics (2012) (CC BY 4.0). Retrieved from https://openstax.org/books/introductory-business-statistics/pages/5-chapter-review

    Figure 5.17: Figure 5.26 from OpenStax Introductory Business Statistics (2012) (CC BY 4.0). Retrieved from https://openstax.org/books/introductory-business-statistics/pages/5-practice

    Figure 5.18: Figure 5.27 from OpenStax Introductory Business Statistics (2012) (CC BY 4.0). Retrieved from https://openstax.org/books/introductory-business-statistics/pages/5-practice

    Text

    Class Catalogue at the Florida State University. Available online at https://apps.oti.fsu.edu/RegistrarCourseLookup/SearchFormLegacy (accessed May 15, 2013).

    “World Earthquakes: Live Earthquake News and Highlights,” World Earthquakes, 2012. http://www.world-earthquakes.com/index.php?option=ethq_prediction (accessed May 15, 2013).

    “Access to electricity (% of population),” The World Bank, 2013. Available online at http://data.worldbank.org/indicator/EG.ELC.ACCS.ZS?order=wbapi_data_value_2009%20wbapi_data_value%20wbapi_data_value-first&sort=asc (accessed May 15, 2015).

    “Distance Education,” Wikipedia. Available online at http://en.wikipedia.org/wiki/Distance_education (accessed May 15, 2013).

    “NBA Statistics – 2013,” ESPN NBA, 2013. Available online at http://espn.go.com/nba/statistics/_/seasontype/2 (accessed May 15, 2013).

    Newport, Frank. “Americans Still Enjoy Saving Rather than Spending: Few demographic differences seen in these views other than by income,” Gallup Economy, 2013. Available online at http://www.gallup.com/poll/162368/americans-enjoy-saving-rather-spending.aspx (accessed May 15, 2013).

    Pryor, John H., Linda DeAngelo, Laura Palucki Blake, Sylvia Hurtado, and Serge Tran. “The American Freshman: National Norms Fall 2011.” Los Angeles: Cooperative Institutional Research Program at the Higher Education Research Institute at UCLA, 2011. Also available online at http://heri.ucla.edu/PDFs/pubs/TFS/Norms/Monographs/TheAmericanFreshman2011.pdf (accessed May 15, 2013).

    “The World FactBook,” Central Intelligence Agency. Available online at https://www.cia.gov/library/publications/the-world-factbook/geos/af.html (accessed May 15, 2013).

    “What are the key statistics about pancreatic cancer?” American Cancer Society, 2013. Available online at http://www.cancer.org/cancer/pancreaticcancer/detailedguide/pancreatic-cancer-key-statistics (accessed May 15, 2013).

    “Blood Pressure of Males and Females,” StatCruch, 2013. Available online at http://www.statcrunch.com/5.0/viewreport.php?reportid=11960 (accessed May 14, 2013).

    “The Use of Epidemiological Tools in Conflict-affected populations: Open-access educational resources for policy-makers: Calculation of z-scores,” London School of Hygiene and Tropical Medicine, 2009. Available online at http://conflict.lshtm.ac.uk/page_125.htm (accessed May 14, 2013).

    “2012 College-Bound Seniors Total Group Profile Report,” CollegeBoard, 2012. Available online at http://media.collegeboard.com/digitalServices/pdf/research/TotalGroup-2012.pdf (accessed May 14, 2013).

    “Digest of Education Statistics: ACT score average and standard deviations by sex and race/ethnicity and percentage of ACT test takers, by selected composite score ranges and planned fields of study: Selected years, 1995 through 2009,” National Center for Education Statistics. Available online at http://nces.ed.gov/programs/digest/d09/tables/dt09_147.asp (accessed May 14, 2013).

    Data from the San Jose Mercury News.

    Data from The World Almanac and Book of Facts.

    “List of stadiums by capacity,” Wikipedia. Available online at https://en.wikipedia.org/wiki/List_of_stadiums_by_capacity (accessed May 14, 2013).

    Data from the National Basketball Association. Available online at www.nba.com (accessed May 14, 2013).


    1. Data from San Jose Mercury News.
    2. DiCamillo, Mark, and Mervin Field. “The File Poll,” Field Research Corporation. Available online at https://web.archive.org/web/20130512064934/http://www.field.com/fieldpollonline/subscribers/Rls2443.pdf (accessed May 12, 2013).
    3. Rider, David. “Ford support plummeting, poll suggests,” The Star, September 14, 2011. Available online at http://www.thestar.com/news/gta/2011/09/14/ford_support_plummeting_poll_suggests.html (accessed May 2, 2013).
    4. “Roulette.” Wikipedia. Available online at http://en.wikipedia.org/wiki/Roulette (accessed May 2, 2013).
    5. Shin, Hyon B., and Robert A. Kominski. “Language Use in the United States: 2007.” United States Census Bureau. Available online at http://www.census.gov/hhes/socdemo/language/data/acs/ACS-12.pdf (accessed May 2, 2013).
    6. Data from the Baseball-Almanac, 2013. Available online at www.baseball-almanac.com (accessed May 2, 2013).
    7. “Human Blood Types,” United Blood Services, 2011. Available online at https://web.archive.org/web/20130807103902/http://www.unitedbloodservices.org/learnMore.aspx (accessed August 22, 2013).
    8. “World Earthquakes: Live Earthquake News and Highlights,” World Earthquakes, 2012. http://www.worldearthquakes.com/index.php?option=ethq_prediction (accessed May 15, 2013).
    9. Class Catalogue at the Florida State University. Available online at https://apps.oti.fsu.edu/RegistrarCourseLookup/ SearchFormLegacy (accessed May 15, 2013).
    10. “What are the key statistics about pancreatic cancer?” American Cancer Society, 2013. Available online at http://www.cancer.org/cancer/pancreaticcancer/detailedguide/pancreatic-cancer-key-statistics (accessed May 15, 2013).
    11. “NBA Statistics – 2013,” ESPN NBA, 2013. Available online at http://espn.go.com/nba/statistics/_/seasontype/2 (accessed May 15, 2013).
    12. Pryor, John H., Linda DeAngelo, Laura Palucki Blake, Sylvia Hurtado, and Serge Tran. "The American Freshman: National Norms Fall 2011." Los Angeles: Cooperative Institutional Research Program at the Higher Education Research Institute at UCLA, 2011. Also available online at http://heri.ucla.edu/PDFs/pubs/TFS/Norms/Monographs/ TheAmericanFreshman2011.pdf (accessed May 15, 2013).
    13. "San Jose Sharks History," Hockey Reference. Available online at https://www.hockey-reference.com/teams/SJS/history.html (accessed January 26, 2021).
    14. UNICEF reports on Female Literacy Centers in Afghanistan established to teach women and girls basic resading [sic] and writing skills,” UNICEF Television. Video available online at http://www.unicefusa.org/assets/video/afghan-femaleliteracy-centers.html (accessed May 15, 2013).
    15. Data from The World Almanac and Book of Facts.
    16. “2012 College-Bound Seniors Total Group Profile Report,” CollegeBoard, 2012. Available online at http://media.collegeboard.com/digitalServices/pdf/research/TotalGroup-2012.pdf (accessed May 14, 2013).
    17. McDougall, John A. The McDougall Program for Maximum Weight Loss. Plume, 1995.
    18. Data from The World Almanac and Book of Facts.
    19. “2012 College-Bound Seniors Total Group Profile Report,” CollegeBoard, 2012. Available online at http://media.collegeboard.com/digitalServices/pdf/research/TotalGroup-2012.pdf (accessed May 14, 2013).
    20. Data from the National Basketball Association. Available online at www.nba.com (accessed May 14, 2013).
    21. “Blood Pressure of Males and Females,” StatCruch, 2013. Available online at http://www.statcrunch.com/5.0/ viewreport.php?reportid=11960 (accessed May 14, 2013).
    22. “2012 College-Bound Seniors Total Group Profile Report,” CollegeBoard, 2012. Available online at http://media.collegeboard.com/digitalServices/pdf/research/TotalGroup-2012.pdf (accessed May 14, 2013).
    23. “Digest of Education Statistics: ACT score average and standard deviations by sex and race/ethnicity and percentage of ACT test takers, by selected composite score ranges and planned fields of study: Selected years, 1995 through 2009,” National Center for Education Statistics. Available online at http://nces.ed.gov/programs/digest/d09/tables/dt09_147.asp (accessed May 14, 2013).

    License

    Icon for the Creative Commons Attribution-ShareAlike 4.0 International License

    Significant Statistics Copyright © 2024 by John Morgan Russell, OpenStaxCollege, OpenIntro is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, except where otherwise noted.

    Share This Book