There are 2 entrances to a parking lot Cars arrive at entran
There are 2 entrances to a parking lot. Cars arrive at entrance I according to a Poisson
 distribution at an average of 3 cars per hour and at entrance II according to a Poisson distribution at anaverage of 4 cars per hour. What is the probability that 3 cars arrive at the parking lot in a given hour?(Assume that the number of cars arriving at the two entrances are independent.)
Solution
Let X1 and X2 be two random variables denoting the number of cars arriving in the parking lot\'s entrance I and entrance 2 respectively in a given hour .
Now according to question ,
X1~P(3) and X2~P(4)
So, we have to find the probability that 3 cars arrive at the parking lot in the given hour
It can happen in 4 ways i.e
0 cars in entrance I and 3 cars in entrance II
3 cars in entrance I and 0 cars in entrance II
1 cars in entrance I and 2 cars in entrance II
2 cars in entrance I and 1 cars in entrance II
Hence we have to find,
P(X1=0, X2=3)+P(X1=3, X2=0)+P(X1=1, X2=2)+P(X1=2, X2=1)
= 0.0521293 (Simply calculating the respective probailities in Minitab or R)
( Note that as X1 X2 are independent hence P(X1=0, X2=3)=P(X1=0)*P(X2=3) and similarly others)

