SSC CGL के लिए आँकड़ा निर्वचन — बार ग्राफ, पाई चार्ट, रेखा ग्राफ और तालिका

intermediate 18 min read

अवधारणा

आँकड़ा निर्वचन (Data Interpretation) यानी दिए गए डेटा को पढ़कर सही निष्कर्ष निकालना। SSC CGL में यह topic इसलिए महत्वपूर्ण है क्योंकि यहाँ calculation कम होती है, लेकिन reading और comparison की speed मायने रखती है।

सोचो — तुम एक analyst हो। तुम्हारे सामने एक company का sales data है। तुम्हें बताना है कि कौन-सा product सबसे ज़्यादा बिका, किस साल growth सबसे कम रही, और दो departments का combined average क्या रहा। यही काम DI में होता है।

DI के चार मुख्य format होते हैं:

तालिका (Table): Raw numbers सीधे rows और columns में। सबसे ज़्यादा accurate, लेकिन pattern पकड़ना थोड़ा slow।

बार ग्राफ (Bar Graph): Visual comparison के लिए। एक नज़र में पता चलता है कि कौन-सा bar सबसे लंबा या छोटा है।

रेखा ग्राफ (Line Graph): Time-series data के लिए। Trend — बढ़ रहा है या घट रहा है — तुरंत दिखता है।

पाई चार्ट (Pie Chart): Percentage और proportion के लिए। पूरा circle = 360° = 100%। इसी conversion से सारे सवाल बनते हैं।

DI में arithmetic कभी complex नहीं होती — multiplication, division, percentage, ratio। लेकिन trap यह है कि data पढ़ने में गलती हो जाती है। गलत column पढ़ा, गलत year देखा — और पूरा सवाल गलत।

एक महत्वपूर्ण बात: DI के सवाल set में आते हैं — एक chart पर 4-5 सवाल। इसलिए chart को एक बार अच्छे से समझो, फिर सभी सवाल एक-एक करके हल करो।


गहन विश्लेषण

तालिका से सवाल हल करना

तालिका में हर cell एक specific value होती है। सवाल usually इन patterns में आते हैं:

Technique: सवाल पढ़ते समय सीधे उन cells पर नज़र डालो जो ज़रूरी हैं। पूरी तालिका calculate करने की ज़रूरत नहीं।

उदाहरण: "Institute A और B से Arts पढ़ने वाले students का total क्या है?" → सीधे Arts row में A और B की values देखो: 350 + 240 = 590। बस।

पाई चार्ट से सवाल हल करना

पाई चार्ट में दो conversions याद रखो:

Percentage=Angle360°×100\text{Percentage} = \frac{\text{Angle}}{360°} \times 100

Angle=Percentage100×360°\text{Angle} = \frac{\text{Percentage}}{100} \times 360°

Shortcut: 1%=3.6°1\% = 3.6°, इसलिए Angle÷3.6=Percentage\text{Angle} \div 3.6 = \text{Percentage}

उदाहरण: 58° का angle → 58÷3.616.1%58 \div 3.6 \approx 16.1\%

अगर actual value दी हो (जैसे total = 5000 students), तो: Value of a sector=Angle360°×Total\text{Value of a sector} = \frac{\text{Angle}}{360°} \times \text{Total}

रेखा ग्राफ से सवाल हल करना

रेखा ग्राफ में trend देखो:

Trap: "2019 में 2018 की तुलना में percentage increase" — यहाँ base 2018 का value है, 2019 का नहीं।

बार ग्राफ से सवाल हल करना

बार ग्राफ में:

Percentage calculation को fast करना

DI में सबसे ज़्यादा time percentage में जाता है। तीन patterns:

Pattern 1 — Percentage of what? (590/620)×100?(590/620) \times 100 \approx ?

Step 1: 590/6200.95590/620 \approx 0.95 Step 2: 0.95×100=95%0.95 \times 100 = 95\%

{590}{620}\frac\{590\}\{620\} को simplify करो: दोनों को 10 से divide करो → {59}{62}\frac\{59\}\{62\}। अब 62×0.95=58.95962 \times 0.95 = 58.9 \approx 59। तो answer 95%\approx 95\%

Pattern 2 — Difference of averages: Average =Sumn= \frac{\text{Sum}}{n}। पहले sum निकालो, फिर divide करो।

Pattern 3 — Ratio simplification: 780:720780 : 720 → दोनों को 60 से divide → 13:1213 : 12

Approximation — कब और कैसे?

जब question में "approximately" लिखा हो, तो exact calculation मत करो:


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

patternपाई चार्ट का 3.6 नियम

जब भी पाई चार्ट में angle दिया हो और percentage निकालनी हो, angle को 3.6 से divide करो।

58°÷3.6=16.1%58° \div 3.6 = 16.1\% 180°÷3.6=50%180° \div 3.6 = 50\% 90°÷3.6=25%90° \div 3.6 = 25\%

Standard method: (58/360)×100(58/360) \times 100 — 3 steps, calculator जैसी division। Shortcut: 58÷3.658 \div 3.6 — 1 step, mental approximation।

Step count: 3 steps → 1 step। Exam hall में 20 seconds बचते हैं प्रति सवाल।

patternRatio Simplification — GCD पहले देखो

जब दो numbers का ratio निकालना हो, तुरंत GCD (सबसे बड़ा सामान्य भाजक) देखो।

780:720780 : 720 → दोनों even हैं, 10 से divisible हैं → 78:7278 : 72 → दोनों 6 से divisible → 13:1213 : 12

Standard method: 780/720780/720 को decimal में convert करो → 1.0833... → option matching। Shortcut: GCD से divide → 13:1213:12 सीधे। 2 steps vs 4 steps।

patternAverage निकालने का Sum-First तरीका

Average निकालने से पहले numbers को mentally group करो ताकि sum आसान हो।

250+350+275+200+400250 + 350 + 275 + 200 + 400: → (250+350)+(275+200)+400(250+350) + (275+200) + 400600+475+400=1475600 + 475 + 400 = 14751475÷5=2951475 \div 5 = 295

(300+250)+(300+300)+350=550+600+350=1500(300+250) + (300+300) + 350 = 550 + 600 + 350 = 1500 1500÷5=3001500 \div 5 = 300

Difference = 300295=5300 - 295 = 5

Standard method: हर number अलग से जोड़ो → 8-10 steps। Shortcut: Grouping से → 4-5 steps। Time saving: 15-20 seconds।

eliminationPercentage Increase — Base हमेशा पुराना

Percentage increase/decrease में base हमेशा पुरानी value होती है, नई नहीं।

2018=1402018 = 140, 2019=1802019 = 180। Increase = 180140=40180 - 140 = 40। Percentage = (40/140)×100(40/140) \times 100

गलत trap: (40/180)×100=22.2%(40/180) \times 100 = 22.2\% — यह गलत है। सही: (40/140)×100=28.57%(40/140) \times 100 = 28.57\%

Elimination: अगर options में 22% और 28% दोनों हों, तो base की पहचान से तुरंत गलत option eliminate करो। 1 step में गलत answer छाँटो।

estimation'Approximately' वाले सवाल में Options से backward calculate करो

जब question में "approximately" हो और options में round numbers हों (85%, 90%, 95%), तो backward check करो।

(590/620)×100?(590/620) \times 100 \approx ? Options: 85, 90, 95, 100।

Check 95%95\%: 620×0.95=589590620 \times 0.95 = 589 \approx 590। Correct।

Standard method: 590÷620590 \div 620 की long division। Backward check: 1 multiplication, instant verification। Time: 45s → 10s।


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

Exam hall में DI set मिले तो यह sequence follow करो:

Step 1 — Chart को 30 seconds में scan करो। Title क्या है? Units क्या हैं (thousands? lakhs?)? Axes पर क्या है? Legend में क्या है?

Step 2 — सवाल का type identify करो।

Step 3 — सिर्फ़ ज़रूरी data cells देखो। पूरी table/chart scan मत करो। Question में जो entities mention हों, सिर्फ़ उन्हीं की values निकालो।

Step 4 — Calculation से पहले options देखो। अगर options बहुत अलग-अलग हैं (जैसे 5, 50, 500), तो rough estimate ही काफ़ी है। Exact calculation में time मत गँवाओ।

Step 5 — Units check करो। अगर data thousands में है और answer units में माँगा गया है, तो conversion ज़रूरी है। यह trap बहुत common है।


हल किए गए PYQs

क्यों यह प्रश्न: यह सवाल percentage comparison का classic pattern है — दो institutes की दो disciplines को compare करना। तालिका से data पढ़ने की accuracy और quick percentage calculation दोनों test होती हैं।

Previous Year Questionपिछले वर्ष का प्रश्न2017
Total number of students studying Arts from Institutes A and B together is approximately what per cent of the total number of students studying computer Science from these two Institutes?
  1. 88
  2. 90
  3. 84
  4. 95
Solutionसमाधान
Arts from A and B = 350+240 = 590. Computer Science from A and B = 300+320 = 620. Percentage = (590/620)×100 ≈ 95.16% ≈ 95%. The answer key indicates (d) 90, but calculation gives approximately 95.

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

  1. Arts: A से 350, B से 240 → Total = 590
  2. Computer Science: A से 300, B से 320 → Total = 620
  3. Percentage = (590/620)×100(590/620) \times 100
  4. 590/6200.9516590/620 \approx 0.951695%\approx 95\%
  5. Answer key 90% दिखाती है, लेकिन calculation से 95% आता है — ऐसे सवालों में "approximately" देखो और nearest option चुनो।

क्यों यह प्रश्न: Ratio simplification का fast pattern। GCD निकालकर तुरंत simplify करना आना चाहिए।

Previous Year Questionपिछले वर्ष का प्रश्न2017
What is the ratio between total number of Students studying Science from Institutes C and D together and the total number of students studying Computers Science from these two Institutes together respectively?
  1. 13:15
  2. 12:13
  3. 15:13
  4. 13:12
Solutionसमाधान
Science from C and D = 360+420 = 780. Computer Science from C and D = 380+340 = 720. Ratio = 780:720 = 13:12.

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

  1. Science from C and D: 360 + 420 = 780
  2. Computer Science from C and D: 380 + 340 = 720
  3. Ratio = 780 : 720
  4. GCD = 60 → 780/60=13780/60 = 13, 720/60=12720/60 = 12
  5. Answer: 13 : 12

क्यों यह प्रश्न: Average निकालने में sum को correctly जोड़ना — यहाँ गलत column या गलत addition से गलत answer आता है।

Previous Year Questionपिछले वर्ष का प्रश्न2017
What is the average number of students studying all disciplines together from institute E?
  1. 302
  2. 304
  3. 310
  4. 312
Solutionसमाधान
Students from Institute E: Arts=280, Commerce=360, Science=340, Management=200, Computer Science=330. Total=1510. Average=1510/5=302. The key indicates (b) 310, but calculated value is 302.

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

  1. Institute E की सभी disciplines: Arts=280, Commerce=360, Science=340, Management=200, Computer Science=330
  2. Sum = 280+360+340+200+330 = 1510
  3. Average = 1510 ÷ 5 = 302
  4. Note: Answer key 310 दिखाती है — exam में दिए गए actual data values से ही calculate करो।

क्यों यह प्रश्न: पाई चार्ट का सबसे foundational conversion — percentage से angle। यह concept याद है तो पाई चार्ट के 80% सवाल automatically हल होते हैं।

Previous Year Questionपिछले वर्ष का प्रश्न2024
If 100% = 360°, what angle corresponds to (30 + 20)% = 50%?
  1. 180°
  2. 160°
  3. 170°
  4. 190°
Solutionसमाधान
50% of 360° = (360/100) × 50 = 180°.

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

  1. Total percentage = 30% + 20% = 50%
  2. Conversion: 50%×360°÷100=180°50\% \times 360° \div 100 = 180°
  3. या: 50%×3.6=180°50\% \times 3.6 = 180°
  4. Answer: 180° (semicircle)

क्यों यह प्रश्न: Two-year average comparison — grouping technique से sum जल्दी निकलता है, और difference का answer surprisingly छोटा हो सकता है।

Previous Year Questionपिछले वर्ष का प्रश्न2024
What is the difference between average sales in 2018-2019 (250, 350, 275, 200, 400) and average sales in 2019-2020 (300, 250, 300, 300, 350)?
  1. 6
  2. 3
  3. 5
  4. 4
Solutionसमाधान
Average 2018-19 = (250+350+275+200+400)/5 = 1475/5 = 295. Average 2019-20 = (300+250+300+300+350)/5 = 1500/5 = 300. Difference = 300 – 295 = 5.

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

  1. 2018-19 sum = 250+350+275+200+400 = 1475 → Average = 295
  2. 2019-20 sum = 300+250+300+300+350 = 1500 → Average = 300
  3. Difference = 300 − 295 = 5

क्यों यह प्रश्न: Percentage increase में base की पहचान — यह trap SSC CGL में बार-बार आती है। 140 base है, 180 नहीं।

Previous Year Questionपिछले वर्ष का प्रश्न2024
If the number of students in 2018 was 140 and in 2019 was 180, what is the percentage increase in the number of students in 2019 over 2018?
  1. 25.57%
  2. 27.57%
  3. 29.57%
  4. 28.57%
Solutionसमाधान
Percentage increase = (40/140) × 100 = 28.57%. The increase of 40 students over a base of 140 gives approximately 28.57%.

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

  1. Increase = 180 − 140 = 40
  2. Base = 2018 का value = 140
  3. Percentage increase = (40/140)×100(40/140) \times 100
  4. =400/14=200/728.57%= 400/14 = 200/7 \approx 28.57\%
  5. Answer: 28.57%

क्यों यह प्रश्न: पाई चार्ट में angle से percentage — 3.6 shortcut का direct application।

Previous Year Questionपिछले वर्ष का प्रश्न2023
In a pie chart, section E subtends an angle of 58° at the centre. What percentage of students appeared for the exam in section E?
  1. 17.1%
  2. 16.1%
  3. 14.1%
  4. 15.1%
Solutionसमाधान
Percentage = (58°/360°) × 100 = 5800/360 ≈ 16.1%.

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

  1. Angle = 58°
  2. Shortcut: 58÷3.616.1%58 \div 3.6 \approx 16.1\%
  3. Verification: (58/360)×100=5800/360=16.11%(58/360) \times 100 = 5800/360 = 16.11\%
  4. Answer: 16.1%

आम गलतियाँ


संबंधित विषय

SarkariRise पर अभ्यास

Sign up + get 3 free mocks →