recategorized by
1,899 views
1 votes
1 votes

Suppose there are N stations in a slotted LAN. Each station attempts to transmit with a probability P in each time slot. The probability that only one station transmits in a given slot is____

  1. $nP(1-P)^{n-1}$
  2. $nP$
  3. $P(1-P)^{n-1}$
  4. $n^P (1-P)^{n-1}$
recategorized by

5 Answers

0 votes
0 votes

P(X) = Probability that station X attempts to transmit = P
P (-X) = Probability that station X does not transmit = 1-P
Required is: Probability that only one station transmits = y

Y = (A1, -A2, -A3…… -An) + (-A1, A2, A3……-An) + (-A1, -A2, A3…..-An) + ……….. + (-A1, -A2, -A3……An)
= (p*(1-p)*(1-p)*…… (1-p) + (1-p)*p*(1-p)……..(1-p) + ………….
= p*(1-p)^(n-1) + p*(1-p)^n-1 + ……………………………………………. + p*(1-p)^(n-1)
= n*p*(1-p)^(n-1)

Option 3

Answer:

Related questions

0 votes
0 votes
3 answers
6