2018 September 19,

Math 265: Day 05

Carleton College, Joshua R. Davis

Don't forget to show your work. Be sure to define any notation that you introduce. For example, if you start talking about an event T, but neither you nor the problem has defined T, then your reader cannot understand you.

A. Section 2.1 Exercise 30. (Part a is hard. It's fine with me if you do part b first, then interpret it for part a.)

B. Section 2.1 Exercise 36.

C. Section 2.1 Exercise 57ab.

D. A student is taking a multiple-choice exam, in which four options are given for each question. The probability that the student knows the answer to a question is 2 / 3. If she knows the answer, then she marks it correctly. If she does not know the answer, then she selects an answer (uniformly) randomly. What is the probability that an answer, that was marked correctly, was not marked randomly?

In class we discussed a one-word Bayesian junk e-mail filter based on the equation

P(J | W) = P(W | J) P(J) / [P(W | J) P(J) + P(W | Jc) P(Jc)].

Now let's design a two-word filter. Let W1 be the event that a message contains one suspicious word ("Rolex") and W2 the event that it contains a different suspicious word ("refinance"). To streamline the problem, we make two assumptions of conditional independence (Definition 2.5.7):

P(W1 W2 | J) = P(W1 | J) P(W2 | J) and P(W1 W2 | Jc) = P(W1 | Jc) P(W2 | Jc).

E. Show that P(J | W1 W2) = x / [x + y], where

x = P(W1 | J) P(W2 | J) P(J) and y = P(W1 | Jc) P(W2 | Jc) P(Jc).