1 1 vote Probability exponential-distribution + – Shankar Kakde 824 views answer comment Share Follow Print See all 3 Comments 3 3 Comments reply Utkarsh Joshi commented Nov 1, 2018 reply Follow flag It follows exponential distribution with parameter 1/5. So, I guess 0.1638 is the correct answer. 0 0 replyShare smsubham commented Jun 3, 2020 reply Follow flag How to know it follows exponential distribution? I guess in GATE they will mention it. 0 0 replyShare Aryan_Goyal commented Apr 20, 2025 reply Follow flag (studied from Puneet Sir PW) ```````````````````````````````` Q How to know exponential distribution Q? Ans: If you see closely in the question , there is a feeling of Waiting Time , like here X={waiting time for a customer call to be answered by agent} so whenever there is a feeling of Waiting time or feeling of time in the question we use Exponential distribution, (You can check its parameter is given also so we can apply that as well) 0 0 replyShare Please log in or register to add a comment.
2 2 votes $\lambda = \text{ number of calls in 1 minute} = \frac{1}{5} = 0.20$ $P(X \geq x) = e^{ - \lambda x}$ $P(X < x) = 1 - e^{ - \lambda x}$ So, $P(X<1) = 1 - e ^{-0.2 \times 1} = 0.18126$ Mk Utkarsh answered Nov 1, 2018 Mk Utkarsh comment Share Follow 0 reply Please log in or register to add a comment.