400
Suppose that Bob can decide to go to work by one of three modes of transportation (care, bus, commuter train). Because of high traffic, he decides to go by car, there is a 50%chance he will be late. If he goes by bus, which has reserved lanes but can be overcrowded, the probability of being late is only 20%. The commuter train is almost never late, with a prob. of 1%. but is more expensive than the bus. Suppose Bob's coworker knows that Bob almost always takes the train to work, never takes the bus, but sometimes (10%) takes the car. What is the coworker's estimate of the prob. that Bob drove to work that day given that he was late?
P(L/C)=.5
P(L/B)= .2
P(L/T)= .01
P(B)= 0
P(C)= .1
P(T)= .9
Use Bayes Theorem => P(C/L)= .847