Two individuals, A and B, both require kidney transplants. If she does not receive a new kidney, then A will die after an exponential time with rate $\mu_A$, and B after an exponential time with rate $\mu_b$. New kidneys arrive in accordance with a Poisson process having rate $\lambda$. It has been decided that the first kidney will go to A (or to B if B is alive and A is not at that time) and the next one to B (if still living).
(a) What is the probability that A obtains a new kidney? (b) What is the probability that B obtains a new kidney?
the answer for (a) should just be the probability that the time ,$T_1$, before an ' 'first event' occurs(the kidney arrives) is less than the lifetime of $A$ and since both are exponentially distributed we have $P\{T_1 < A_{lifetime} \} = \frac{\lambda}{\lambda + \mu_a}$
But what about ,(b) What is the probability that B obtains a new kidney? can someone help me
What may help you is knowing that the waiting time between Poisson events has an exponential distribution with parameter $\mu = \frac{1}{\lambda}$.
EDIT
B can get a kidney under two circumstances: 1) A predeceases her before 1 kidney arrives 2) two kidneys arrive before B dies. As you state in the question, the former should be $\frac{\mu_A}{\mu_A + \mu_B}$ and the latter should be calculable knowing that a sum of Poissons is itself Poisson, and has its own waiting period.