CHAPTER 5 Review Exercises

284

Question 5.73

5.73 Benford’s law.

We learned in Chapter 4 that there is a striking fact that the first digits of numbers in legitimate records often follow a distribution known as Benford’s law. Here it is:

First digit 1 2 3 4 5 6 7 8 9
Proportion 0.301 0.176 0.125 0.097 0.079 0.067 0.058 0.051 0.046
  1. What is the probability that a randomly chosen invoice has a first digit of 1, 2, or 3?
  2. Suppose 10 invoices are randomly chosen. What is the probability that four or more of the invoices will have a first digit of 1, 2, or 3? Use the binomial formula.
  3. Now do a larger study, examining a random sample of 1000 invoices. Use software to find the exact probability that 620 or more of the invoices have first digits of 1, 2, or 3.
  4. Using Table A and no software, use the Normal approximation with continuity correction to find the probability of part (b).

5.73

(a) 0.602. (b) 0.9467. (c) 0.1290. (d) 0.9474.

Question 5.74

5.74 Wi-fi interruptions.

Refer to Example 5.16 (page 268) in which we were told that the mean number of wi-fi interruptions per day is 0.9. We also found in Example 5.16 that the probability of no interruptions on a given day is 0.4066.

  1. Treating each day as a trial in a binomial setting, use the binomial formula to compute the probability of no interruptions in a week.
  2. Now, instead of using the binomial model, let’s use the Poisson distribution exclusively. What is the mean number of wi-fi interruptions during a week?
  3. Based on the Poisson mean of part (b), use the Poisson distribution to compute the probability of no interruptions in a week. Confirm that this probability is the same as found part (a). Explain in words why the two ways of computing no interruptions in a week give the same result.
  4. Explain why using the binomial distribution to compute the probability that only one day in the week will not be interruption free would not give the same probability had we used the Poisson distribution to compute that only one interruption occurs during the week.

Question 5.75

5.75 Benford’s law, continued

Benford’s law suggests that the proportion of legitimate invoices with a first digit of 1, 2, or 3 is much greater than if the digits were distributed as equally likely outcomes. As a fraud investigator, you would be suspicious of some potential wrongdoing if the count of invoices with a first digit of 1, 2, or 3 is too low. You decide if the count is in the lower 5% of counts expected by Benford’s law, then you will call for a detailed investigation for fraud.

  1. Assuming the expected proportion of invoices with a first digit of 1, 2, or 3 given by Benford’s law, use software on the binomial distribution to find the smallest number out of invoices such that is no larger than 0.05.
  2. Based on the cutoff count value found in part (a), how small does the sample proportion of invoices with first digit of 1, 2, or 3 need to be for you to be suspicious of fraud?
  3. What is the standard deviation of the sample proportion , assuming again Benford’s law on the first digits of 1, 2, and 3?
  4. Using the Normal approximation, find the value such that . Compare with the cutoff proportion found in part (b).

5.75

(a) . (b) 0.575 or less. (c) 0.0155. (d) 0.5765. The values are very close; the Normal approximation works well here.

Question 5.76

5.76 Environmental credits.

An opinion poll asks an SRS of 500 adults whether they favor tax credits for companies that demonstrate a commitment to preserving the environment. Suppose that, in fact, 45% of the population favor this idea. What is the probability that more than half of the sample are in favor?

Question 5.77

5.77 Leaking gas tanks.

Leakage from underground gasoline tanks at service stations can damage the environment. It is estimated that 25% of these tanks leak. You examine 15 tanks chosen at random, independently of each other.

  1. What is the mean number of leaking tanks in such samples of 15?
  2. What is the probability that 10 or more of the 15 tanks leak?
  3. Now you do a larger study, examining a random sample of 2000 tanks nationally. What is the probability that at least 540 of these tanks are leaking?

5.77

(a) . (b) 0.000795. (c) 0.0213 (0.0192 using the Normal approximation).

Question 5.78

5.78 Is this coin balanced?

While he was a prisoner of the Germans during World War II, John Kerrich tossed a coin 10,000 times. He got 5067 heads. Take Kerrich’s tosses to be an SRS from the population of all possible tosses of his coin. If the coin is perfectly balanced, . Is there reason to think that Kerrich’s coin gave too many heads to be balanced? To answer this question, find the probability that a balanced coin would give 5067 or more heads in 10,000 tosses. What do you conclude?

285

Question 5.79

5.79 Six Sigma.

Six Sigma is a quality improvement strategy that strives to identify and remove the causes of defects. Processes that operate with Six-Sigma quality produce defects at a level of 3.4 defects per million. Suppose 10,000 independent items are produced from a Six-Sigma process. What is the probability that there will be at least one defect produced?

5.79

0.0334.

Question 5.80

5.80 Binomial distribution?

Suppose a manufacturing colleague tells you that 1% of items produced in first shift are defective, while 1.5% in second shift are defective and 2% in third shift are defective. He notes that the number of items produced is approximately the same from shift to shift, which implies an average defective rate of 1.5%. He further states that because the items produced are independent of each other, the binomial distribution with of 0.015 will represent the number of defective items in an SRS of items taken in any given day. What is your reaction?

Question 5.81

5.81 Poisson distribution?

Suppose you find in your spam folder an average of two spam emails every 10 minutes. Furthermore, you find that the rate of spam mail from midnight to 6 A.M. is twice the rate during other parts of the day. Explain whether or not the Poisson distribution is an appropriate model for the spam process.

5.81

The Poisson distribution is not appropriate because the rate is not constant and increases between the midnight and 6 a.m. period.

Question 5.82

5.82 Airline overbooking.

Airlines regularly overbook flights to compensate for no-show passengers. In doing so, airlines are balancing the risk of having to compensate bumped passengers against lost revenue associated with empty seats. Historically, no-show rates in the airline industry range from 10 to 15 percent. Assuming a no-show rate of 12.5%, what is the probability that no passenger will be bumped if an airline books 215 passengers on a 200-seat plane?

Question 5.83

5.83 Inventory control.

OfficeShop experiences a one-week order time to restock its HP printer cartridges. During this reorder time, also known as lead time, OfficeShop wants to ensure a high level of customer service by not running out of cartridges. Suppose the average lead time demand for a particular HP cartridge is 15 cartridges. OfficeShop makes a restocking order when there are 18 cartridges on the shelf. Assuming the Poisson distribution models the lead time demand process, what is the probability that OfficeShop will be short of cartridges during the lead time?

5.83

0.1805.

Question 5.84

5.84 More about inventory control.

Refer to the previous exercise. In practice, the amount of inventory held on the shelf during the lead time is known as the reorder point. Firms use the term service level to indicate the percentage of the time that the amount of inventory is sufficient to meet demand during the reorder period. Use software and the Poisson distribution to determine the reorder points so that the service level is minimally

  1. 90%.
  2. 95%.
  3. 99%.

286