I'm wondering how the following probability problem should be approached:
Which probability is the smallest, given a random person?
a) The person is a student
b) The person is bilingual
c) The person is a student and bilingual
d) Insufficient information
The reason I think (c) may be the answer:
$Pr(student, bilingual) = Pr(student | bilingual)Pr(bilingual) = Pr(bilingual | student)Pr(student)$
So it seems to me that $Pr(student,bilingual)$ should be smaller than the probability of one of them.
But, and may I'm overthinking this, but I'm starting to have second thoughts as to whether the intended answer might be (d) instead. What if we assume $Pr(student) = 0$ for example? Then $Pr(student,bilingual) = 0$ as well. Is this an unjustified assumption? I'd appreciate any help. Thanks.