CDS गणित: सांख्यिकी — माध्य, माध्यिका, बहुलक और बारंबारता वितरण

intermediate 20 min read

अवधारणा

सांख्यिकी (Statistics) वह शाखा है जो data को संगठित, सारांशित और व्याख्यायित करने का काम करती है। CDS की परीक्षा में सांख्यिकी के सवाल मुख्यतः केन्द्रीय प्रवृत्ति (Central Tendency) पर केंद्रित होते हैं — यानी यह जानना कि किसी data समूह का "केंद्र" कहाँ है।

सोचो — एक फौजी यूनिट में 10 सैनिकों की ऊँचाई है। तुम्हें एक ही संख्या में पूरी यूनिट का प्रतिनिधित्व करना है। वह संख्या ही केन्द्रीय प्रवृत्ति का माप है।

तीन मुख्य माप:

परिसर (Range): अधिकतम मान − न्यूनतम मान। data के फैलाव का सबसे सरल माप।

CDS में माध्य के विचलन-आधारित सवाल (deviation-based questions), वर्गीकृत बारंबारता बंटन (grouped frequency distribution) में माध्य निकालना, और process-से-माध्यिका ढूँढना — यही तीन pattern बार-बार आते हैं। बाकी सब इन्हीं के variants हैं।


गहन विश्लेषण

माध्य (Arithmetic Mean) — core formula और variations

साधारण माध्य: xˉ=xin\bar{x} = \dfrac{\sum x_i}{n}

विचलन-आधारित माध्य निकालना:

यदि किसी मान AA से विचलनों का योग (xiA)=k\sum(x_i - A) = k है, तो:

xi=nA+k    xˉ=A+kn\sum x_i = nA + k \implies \bar{x} = A + \frac{k}{n}

यह CDS में सबसे ज़्यादा पूछा जाने वाला concept है। दो अलग-अलग मानों से विचलन दिए जाते हैं और तुम्हें nn या xˉ\bar{x} निकालना होता है।

उदाहरण: यदि मान 15 से विचलनों का योग −90 है और मान −3 से विचलनों का योग 54 है:

माध्य की एक महत्वपूर्ण property: यदि हर observation में एक constant cc जोड़ दो, तो नया माध्य =xˉ+c= \bar{x} + c। यदि हर observation को cc से गुणा करो, तो नया माध्य =cxˉ= c\bar{x}

वर्गीकृत बारंबारता बंटन में माध्य

यहाँ मध्य-बिंदु (midpoint) method इस्तेमाल होती है:

xˉ=fimifi\bar{x} = \frac{\sum f_i \cdot m_i}{\sum f_i}

जहाँ fif_i = प्रत्येक वर्ग की बारंबारता और mim_i = वर्ग का मध्य-बिंदु।

वर्ग का मध्य-बिंदु = (lower limit + upper limit) / 2

जब kk अज्ञात हो, तो equation set करो: fimi+kmkfi+k=दिया गया माध्य\frac{\sum f_i m_i + k \cdot m_k}{\sum f_i + k} = \text{दिया गया माध्य}

और kk निकालो। यह एक linear equation बनती है।

माध्यिका (Median)

असंगठित data: n मानों को ascending order में लिखो।

वर्गीकृत data में माध्यिका:

माध्यिका=L+n2cff×h\text{माध्यिका} = L + \frac{\frac{n}{2} - cf}{f} \times h

जहाँ:

माध्यिका और descending order

CDS 2026 में एक नया twist आया — numbers descending order में दिए गए थे। जब numbers descending order में हों और nn सम हो, तो 6वाँ और 7वाँ पद ही बीच के पद हैं। यहाँ equation बनाओ, solve करो, फिर ordering constraint ज़रूर check करो।

प्रतिशत-आधारित data interpretation

इस type में:

यह percentage का reverse calculation है — CDS में बार-बार आता है।


शॉर्टकट और युक्तियाँ

patternविचलन से सीधे माध्य

जब दो मानों से विचलनों का योग दिया हो — दोनों equations लिखो, xi\sum x_i को eliminate करो, पहले nn निकालो, फिर xˉ\bar{x}

एक ही step में: यदि मान AA से योग = k1k_1 और मान BB से योग = k2k_2 है, तो: n=k1k2BA,xˉ=A+k1nn = \frac{k_1 - k_2}{B - A}, \quad \bar{x} = A + \frac{k_1}{n}

उदाहरण: A=10,k1=A=10, k_1= a; B=20,k2=bB=20, k_2=b; b/a=4b/a = -4

मान लो a=ta = t, तो b=4tb = -4tn=t(4t)2010=5t{10}=t/2n = \frac{t-(-4t)}{20-10} = \frac{5t}\{10\} = t/2

xˉ=10+t/(t/2)=10+2=12\bar{x} = 10 + t/(t/2) = 10 + 2 = 12

Standard method: 4 equations, 3 unknowns, 90 seconds। इस shortcut से: 30 seconds।

patternConstant जोड़ने पर माध्य

यदि हर observation में constant cc जोड़ा जाए: नया माध्य = पुराना माध्य + cc। यदि हर observation को cc से गुणा करें: नया माध्य = पुराना माध्य × cc

परीक्षा में यह सवाल 5 seconds में हल होना चाहिए — सीधे answer option चुनो। 100 observations का माध्य 50 है, हर में 10 जोड़ो → नया माध्य = 60। Standard calculation: 100×50+100×10{100}\frac{100 \times 50 + 100 \times 10}\{100\} = 15 seconds। Property से: 5 seconds।

estimation% data में reverse calculation

जब किसी condition के लिए actual count और percentage दोनों दिए हों: Total = (actual count) ÷ (combined percentage)

Step 1: जो categories condition satisfy करती हैं, उनके % जोड़ो। Step 2: Actual count को उस decimal से divide करो।

उदाहरण: 40 से कम वाले = 14 + 29.75 + 26.25 = 70%। Actual count = 10.5 लाख। Total = 10.5 ÷ 0.70 = 15 लाख। — 20 seconds में।

Standard method (ratio-proportion setup): 45 seconds।

eliminationBudget % difference

जब दो groups के percentage और total amount दिए हों, difference निकालना हो:

Difference = (% difference) × Total amount

% को decimal में convert करो और सीधे multiply करो। A+C = 49%, B+D+E = 51%। Difference = 2% of 300.4 = 0.02 × 300.4 = 6.008 लाख।

Options देखो — ₹6.008 लाख तुरंत मिलता है। Standard method (दोनों की अलग-अलग calculation): 60 seconds vs shortcut: 15 seconds।

substitutionGrouped Mean में k निकालना

जब frequency distribution में एक unknown frequency kk हो और माध्य दिया हो:

  1. kk को छोड़कर बाकी सब की f×mf \times m calculate करो।
  2. माध्य formula में substitute करो: S+kmkN+k=xˉ\frac{S + k \cdot m_k}{N + k} = \bar{x}
  3. Cross-multiply और kk निकालो।

यह हमेशा एक साफ़ linear equation बनती है — quadratic नहीं। अगर quadratic बन रही है, तो कहीं गलती है। Standard method (सभी values पहले calculate करना): 120 seconds। Direct substitution: 60 seconds।


तेज़-समाधान रूपरेखा

परीक्षा-कक्ष में सांख्यिकी का सवाल देखते ही यह decision tree follow करो:

सवाल किस type का है?

  1. "माध्य निकालो" + विचलन दिया है? → दोनों equations लिखो → xi\sum x_i को eliminate करो → nn निकालो → xˉ\bar{x} निकालो।

  2. Constant जोड़ने/घटाने/गुणा करने के बाद माध्य? → Property सीधे लगाओ। Calculate मत करो।

  3. Grouped frequency distribution + माध्य दिया + unknown frequency kk? → Midpoints लिखो → f×mf \times m calculate करो → equation set करो → kk निकालो।

  4. % data + actual count → total निकालना? → Condition वाले % जोड़ो → Actual ÷ Combined% = Total।

  5. Descending/Ascending list + Median = given?nn count करो → 6th-7th (या middle) terms identify करो → equation बनाओ → solve करो → ordering check करो।

  6. Group का माध्य दिया + subset का माध्य दिया → बाकी का माध्य? → Total sum निकालो → Subset sum निकालो → बाकी = Total − Subset → माध्य निकालो।


हल किए गए PYQs

क्यों यह प्रश्न: यह % से reverse total निकालने का classic pattern है — CDS में डेटा interpretation के साथ combine होकर आता है।

Previous Year Questionपिछले वर्ष का प्रश्न2022
The age-wise population percentage of a city: Below 30: 14.00%, 30-34.99: 29.75%, 35-39.99: 26.25%, 40-44.99: 0%, 45-49.99: 18.50%, 50+: 11.50%. Number of persons below age 40 is 10.5 lakhs. What is the total population of the city (in lakhs)?
एक शहर की आयु-वार जनसंख्या का प्रतिशत इस प्रकार है: 30 से कम: 14.00%, 30-34.99: 29.75%, 35-39.99: 26.25%, 40-44.99: 0%, 45-49.99: 18.50%, 50+: 11.50%। 40 वर्ष से कम आयु के व्यक्तियों की संख्या 10.5 लाख है। शहर की कुल जनसंख्या (लाख में) क्या है?
  1. 12
  2. 18
  3. 15
  4. 21
  1. 12
  2. 18
  3. 15
  4. 21
Solutionसमाधान
Below 40 = 14+29.75+26.25 = 70%. Total = 10.5/0.70 = 15 lakhs.

समाधान का रास्ता: पहले 40 से कम की सभी categories के % जोड़ो: 14+29.75+26.25=70%14 + 29.75 + 26.25 = 70\%। फिर actual count ÷ decimal = 10.5÷0.70=1510.5 \div 0.70 = 15 लाख। 40-44.99 वाला 0% है — उसे ignore करो, यह trap है ताकि तुम confused हो जाओ।


क्यों यह प्रश्न: Budget allocation के % difference से actual रकम निकालना — percentage का direct application।

Previous Year Questionपिछले वर्ष का प्रश्न2022
The budget allocations under five different heads A, B, C, D and E are respectively 40%, 18%, 9%, 25% and 8%. Total budget allocation is ₹300.4 lakhs. How much less amount is allocated to A and C together as compared to B, D and E together?
पाँच अलग-अलग मदों A, B, C, D और E के लिए बजट आवंटन क्रमशः 40%, 18%, 9%, 25% और 8% है। कुल बजट आवंटन ₹300.4 लाख है। B, D और E को मिलाकर जितना आवंटन हुआ, उसकी तुलना में A और C को मिलाकर कितनी कम राशि आवंटित हुई?
  1. ₹6.008 lakhs
  2. ₹8.010 lakhs
  3. ₹4.005 lakhs
  4. ₹3.004 lakhs
  1. ₹6.008 लाख
  2. ₹8.010 लाख
  3. ₹4.005 लाख
  4. ₹3.004 लाख
Solutionसमाधान
A+C = 49%, B+D+E = 51%. Difference = 2% of 300.4 = 6.008 lakhs.

समाधान का रास्ता: A+C = 40+9 = 49%, B+D+E = 18+25+8 = 51%। Difference = 2%। 0.02×300.4=6.0080.02 \times 300.4 = 6.008 लाख। Individual calculations करने की ज़रूरत नहीं — सीधे % difference multiply करो।


क्यों यह प्रश्न: विचलन-आधारित माध्य — CDS 2023 और 2026 दोनों में repeat हुआ। यह CDS का most favourite statistics pattern है।

Previous Year Questionपिछले वर्ष का प्रश्न2023
The sum of deviations of n numbers from 10 and 20 are a, b respectively. If b/a = −4, then what is the mean of these n numbers?
n संख्याओं के 10 और 20 से विचलनों का योग क्रमशः a और b है। यदि b/a = −4 है, तो इन n संख्याओं का माध्य क्या होगा?
  1. 14
  2. 16
  3. 12
  4. 18
  1. 14
  2. 16
  3. 12
  4. 18
Solutionसमाधान
a = Σxᵢ − 10n, b = Σxᵢ − 20n. b/a = −4 ⟹ Σxᵢ − 20n = −4(Σxᵢ − 10n) ⟹ 5Σxᵢ = 60n ⟹ mean = 12.

समाधान का रास्ता: मान लो xi=S\sum x_i = S

दूसरी से पहली घटाओ: 10n=4aa=5an=a/2-10n = -4a - a = -5a \Rightarrow n = a/2। पहली equation में: S=10n+a=10(a/2)+a=6aS = 10n + a = 10(a/2) + a = 6axˉ=S/n=6a/(a/2)=12\bar{x} = S/n = 6a/(a/2) = 12


क्यों यह प्रश्न: Unknown frequency के साथ grouped mean — यह calculation-heavy सवाल है, पर systematic approach से 60 seconds में हल होता है।

Previous Year Questionपिछले वर्ष का प्रश्न2023
In a grouped frequency distribution with classes 2050-2550 (5), 2550-3050 (10), 3050-3550 (k), 3550-4050 (8), 4050-4550 (2), 4550-5050 (10), if average weekly wage is ₹3520, what is the value of k?
एक वर्गीकृत बारंबारता बंटन में वर्ग इस प्रकार हैं: 2050-2550 (5), 2550-3050 (10), 3050-3550 (k), 3550-4050 (8), 4050-4550 (2), 4550-5050 (10)। यदि औसत साप्ताहिक वेतन ₹3520 है, तो k का मान क्या होगा?
  1. 12
  2. 15
  3. 20
  4. 10
  1. 12
  2. 15
  3. 20
  4. 10
Solutionसमाधान
Midpoints: 2300, 2800, 3300, 3800, 4300, 4800. Σf·x = 5·2300+10·2800+k·3300+8·3800+2·4300+10·4800 = 11500+28000+3300k+30400+8600+48000 = 126500+3300k. Σf = 35+k. Mean: (126500+3300k)/(35+k) = 3520. 126500+3300k = 3520(35+k) = 123200+3520k. 3300 = 220k ⟹ k = 15.

समाधान का रास्ता: Midpoints: 2300, 2800, 3300, 3800, 4300, 4800। fm\sum fm (without kk) = 5(2300)+10(2800)+8(3800)+2(4300)+10(4800)5(2300) + 10(2800) + 8(3800) + 2(4300) + 10(4800) =11500+28000+30400+8600+48000=126500= 11500 + 28000 + 30400 + 8600 + 48000 = 126500 f\sum f (without kk) = 3535। Equation: 126500+3300k35+k=3520\frac{126500 + 3300k}{35 + k} = 3520 126500+3300k=123200+3520k126500 + 3300k = 123200 + 3520k 3300=220kk=153300 = 220k \Rightarrow k = 15


क्यों यह प्रश्न: Group-subset माध्य — सरल लेकिन exam में गलती होती है क्योंकि लोग directly माध्यों को average करने की कोशिश करते हैं।

Previous Year Questionपिछले वर्ष का प्रश्न2023
The mean of p, q, r, s and t is 280. If the mean of p, r and t is 240, what is the mean of q and s?
p, q, r, s और t का माध्य 280 है। यदि p, r और t का माध्य 240 है, तो q और s का माध्य क्या है?
  1. 340
  2. 330
  3. 310
  4. 320
  1. 340
  2. 330
  3. 310
  4. 320
Solutionसमाधान
p+q+r+s+t = 1400. p+r+t = 720. So q+s = 680. Mean = 340.

समाधान का रास्ता: p+q+r+s+t=5×280=1400p+q+r+s+t = 5 \times 280 = 1400p+r+t=3×240=720p+r+t = 3 \times 240 = 720q+s=1400720=680q+s = 1400 - 720 = 680। माध्य =680/2=340= 680/2 = 340। कभी भी माध्यों को सीधे average मत करो — पहले sums निकालो।


क्यों यह प्रश्न: Constant जोड़ने पर माध्य — यह CDS 2026 में आया। Property याद हो तो 5 seconds।

Previous Year Questionपिछले वर्ष का प्रश्न2026
The arithmetic mean of 100 observations is 50. If 10 is added to each observation then what will be the new arithmetic mean?
  1. 50
  2. 55
  3. 60
  4. 65
Solutionसमाधान
If a constant is added to each observation, the arithmetic mean also increases by that same constant. So new mean = 50 + 10 = 60.

समाधान का रास्ता: Property: हर observation में cc जोड़ने पर माध्य भी cc बढ़ता है। 50+10=6050 + 10 = 60। बस।


क्यों यह प्रश्न: CDS 2026 — दो विचलनों से nn और माध्य दोनों निकालना। Double-step problem।

Previous Year Questionपिछले वर्ष का प्रश्न2026
n numbers x₁, x₂, x₃, …, xₙ of a set have the sum of deviations measured from 15 as -90 and the sum of deviations measured from -3 as 54. What is the arithmetic mean?
  1. 3.25
  2. 3.50
  3. 3.75
  4. 4.25
Solutionसमाधान
Sum of deviations from 15: Σ(xᵢ - 15) = -90, so Σxᵢ = 15n - 90. Sum of deviations from -3: Σ(xᵢ + 3) = 54, so Σxᵢ = 54 - 3n. Equating: 15n - 90 = 54 - 3n, so 18n = 144, n = 8. Then Σxᵢ = 15(8) - 90 = 30. Mean = 30/8 = 3.75. Wait — check: 54 - 3(8) = 54 - 24 = 30. ✓ Mean = 30/8 = 3.75.

समाधान का रास्ता:


क्यों यह प्रश्न: CDS 2026 — Descending order में माध्यिका, quadratic equation के साथ combine। Ordering constraint check करना भूले तो गलत answer।

Previous Year Questionपिछले वर्ष का प्रश्न2026
The numbers 59, 53, 51, 43, 36, (8x + 1), (x² + 1), 13, 12, 9, 7, 3 are written in descending order and their median is 25. What is/are the value(s) of x?
  1. Only -12
  2. Only 4
  3. -12, 4
  4. 12, -4
Solutionसमाधान
There are 12 numbers; median = average of 6th and 7th values. In descending order, the 6th and 7th are (8x+1) and (x²+1). So [(8x+1) + (x²+1)]/2 = 25, giving x² + 8x + 2 = 50, i.e., x² + 8x - 48 = 0, so (x+12)(x-4) = 0, x = -12 or 4. Check ordering constraint: the sequence must remain descending, so 36 ≥ 8x+1 ≥ x²+1 ≥ 13. For x = 4: 8x+1 = 33, x²+1 = 17 — sequence 36, 33, 17, 13 is descending ✓. For x = -12: 8x+1 = -95, which is not between 36 and 13 — violates ordering. So only x = 4 is valid.

समाधान का रास्ता: 12 numbers, descending order में 6वाँ और 7वाँ पद = (8x+1)(8x+1) और (x2+1)(x^2+1)(8x+1)+(x2+1){2}=25x2+8x+2=50x2+8x48=0\frac{(8x+1)+(x^2+1)}\{2\} = 25 \Rightarrow x^2 + 8x + 2 = 50 \Rightarrow x^2 + 8x - 48 = 0 (x+12)(x4)=0x=12(x+12)(x-4) = 0 \Rightarrow x = -12 या x=4x = 4

Ordering check: x=12x = -12 के लिए 8x+1=958x+1 = -95 — यह 36 और 13 के बीच नहीं आता, sequence break होती है। Reject। x=4x = 4 के लिए 8x+1=338x+1 = 33, x2+1=17x^2+1 = 17 — sequence 36,33,17,1336, 33, 17, 13 descending है। Accept। Answer: only x=4x = 4


आम गलतियाँ


संबंधित विषय

SarkariRise पर अभ्यास

Sign up + get 3 free mocks →