I came across a probability question.
"A student receives 6 WhatsApp messages per hour in average. In a two-hour exam, if the student received 8 messages, what is the probability that the student received 2 messages in the first 30 minutes?".
Number of messages received per hour, k, follows a Poisson Distribution of Poi( λ = 6 messages per hour)
Here is my calculation:
$P_B$ = Prob (8 messages in 2 hours )= Poi (λ = 12 messages per 2 hours, k =8)
$$P_B = \frac{\lambda ^{k}e^{-\lambda }}{k!} = \frac{12^{8}e^{-12}}{8!}$$
$P_{A1}$ = Prob (2 messages in 0.5 hours) = Poi ($λ_{A1}$ = 3 messages per 0.5 hours, k =2)
$$P_{A1} = \frac{\lambda_{A1} ^{k}e^{-\lambda_{A1} }}{k!} = \frac{3^{2}e^{-3}}{2!}$$
$P_{A2}$ = Prob (8-2=6 messages in the last 1.5 hours) = Poi ($λ_{A2}$ = 9 messages per 1.5 hours, k =6)
$$P_{A2} = \frac{\lambda_{A2} ^{k}e^{-\lambda_{A2} }}{k!} = \frac{9^{6}e^{-9}}{6!}$$
Thus the absolute probability of the event E of "the student received 2 messages in first 30 minutes and then 6 messages in the next 90 mins" is:
$$ P_{abs}(E) = P_{A1}*P_{A2} $$
And conditional probability, of the event "E", given that condition of "B" happened that she/he received 8 messages in 2 hours, i.e. 120 minutes, should be:
$$ P(E|B) = \frac{P(A1\bigcap A2)}{P(B)} = \frac{P_{A1}*P_{A2}}{P(B)} $$
However, given Event B (8 message in 2 hours) and also given Event A1 (2 messages in first 30 minutes), it implies already Event A2 ( 8-2 = 6 messages, in the last 90 minutes). Thus $P_{A2}$ is already implied by $P_B$ and $P_{A1}$.
Then one can argue that, given B, A1 and A2 are the same event, the actually conditional probability be:
$$ P(E|B) = \frac{P(A1\bigcap A2)}{P(B)} = \frac{P_{A1}}{P(B)} $$
or maybe, event A1 already implied by (Event B AND Event A2) :
$$ P(E|B) = \frac{P(A1\bigcap A2)}{P(B)} = \frac{P_{A2}}{P(B)} $$
Or we can think it this way: Prob (2 messages in first 30 minutes, given that total 8 messages in 2 hours) = Prob ( 6 messages in the last 90 minutes of the exam), then the answer is simply $P_{A2}$. Right?
Anyone can help me find the right answer to this question?
Regards
$Alex$
Your denominator is fine.
The numerator is $P(E \cap B)$. You have noted that $E \cap B = A_1 \cap A_2$, so $P(E \cap B) = P(A_1 \cap A_2) = P(A_1) P(A_2)$. That is all.
You cannot say that $P(A_1 \cap A_2) = P(A_1)$. I think you are perhaps thinking of $P(A_1 \cap A_2 \cap B) = P(A_1 \cap B)$, but this is something entirely different.