All Exams Test series for 1 year @ ₹349 only
Question

Let X be the discrete random variable with PMF (x) = \(\dfrac{1}{2^x}\) ; x = 1,2,3,.... The value of P(X > 4) is

This question was previously asked in
SSC CGL 2019 (Tier 2) GS Finance & Economics Previous Year Paper (17-Nov-2020)
The correct answer is \(\frac{1}{16}\)

Calculating Probability P(X > 4) for a Discrete Random Variable

The problem asks us to find the probability \(P(X > 4)\) for a discrete random variable \(X\) with a given Probability Mass Function (PMF). The PMF is defined as \(P(x) = \dfrac{1}{2^x}\) for \(x = 1, 2, 3, \dots\).

A discrete random variable can only take specific, separated values. In this case, the possible values for \(X\) are the positive integers starting from 1.

The probability \(P(X > 4)\) means the probability that the random variable \(X\) takes a value strictly greater than 4. Since \(X\) can only be \(1, 2, 3, \dots\), the values greater than 4 are \(5, 6, 7, \dots\).

We can calculate \(P(X > 4)\) in two main ways:

Method 1: Summing the Probabilities for X > 4

\(P(X > 4) = P(X=5) + P(X=6) + P(X=7) + \dots\)

Using the given PMF \(P(x) = \dfrac{1}{2^x}\), we substitute the values of \(x\):

  • \(P(X=5) = \dfrac{1}{2^5} = \dfrac{1}{32}\)
  • \(P(X=6) = \dfrac{1}{2^6} = \dfrac{1}{64}\)
  • \(P(X=7) = \dfrac{1}{2^7} = \dfrac{1}{128}\)
  • and so on...

So, \(P(X > 4) = \dfrac{1}{32} + \dfrac{1}{64} + \dfrac{1}{128} + \dots\)

This is an infinite geometric series with the first term \(a = \dfrac{1}{32}\) and the common ratio \(r = \dfrac{1/64}{1/32} = \dfrac{1}{64} \times 32 = \dfrac{32}{64} = \dfrac{1}{2}\).

The sum of an infinite geometric series is given by the formula \(S = \dfrac{a}{1-r}\), provided \(|r| < 1\). Here, \(|1/2| < 1\), so the formula is applicable.

\(P(X > 4) = \dfrac{\dfrac{1}{32}}{1 - \dfrac{1}{2}} = \dfrac{\dfrac{1}{32}}{\dfrac{1}{2}}\)

To divide by a fraction, we multiply by its reciprocal:

\(P(X > 4) = \dfrac{1}{32} \times 2 = \dfrac{2}{32} = \dfrac{1}{16}\).

Method 2: Using the Complement Rule

The total probability for all possible values of a random variable is 1. The event \(X > 4\) is the complement of the event \(X \le 4\).

So, \(P(X > 4) = 1 - P(X \le 4)\).

The event \(X \le 4\) means \(X\) takes values \(1, 2, 3, \text{ or } 4\).

\(P(X \le 4) = P(X=1) + P(X=2) + P(X=3) + P(X=4)\).

Using the PMF \(P(x) = \dfrac{1}{2^x}\):

  • \(P(X=1) = \dfrac{1}{2^1} = \dfrac{1}{2}\)
  • \(P(X=2) = \dfrac{1}{2^2} = \dfrac{1}{4}\)
  • \(P(X=3) = \dfrac{1}{2^3} = \dfrac{1}{8}\)
  • \(P(X=4) = \dfrac{1}{2^4} = \dfrac{1}{16}\)

Now, sum these probabilities:

\(P(X \le 4) = \dfrac{1}{2} + \dfrac{1}{4} + \dfrac{1}{8} + \dfrac{1}{16}\)

To add these fractions, find a common denominator, which is 16:

\(P(X \le 4) = \dfrac{8}{16} + \dfrac{4}{16} + \dfrac{2}{16} + \dfrac{1}{16} = \dfrac{8 + 4 + 2 + 1}{16} = \dfrac{15}{16}\).

Finally, use the complement rule:

\(P(X > 4) = 1 - P(X \le 4) = 1 - \dfrac{15}{16}\)

\(P(X > 4) = \dfrac{16}{16} - \dfrac{15}{16} = \dfrac{16 - 15}{16} = \dfrac{1}{16}\).

Both methods yield the same result. The value of \(P(X > 4)\) is \(\dfrac{1}{16}\).

Revision Table: Key Concepts

Concept Description Formula/Example
Discrete Random Variable A variable whose value can only take a countable number of values. Number of heads in 3 coin flips ({0, 1, 2, 3})
Probability Mass Function (PMF) A function that gives the probability that a discrete random variable is exactly equal to some value. Sum of all probabilities must be 1. \(P(x) = \dfrac{1}{2^x}\) for \(x=1, 2, \dots\)
Probability \(P(X > a)\) The probability that the random variable takes a value greater than \(a\). \(\sum_{x > a} P(x)\) or \(1 - P(X \le a)\)
Complement Rule The probability of an event not happening is 1 minus the probability of it happening. \(P(A^c) = 1 - P(A)\)
Infinite Geometric Series A series where each term is found by multiplying the previous one by a fixed, non-zero number called the common ratio \(r\). Sum is \(\dfrac{a}{1-r}\) if \(|r| < 1\). \(\sum_{k=0}^{\infty} ar^k = a + ar + ar^2 + \dots\)

Additional Information on Discrete Probability

Understanding the Probability Mass Function (PMF) is fundamental for working with discrete random variables. The PMF, denoted by \(P(x)\) or \(f_X(x)\), must satisfy two conditions:

  1. \(0 \le P(x) \le 1\) for all possible values of \(x\).
  2. \(\sum_x P(x) = 1\), where the sum is taken over all possible values of \(x\).

In our problem, the PMF is \(P(x) = \dfrac{1}{2^x}\) for \(x = 1, 2, 3, \dots\). Let's quickly check if the sum of probabilities is 1:

\(\sum_{x=1}^{\infty} \dfrac{1}{2^x} = \dfrac{1}{2^1} + \dfrac{1}{2^2} + \dfrac{1}{2^3} + \dots = \dfrac{1}{2} + \dfrac{1}{4} + \dfrac{1}{8} + \dots\)

This is an infinite geometric series with \(a = \dfrac{1}{2}\) and \(r = \dfrac{1}{2}\).

The sum is \(\dfrac{a}{1-r} = \dfrac{\dfrac{1}{2}}{1 - \dfrac{1}{2}} = \dfrac{\dfrac{1}{2}}{\dfrac{1}{2}} = 1\).

This confirms that the given function is a valid PMF for a discrete random variable. The problem of calculating \(P(X > 4)\) then becomes a calculation based on this valid probability distribution. Both the summation method (using the geometric series formula) and the complement rule method are standard techniques for solving such problems in probability theory for discrete distributions.

Was this answer helpful?

Similar Questions

  1. The memory-less property is followed by which of the following continuous distribution:

  2. A Poisson distribution has a double mode at x = 1 and x = 2. The probability for x = 1 or for x = 2 of these two value is:

  3. If a discrete random variable X follows uniform distribution and assume only the values 8, 9, 11, 15, 18, 20, the value of P(|X - 14| < 5) will be:

  4. The probability density function of a random variable X is f(x) = \(\frac{\pi}{10} sin \frac{\pi x}{5}\) ; 0 ≤ x ≤ 5. The first quartile of X is:

  5. The mode of a geometric distribution with parameter p is:

  6. If ten coins are tossed simultaneously, then the probability of getting at most 1 head is:

  7. The PDF of babies’ age is defined as \(f(x)=\dfrac{3}{4}x(2-x);0<x<2\) , The 5 th decile point of X is:

  8. The interquartile range of continuous random variable X having PDF f(x) = e -x ; x ≥ 0 is:

  9. Patients arrive at a clinic following the Poisson process, with the mean rate of 10 customers per hour. The inter-arrival time of a customer follows:

  10. The length of time X, needed by an examinee of competition to complete a 1-hour exam, is a random variable with
    PDF \(f(x)=\dfrac{6}{5}(x^2+x);0 \le x \le 1.\) , The value of F(0.5) is:


Important Questions from Random Variables Basics

  1. The square of a standard normal variate is a

  2. The memory-less property is followed by which of the following continuous distribution:

  3. A Poisson distribution has a double mode at x = 1 and x = 2. The probability for x = 1 or for x = 2 of these two value is:

  4. If a discrete random variable X follows uniform distribution and assume only the values 8, 9, 11, 15, 18, 20, the value of P(|X - 14| < 5) will be:

  5. The probability density function of a random variable X is f(x) = \(\frac{\pi}{10} sin \frac{\pi x}{5}\) ; 0 ≤ x ≤ 5. The first quartile of X is:

Need Expert Advice?
Upcoming Exams
SSC CGL
September 30, 2026
UPSSSC PET
October 23, 2026
Test Series
SSC CGL img
SSC
SSC CGL (Tier I + Tier II) 2026 Mock Test Series - Latest Pattern
2503 Tests 6 Tests Free
5388 Attempts
4.2(868)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App