MathStat474 - HW 5

Posted on Wed Sep 10. Due: Wed Sep 24.

This homework is all about computing and understanding the concept of conditional probabilities, independence of events, the general product rule, the law of total probability, and the Bayes rule.

Problem 1.

Solve exercise 2.90 in the textbook:

Pollution of the rivers in the United States has been a problem for many years. Consider the following events:

  • A: the river is polluted,
  • B: a sample of water tested detects pollution,
  • C: fishing is permitted.

Assume \(P(A) = 0.3\), \(P(B|A) = 0.75\), \(P(B|A′) = 0.20\), \(P (C|A\cap B) = 0.20\), \(P (C|A′ \cap B) = 0.15\), \(P (C|A\cap B′) = 0.80\), and \(P(C|A′ \cap B′) = 0.90\).

  1. Find \(P(A \cap B \cap C)\).
  2. Find \(P(B′ \cap C)\).
  3. Find \(P(C)\).
  4. Find the probability that the river is polluted, given that fishing is permitted and the sample tested did not detect pollution.

Problem 2.

Solve exercise 2.96 in the textbook:

olice plan to enforce speed limits by using radar traps at four different locations within the city limits. The radar traps at each of the locations \(L_1\), \(L_2\), \(L_3\), and \(L_4\) will be operated 40%, 30%, 20%, and 30% of the time. If a person who is speeding on her way to work has probabilities of 0.2, 0.1, 0.5, and 0.2, respectively, of passing through these locations, what is the probability that she will receive a speeding ticket?

Problem 3.

Solve exercise 2.98 in the textbook:

If the person in Exercise 2.96 received a speeding ticket on her way to work, what is the probability that she passed through the radar trap located at \(L_2\)?

Problem 4.

Solve exercise 2.99 in the textbook:

Suppose that the four inspectors at a film factory are supposed to stamp the expiration date on each package of film at the end of the assembly line. John, who stamps 20% of the packages, fails to stamp the expiration date once in every 200 packages; Tom, who stamps 60% of the packages, fails to stamp the expira- tion date once in every 100 packages; Jeff, who stamps 15% of the packages, fails to stamp the expiration date once in every 90 packages; and Pat, who stamps 5% of the packages, fails to stamp the expiration date once in every 200 packages.

If a customer complains that her package of film does not show the expiration date, what is the probability that it was inspected by John?



Typing up work

If you want to type up your homework, I suggest you don’t use Microsoft Word or the like. You can get great formatted documents in Markdown! Check out the links below. But whatever you use, please make sure your submission is either a PDF document, a photo of the document, or a nicely formatted text document.

Get familiar with professionally formatting documents using Markdown here. Want more information? Simple .md templates for PDF documents are available here.