Probability and Random Variable MCQ || Random Variables Questions and Answers

1. The two sides of a fair coin are labeled as 0 and 1. The coin is tossed two times independently. Let M and N denote the labels corresponding to the outcomes of those tosses. For a random variable X, defined as X = min (M, N), the expected value E(X) (rounded off to two decimal places) is _______

  1. 0.25
  2. 0.50
  3. 0.75
  4. 1

Answer.1. 0.25

Explanation

If X be a random variable with a finite number of outcomes x1, x2, x3 …. occurring with probabilities p1, p2, p3……. respectively, the expectation of X is defined as:

$E\left[ x \right] = \mathop \sum \limits_{i = 1}^k {x_i} \cdot {p_i} = {x_1}{p_1} + {x_2}{p_2} \ldots$

Application:

It is given that the two sides of a fair coin are labelled as 0 and 1 and the coin is tossed two times independently.

∴ The total possible outcomes can be:

O = {(1,1), (1,0), (0,1), (0,0)}

The random variable X is defined as:

X = min (M, N)

So,

X1 = min {(1, 1)} = 1

X2 = min {(1, 0)} = 0

X3 = min {(0, 1)} = 0

X4 = min {(0, 0)} = 0

The probability of occurrence of ‘1’ will be:

P(1) = 1/4

And the probability of occurrence of ‘0’ will be:

P(0) = 3/4

We know that:

$\begin{array}{l} E\left[ x \right] = \mathop \sum \limits_{i = 1}^k {x_i} \cdot {P_i}\\ \\ E\left[ x \right] = 0 \times \frac{3}{4} + 1 \times \frac{1}{4} \end{array}$

 

E[x] = 0.25

 

2. ________ is often used in statistics and is often used in the natural and social sciences to represent real-valued random variables whose distributions are not known.

  1. Gaussian distribution
  2. Rayleigh distribution
  3. Poisson distribution
  4. Uniform distribution

Answer.1. Gaussian distribution

Explanation

Gaussian distribution is often used in statistics and is often used in the natural and social sciences to represent real-valued random variables whose distributions are not known. Eg-Thermal noise.

Normal distribution, also known as the Gaussian distribution, is a probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean. In graph form, normal distribution will appear as a bell curve.

 

3.  Consider a dice with the property that probability of a face with n dots showing up is proportional to n. The probability of face showing 4 dots is?

  1. 1/7
  2. 5/42
  3. 1/21
  4. 4/21

Answer.3. 300 Hz

Explanation

If X be a random variable with a finite number of outcomes x1, x2, x3 …. occurring with probabilities p1, p2, p3……. respectively, the expectation of X is defined as:

$E\left[ x \right] = \mathop \sum \limits_{i = 1}^k {x_i} \cdot {p_i} = {x_1}{p_1} + {x_2}{p_2} \ldots$

(n) is proportional to n where n= 1,2,3,…6 is random variable.

P(n) = kn

P(1) + P(2)….P (6) = 1

K(1 + 2 + 3 + 4 + 5 + 6) = 1

K = 1/21

P(4) = 4K

P(4) = 4/21

 

4. ________ is used in mobile computing for flat fading channels.

  1. Gaussian distribution
  2. Rayleigh distribution
  3. Poisson distribution
  4. Uniform distribution

Answer.2. Rayleigh distribution

Explanation

Rayleigh distribution is used in mobile computing for flat fading channels. The Rayleigh distribution is a continuous probability distribution named after the English Lord Rayleigh. It is a special case of the Weibull distribution with a scale parameter of 2.

Rayleigh fading is caused by multipath reception. The mobile antenna receives a large number, say N, reflected and scattered waves. Because of wave cancellation effects, the instantaneous received power seen by a moving antenna becomes a random variable, dependent on the location of the antenna.

 

5. _________  useful in situations where discrete events occur in a continuous manner.

  1. Gaussian distribution
  2. Rayleigh distribution
  3. Poisson distribution
  4. Uniform distribution

Answer.3. Poisson distribution

Explanation

  • Poisson distribution is a theoretical discrete probability distribution that is very useful in situations where discrete events occur in a continuous manner.
  • A Poisson distribution, named after French mathematician Siméon Denis Poisson, can be used to estimate how many times an event is likely to occur within “X” periods of time.
  • If an event happens independently and randomly over time, and the mean rate of occurrence is constant over time, then the number of occurrences in a fixed amount of time will follow the Poisson distribution.

 

6. In ________ every outcome is equally likely to occur.

  1. Gaussian distribution
  2. Rayleigh distribution
  3. Poisson distribution
  4. Uniform distribution

Answer.3. Poisson distribution

Explanation

In uniform distribution, every outcome is equally likely to occur and is applied for a random experiment with equal chances of occurrences of every possible outcome.

 

7.  Let X be a random variable with probability distribution function f (x)=0.2 for |x|<1

= 0.1 for 1 < |x| < 4
= 0 otherwise
The probability P (0.5 < x < 5) is _____

  1. 0.3
  2. 0.5
  3. 0.4
  4. 0.8

Answer.3. 0.4

Explanation

P (0.5 < x < 5) = Integrating f (x) from

0.5 to 5 by splitting in 3 parts that is from 0.5 to 1

and from 1 to 4 and 4 to 5 we get

P (0.5 < x < 5) = 0.1 + 0.3 + 0

P (0.5 < x < 5) = 0.4.

 

8. Two continuous random variables X and Y are related as Y = 2X + 3. Let $\sigma _X^2$ and $\sigma _Y^2$ denote the variances of X and Y, respectively. The variances are related as

  1. $\sigma _Y^2 = 4\sigma _X^2$
  2. $\sigma _Y^2 = 2\sigma _X^2$
  3. $\sigma _Y^2 = 25\sigma _X^2$
  4. $\sigma _Y^2 = 5\sigma _X^2$

Answer.1. $\sigma _Y^2 = 4\sigma _X^2$

Explanation

Variance of a random variable ‘y’ is given by:

Var[y] = E[y2] – E2[y]

Properties of mean:

1) E[K] = K, Where K is some constant

2) E[c X] = c. E[X], Where c is some constant

3) E[a X + b] = a E[X] + b, Where a and b are constants

4) E[X + Y] = E[X] + E[Y]

Application:

Variance of y = E[(2x + 3)2] – (E[2x + 3])2

= E[4x2 + 12x + 9] – (E[2x + 3])2

= 4E[x2] + 12E[x] + 9 – (E[2x] + E[3])2

= 4E[x2] + 12E[x] + 9 – (2E[x] + 3)2

= 4E[x2] + 12E[x] + 9 – (4E2[x] + 9 + 12E[X])

= 4E[x2] + 12E[x] + 9 – 4E2[x] – 9 – 12E[X]

= 4E[x2] – 4E2[x]

= 4[E[x2] – E2[x]]

This can be written as:

= 4 (variance of x), i.e.

The variance of y = 4 times the variance of x

$\sigma _Y^2 = 4\sigma _X^2$

 

9. The two random variable X and Y are uncorrelated if and only if their covariance is

  1. 0
  2. 1
  3. -1
  4. infinity

Answer.1. 0

Explanation

Two random variables are said to be uncorrelated if their covariance is zero.

Correlation Coefficient (ρ) of two Random Variables x and y is given by

${\rho _{xy}} = \frac{{{C_{ov}}\left[ {x,\:y} \right]}}{{\sqrt {{V_{ar}}\left[ x \right]{v_{ar}}\left[ y \right]} }}$

Where,

Cov [x, y] = E [X, Y] – E [X] E[Y]  —(2)

Analysis:

Given X & Y are totally uncorrelated, i.e.

E[X Y] = E[X] E[Y]

Substituting this is Equation (2), we get:

Cov [X, Y] = E[X Y] – E [X] E [Y] = 0

∴ Cov [X, Y] = 0

Hence from eqn (1), ρxy = 0

 

10. Runs scored by batsman in 5 one-day matches are 50, 70, 82, 93, and 20. The standard deviation is ______

  1. 25.79
  2. 25.49
  3. 25.29
  4. 25.69

Answer.1. 25.79

Explanation

The mean of 5 innings is

(50 + 70 + 82 + 93 + 20) ÷ 5 = 63

S.D = [1n (x(n) − mean)2]0.5

S.D = 25.79

Scroll to Top