So here’s what I’m thinking. We first specify events A and B by
-
A = person chosen drinks coffee, and
-
B = person chosen drinks beer.
Note that this is an important step; we can’t just assume that the reader knows what we mean by A and B. Once we’ve stated that, though, we can re-interpret the first sentence in terms of A and B. The first sentence, again, is:
In terms of A and B, this says:
-
P(A) = 0.55,
-
P(B) = 0.45, and
-
P(A \cup B) = 0.7.
Now, solving our double counting formula for P(A \cap B), we have
\begin{align}
P(A \cap B) &= P(A) + P(B) - P(A \cup B) \\
& = 0.55 + 0.45 - 0.7 = 0.3
\end{align}
In words, this P(A \cap B) expresses the probability that a student drinks both coffee and beer so that the answer to number 1 is 0.3.
Finally, the probability that a student drinks neither coffee nor beer can be expressed in symbols as
P((A \cup B)^c) = 1 - P(A \cup B) = 1 - 0.7 = 0.3.