There are n stations in a slotted LAN. Each station attempts to transmit with a probability p in each time slot. What is the probability that only one station transmits in a given time slot?
a) np(1-p)^(n-1)
b)(1-p)^(n-1)
c)p(1-p)^(n-1)
d)1-(1-p)^(n-1)
1
Expert's answer
2013-11-28T03:35:36-0500
The experiment can be described using Bernoulli trial.
Let's consider the event of transmitting the station as "success".
Then probability that only one station transmits in a given time slot equals to
Comments