For example
In a certain home there are A, B and C keyrings. The first with five keys, the second with seven and the third with eight, of which only one of each keyring opens the garage door. A keyring is chosen at random, and from it, a key to open the garage.
- a) What is the probability of opening the garage?
- b) If the chosen key allows to open the garage, find the probability that it belongs to the keyring A.
I answered
Let X be the "open garage" event:
- $ P(X \cap A) = 1/5$
- $ P(X \cap B) = 1/7$
- $ P(X \cap C) = 1/8$
a) $P(X) = P(X \cap A) + P(X \cap B) + P(X \cap C) = \dfrac{131}{280}$
b) $P(A/X) = \dfrac{P(A \cap X)}{P(X)} = \dfrac{56}{131}$
Nowhere does it tell me that a key opens knowing it's from a keyring (conditional). But it also does not tell me that a key opens and that it is a certain keyring (intersection), however I chose this default option.
Then: How to know what to assume in cases like these?
Thank you very much.