
30 1 Probability
Example 1.21 Packets arrive at a device at an average rate of 500 packets per sec-
ond. Determine the probability that four packets arrive during 3 ms.
We have λ = 500, t = 3 ×10
−3
and k = 4
p(4) =
(
1.5
)
4
e
−1.5
4!
= 4.7 ×10
−2
1.27 Systems with Many Random Variables
We reviewed in Section 1.11 the concept of a random variable where the outcome of
a random experiment is mapped to a single number. Here, we consider random ex-
periments whose output is mapped to two or more numbers. Many systems based on
random phenomena are best studied using the concept of multiple random variables.
For example, signals coming from a Quadrature Amplitude Modulation (QAM) sys-
tem are described by the equation
v(t) = a cos(ωt + φ) (1.92)
Incoming digital signals are modulated by assigning different values to a and φ.
In that sense, QAM modulation combines amplitude and phase modulation tech-
niques. The above signal contains two pieces of information: viz, the amplitude a
and the phase φ that correspond to two random numbers A and ⌽. So every time
we sample the signal v(t), we have to find two values for the associated random
variables A and ⌽.
Figure 1.15 graphically shows the sequence of events leading to assigning mul-
tiple numerical values to the outcome of a random experiment. First we run the
experiment then we observe the resulting outcome. Each outcome is assigned mul-
tiple numerical values.
As an example, we could monitor the random events of packet arrival at the input
of a switch. Several outcomes of this random event could be observed such as (1)
packet length; (2) packet type (voice, video, data, etc.); (3) interarrival time—i.e.
the time interval between arriving packets; and (4) destination address. In these
situations, we might want to study the relationships between these random variables
in order to understand the underlying characteristics of the random experiment we
are studying.
Random
Experiment
Random
Outcome
Corresponding
Number: x, y, ...
Mapping
Function
Fig. 1.15 The sequence of events leading to assigning multiple numerical values to the outcome
of a random experiment