StemCET Logo

Maths Question 10 – JEE-MAIN 2026

A variable X takes values 0,2,6,12,20,,n(n1) with frequencies nC0,nC1,nC2,nC3,nC4,,nCn respectively. If the mean of this data is 60, then its median is :

The problem involves finding the mean and median of a frequency distribution where the frequencies are binomial coefficients. The first step is to determine the value of 'n' using the given mean.

🥷
Ninja StrategySymmetry and Estimation

Quickly estimate n16 from the mean formula (n(n1)=240). Since the frequencies 16Ck are symmetric about k=8, the median value must be x8.

Step 1: Determine the value of n from the Mean✦ Active

The data consists of values xk with frequencies fk=nCk for k=0,1,,n. The total frequency is fk=k=0nnCk=2n. There is an ambiguity in the problem statement: the listed values 0,2,6,12, suggest xk=k(k+1), but the last term n(n1) and the requirement for an integer solution for n from the mean calculation indicate that the values are xk=k(k1). We proceed with xk=k(k1).

X¯=k=0nxkfkk=0nfk=k=0nk(k1)nCk2n

Using the binomial identity k=0nk(k1)nCk=n(n1)2n2, we get:

X¯=n(n1)2n22n=n(n1)4

Given that the mean is 60:

n(n1)4=60n(n1)=240

Solving the quadratic equation n2n240=0 gives (n16)(n+15)=0. Since n must be a positive integer, we have n=16.

💡 Teacher's Secret Hint

The key is to correctly identify the general form of the values xk. The listed sequence is misleading; the formula for the mean and the last term are the real clues.

Step 2: Calculate the Median's Position○ Expand

With n=16, the total number of observations is N=k=01616Ck=216. Since N is even, the median is the average of the (N/2)-th and (N/2+1)-th observations.

Median=12(value of (2162)-th term+value of (2162+1)-th term) \text{Median} = \frac{1}{2} \left( \text{value of } 2^{15}\text{-th term} + \text{value of } (2^{15}+1)\text{-th term} \right)$$

We find which value xk corresponds to these positions by examining the cumulative frequencies. The sum of the binomial coefficients up to the term before the middle one is:

k=0716Ck=12(k=01616Ck16C8)=12(21616C8)=2151216C8

The cumulative frequency up to k=7 is less than 215. The cumulative frequency up to k=8 is k=0816Ck=215+1216C8, which is greater than 215. This means both the 215-th and (215+1)-th observations correspond to the value x8.

💡 Teacher's Secret Hint

For an even n, the sum of binomial coefficients up to k=n/21 is 2n112nCn/2. This is a useful property for finding the median in such distributions.

Step 3: Find the Median Value○ Expand

The median is the value x8. Using our determined formula for the values, xk=k(k1):

Median=x8=8(81)=8×7=56
✦ STEM Console utilizes AI models to generate step-by-step explanations and math clues. AI can make mistakes.