Analyzing the Setup
Welcome, future engineer! Today, we are not just solving a math problem; we are peeling back the layers of a frequency distribution to reveal the hidden variables within. Statistics is the language of uncertainty, and mastering it is a rite of passage for every JEE aspirant.
The universe of this problem is defined by the total number of students, N=40. This is our anchor. The sum of all frequencies must be exactly 40.
We write this as:
5+8+5+12+x+y=40
Simplifying this, we find
30+x+y=40, which gives us our first elegant equation:
x+y=10
Keep this close; it is the foundation upon which we will build our solution.
The Hunt for the Median
Now, we must find the median. The median is the heart of the data—the point that splits our distribution into two equal halves.
Since N=40 is an even number, the median is the average of the 2Nth and (2N+1)th observations. That is, the average of the 20th and 21st students.
We construct our cumulative frequency (C.F.) table: 5,13,18,30,30+x,40. Looking at this, we see that up to age 17, we have 18 students.
The 19th through the 30th students all fall into the age category of 18. Therefore, both the 20th and 21st students are 18 years old. Thus, our median M is 18.
The Mean Deviation
We are given that the Mean Deviation (M.D.) about the median is
1.25. The formula is our compass:
M.D.=N∑fi∣xi−M∣
Substituting our known values, we get:
405∣15−18∣+8∣16−18∣+5∣17−18∣+12∣18−18∣+x∣19−18∣+y∣20−18∣=1.25
Let us calculate the deviations carefully. The absolute differences are: ∣15−18∣=3, ∣16−18∣=2, ∣17−18∣=1, ∣18−18∣=0, ∣19−18∣=1, and ∣20−18∣=2.
Plugging these back in:
5(3)+8(2)+5(1)+12(0)+x(1)+y(2)=1.25×40
This simplifies to
15+16+5+0+x+2y=50. Combining the constants, we get
36+x+2y=50, or:
x+2y=14
The Final Resolution
We now have a system of two linear equations:
1) x+y=10
2) x+2y=14
Subtracting the first from the second, we find y=4. Substituting this back into the first equation, we get x+4=10, so x=6.
The final step is simply to evaluate the expression
4x+5y. Plugging in our values:
4(6)+5(4)=24+20=44
You have navigated the logic, handled the algebra, and arrived at the truth. The final answer is 44.