Solveeit Logo

Question

Question: A person has to catch a train. To catch train, from his home he can take a taxi or take rickshaw or ...

A person has to catch a train. To catch train, from his home he can take a taxi or take rickshaw or walk by foot with respective probabilities 1/2, 1/3, 1/6 Probability of him catching train when he takes rickshaw from his home is half that of when the takes the taxi and probability of catching the train when he walked by foot is 1 th 4 that of when he takes rickshaw. He finally reached the train, the probability he walked by his foot to catch the train, is

Answer

1/33

Explanation

Solution

Let XX, RR, and WW be the events that the person takes a taxi, rickshaw, or walks by foot, respectively. Let TT be the event that the person catches the train.

We are given the probabilities of choosing each mode of transport: P(X)=1/2P(X) = 1/2 P(R)=1/3P(R) = 1/3 P(W)=1/6P(W) = 1/6

We are given relationships between the conditional probabilities of catching the train: P(TR)=12P(TX)P(T|R) = \frac{1}{2} P(T|X) P(TW)=14P(TR)P(T|W) = \frac{1}{4} P(T|R)

Let P(TX)=pP(T|X) = p. Then P(TR)=12pP(T|R) = \frac{1}{2}p. And P(TW)=14(12p)=18pP(T|W) = \frac{1}{4} \left(\frac{1}{2}p\right) = \frac{1}{8}p.

We need to find the probability that the person walked by foot given that he reached the train, which is P(WT)P(W|T). Using Bayes' theorem: P(WT)=P(TW)P(W)P(T)P(W|T) = \frac{P(T|W) P(W)}{P(T)}

First, we calculate the total probability of catching the train, P(T)P(T), using the law of total probability: P(T)=P(TX)P(X)+P(TR)P(R)+P(TW)P(W)P(T) = P(T|X) P(X) + P(T|R) P(R) + P(T|W) P(W) Substitute the known values and the expressions in terms of pp: P(T)=(p)(12)+(p2)(13)+(p8)(16)P(T) = (p) \left(\frac{1}{2}\right) + \left(\frac{p}{2}\right) \left(\frac{1}{3}\right) + \left(\frac{p}{8}\right) \left(\frac{1}{6}\right) P(T)=p2+p6+p48P(T) = \frac{p}{2} + \frac{p}{6} + \frac{p}{48}

To sum these fractions, find a common denominator, which is 48: P(T)=p24224+p868+p48P(T) = \frac{p \cdot 24}{2 \cdot 24} + \frac{p \cdot 8}{6 \cdot 8} + \frac{p}{48} P(T)=24p48+8p48+p48P(T) = \frac{24p}{48} + \frac{8p}{48} + \frac{p}{48} P(T)=24p+8p+p48=33p48P(T) = \frac{24p + 8p + p}{48} = \frac{33p}{48}

Now, substitute the values into the Bayes' theorem formula for P(WT)P(W|T): P(WT)=P(TW)P(W)P(T)P(W|T) = \frac{P(T|W) P(W)}{P(T)} P(WT)=(p8)(16)33p48P(W|T) = \frac{\left(\frac{p}{8}\right) \left(\frac{1}{6}\right)}{\frac{33p}{48}} P(WT)=p4833p48P(W|T) = \frac{\frac{p}{48}}{\frac{33p}{48}}

The term pp cancels out (assuming p0p \neq 0, which must be true since the person caught the train): P(WT)=p/4833p/48=p48×4833p=133P(W|T) = \frac{p/48}{33p/48} = \frac{p}{48} \times \frac{48}{33p} = \frac{1}{33}

The probability that he walked by his foot to catch the train, given that he finally reached the train, is 1/331/33.