Skip to main content
Back to Statistics & Probability
JEE Main 2023
Statistics & Probability
Probability
Easy

Question

A random variable X has the following probability distribution : X 0 1 2 3 4 P(X) k 2k 4k 6k 8k The value of P(1 < X < 4 | X \le 2) is equal to :

Options

Solution

Key Concepts and Formulas

This problem requires a strong understanding of discrete probability distributions and conditional probability.

  1. Probability Mass Function (PMF) Property: For any discrete random variable XX, the sum of probabilities for all possible outcomes must equal 1. This ensures a complete and valid probability distribution. all xiP(X=xi)=1\sum_{\text{all } x_i} P(X=x_i) = 1

  2. Conditional Probability: The probability of an event A occurring, given that another event B has already occurred, is defined as: P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)} where P(AB)P(A \cap B) is the probability that both events A and B occur, and P(B)P(B) is the probability of event B occurring. This formula is applicable only when P(B)>0P(B) > 0.


Step-by-Step Solution

Step 1: Determine the Value of the Constant kk

  • Why this step? The very first step in working with any probability distribution involving an unknown constant is to find that constant. This is achieved by using the fundamental property that the sum of all probabilities in a probability mass function (PMF) must equal 1. This ensures the distribution is valid.
  • Working: We are given the probabilities for X=0,1,2,3,4X=0, 1, 2, 3, 4 as k,2k,4k,6k,8kk, 2k, 4k, 6k, 8k respectively. Summing these probabilities and equating them to 1: P(X=0)+P(X=1)+P(X=2)+P(X=3)+P(X=4)=1P(X=0) + P(X=1) + P(X=2) + P(X=3) + P(X=4) = 1 k+2k+4k+6k+8k=1k + 2k + 4k + 6k + 8k = 1 Combining the terms: (1+2+4+6+8)k=1(1+2+4+6+8)k = 1 21k=121k = 1
  • Result: Solving for kk: k=121k = \frac{1}{21}

Step 2: Define the Events for Conditional Probability

  • Why this step? The problem asks for P(1<X<4X2)P(1 < X < 4 | X \le 2). To apply the conditional probability formula, we must clearly identify the two events involved. Let's call the event we are interested in 'A' and the given condition 'B'.
  • Working:
    • Let Event A be 1<X<41 < X < 4.
      • Since X is a discrete random variable, the integer values strictly greater than 1 and strictly less than 4 are X=2X=2 and X=3X=3.
      • So, Event A corresponds to the outcomes {X=2,X=3}\{X=2, X=3\}.
    • Let Event B be X2X \le 2.
      • This means XX can take any value from its defined domain that is less than or equal to 2. From the given distribution, these are X=0,X=1,X=0, X=1, and X=2X=2.
      • So, Event B corresponds to the outcomes {X=0,X=1,X=2}\{X=0, X=1, X=2\}.

Step 3: Calculate the Probability of Event B, P(B)P(B)

  • Why this step? The denominator of the conditional probability formula P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)} is P(B)P(B). We need to calculate the probability that event B (X2X \le 2) occurs.
  • Working: We sum the probabilities of the outcomes that constitute Event B: P(B)=P(X2)=P(X=0)+P(X=1)+P(X=2)P(B) = P(X \le 2) = P(X=0) + P(X=1) + P(X=2) Using the probabilities given in terms of kk: P(B)=k+2k+4kP(B) = k + 2k + 4k P(B)=7kP(B) = 7k Now, substitute the value of k=121k = \frac{1}{21} found in Step 1: P(B)=7×121=721=13P(B) = 7 \times \frac{1}{21} = \frac{7}{21} = \frac{1}{3}

Step 4: Determine the Intersection of Events A and B, P(AB)P(A \cap B)

  • Why this step? The numerator of the conditional probability formula is P(AB)P(A \cap B). This represents the probability that both event A (1<X<41 < X < 4) and event B (X2X \le 2) occur simultaneously. We need to find the values of XX that satisfy both conditions.
  • Working:
    • Event A includes X{2,3}X \in \{2, 3\}.
    • Event B includes X{0,1,2}X \in \{0, 1, 2\}.
    • The intersection ABA \cap B consists of the values of XX common to both sets. The only common value is X=2X=2.
    • Therefore, AB={X=2}A \cap B = \{X=2\}.
    • Now, we calculate the probability of this intersection: P(AB)=P(X=2)P(A \cap B) = P(X=2) From the given distribution, P(X=2)=4kP(X=2) = 4k. P(AB)=4kP(A \cap B) = 4k Substitute the value of k=121k = \frac{1}{21}: P(AB)=4×121=421P(A \cap B) = 4 \times \frac{1}{21} = \frac{4}{21}

Step 5: Apply the Conditional Probability Formula

  • Why this step? With P(AB)P(A \cap B) and P(B)P(B) calculated, we can now use the definition of conditional probability to find the desired value, P(AB)P(A|B).
  • Working: P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)} Substitute the numerical values we found: P(1<X<4X2)=42113P(1 < X < 4 | X \le 2) = \frac{\frac{4}{21}}{\frac{1}{3}} To simplify, multiply the numerator by the reciprocal of the denominator: P(1<X<4X2)=421×31=1221P(1 < X < 4 | X \le 2) = \frac{4}{21} \times \frac{3}{1} = \frac{12}{21} Simplify the fraction by dividing both numerator and denominator by their greatest common divisor, which is 3: P(1<X<4X2)=47P(1 < X < 4 | X \le 2) = \frac{4}{7}

Common Mistakes & Tips

  1. Always Find k First: Neglecting to find the constant k or making an error in its calculation will propagate through the entire problem. This is a crucial first step.
  2. Careful with Inequalities: For discrete random variables, be very precise when converting inequalities (<,>,,<, >, \le, \ge) into the specific set of values XX can take. A common mistake is confusing strict inequalities (<,><, >) with non-strict ones (,\le, \ge).
  3. Clearly Define Events: Explicitly writing out the outcomes for events A, B, and their intersection ABA \cap B helps avoid errors and provides clarity, especially under exam pressure.
  4. k Cancellation: In many conditional probability problems involving an unknown constant like k, the constant often cancels out when forming the ratio P(AB)P(B)\frac{P(A \cap B)}{P(B)}. This can serve as a quick check for your calculations.

Summary

To find the conditional probability P(1<X<4X2)P(1 < X < 4 | X \le 2), we first determined the value of the constant kk by using the property that the sum of all probabilities in a discrete distribution must equal 1. Then, we clearly defined the events A (1<X<41 < X < 4) and B (X2X \le 2), listing the possible outcomes for each. We calculated the probability of event B, P(B)P(B), and the probability of the intersection of events A and B, P(AB)P(A \cap B). Finally, we applied the conditional probability formula P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)} to arrive at the result.

The final answer is 47\boxed{\frac{4}{7}}, which corresponds to option (A).

Practice More Statistics & Probability Questions

View All Questions