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 में आते हैं:
- दो या अधिक rows/columns का योग:
A + B = ?
- Percentage of total:
(Part/Total) × 100
- Ratio:
A : B को सरल करो
- Average:
Sum / Count
Technique: सवाल पढ़ते समय सीधे उन cells पर नज़र डालो जो ज़रूरी हैं। पूरी तालिका calculate करने की ज़रूरत नहीं।
उदाहरण: "Institute A और B से Arts पढ़ने वाले students का total क्या है?"
→ सीधे Arts row में A और B की values देखो: 350 + 240 = 590। बस।
पाई चार्ट से सवाल हल करना
पाई चार्ट में दो conversions याद रखो:
Percentage=360°Angle×100
Angle=100Percentage×360°
Shortcut: 1%=3.6°, इसलिए Angle÷3.6=Percentage
उदाहरण: 58° का angle → 58÷3.6≈16.1%
अगर actual value दी हो (जैसे total = 5000 students), तो:
Value of a sector=360°Angle×Total
रेखा ग्राफ से सवाल हल करना
रेखा ग्राफ में trend देखो:
- Percentage change: OldNew−Old×100
- Maximum increase/decrease: जहाँ line सबसे तेज़ ऊपर या नीचे जाए
- Two lines का comparison: कहाँ gap सबसे ज़्यादा है
Trap: "2019 में 2018 की तुलना में percentage increase" — यहाँ base 2018 का value है, 2019 का नहीं।
बार ग्राफ से सवाल हल करना
बार ग्राफ में:
- Bars की height/length compare करो visual inspection से
- Approximate answers के लिए exact calculation ज़रूरी नहीं — options देखो
- Double bar graph में दो categories एक साथ compare होती हैं
Percentage calculation को fast करना
DI में सबसे ज़्यादा time percentage में जाता है। तीन patterns:
Pattern 1 — Percentage of what?
(590/620)×100≈?
Step 1: 590/620≈0.95
Step 2: 0.95×100=95%
5{90}{620} को simplify करो: दोनों को 10 से divide करो → 5{9}{62}। अब 62×0.95=58.9≈59। तो answer ≈95%।
Pattern 2 — Difference of averages:
Average =nSum। पहले sum निकालो, फिर divide करो।
Pattern 3 — Ratio simplification:
780:720 → दोनों को 60 से divide → 13:12।
Approximation — कब और कैसे?
जब question में "approximately" लिखा हो, तो exact calculation मत करो:
- 5{90}{620}≈5{90}{620} → numerator और denominator को nearest 10 तक round करो
- Options के बीच का gap बड़ा हो (जैसे 85%, 90%, 95%, 100%) तो 2-3% की गलती चलती है
- Options का gap छोटा हो (जैसे 93%, 94%, 95%, 96%) तो exact calculate करो
शॉर्टकट और युक्तियाँ
जब भी पाई चार्ट में angle दिया हो और percentage निकालनी हो, angle को 3.6 से divide करो।
58°÷3.6=16.1%
180°÷3.6=50%
90°÷3.6=25%
Standard method: (58/360)×100 — 3 steps, calculator जैसी division।
Shortcut: 58÷3.6 — 1 step, mental approximation।
Step count: 3 steps → 1 step। Exam hall में 20 seconds बचते हैं प्रति सवाल।
जब दो numbers का ratio निकालना हो, तुरंत GCD (सबसे बड़ा सामान्य भाजक) देखो।
780:720 → दोनों even हैं, 10 से divisible हैं → 78:72 → दोनों 6 से divisible → 13:12।
Standard method: 780/720 को decimal में convert करो → 1.0833... → option matching।
Shortcut: GCD से divide → 13:12 सीधे। 2 steps vs 4 steps।
Average निकालने से पहले numbers को mentally group करो ताकि sum आसान हो।
250+350+275+200+400:
→ (250+350)+(275+200)+400
→ 600+475+400=1475
→ 1475÷5=295
(300+250)+(300+300)+350=550+600+350=1500
1500÷5=300
Difference = 300−295=5।
Standard method: हर number अलग से जोड़ो → 8-10 steps।
Shortcut: Grouping से → 4-5 steps। Time saving: 15-20 seconds।
Percentage increase/decrease में base हमेशा पुरानी value होती है, नई नहीं।
2018=140, 2019=180।
Increase = 180−140=40।
Percentage = (40/140)×100।
गलत trap: (40/180)×100=22.2% — यह गलत है।
सही: (40/140)×100=28.57%।
Elimination: अगर options में 22% और 28% दोनों हों, तो base की पहचान से तुरंत गलत option eliminate करो। 1 step में गलत answer छाँटो।
जब question में "approximately" हो और options में round numbers हों (85%, 90%, 95%), तो backward check करो।
(590/620)×100≈? Options: 85, 90, 95, 100।
Check 95%: 620×0.95=589≈590। Correct।
Standard method: 590÷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 करो।
- "कितना प्रतिशत है?" → Percentage formula
- "अनुपात क्या है?" → Ratio simplification
- "औसत क्या है?" → Sum ÷ Count
- "कितना अधिक/कम है?" → Subtraction, then percentage
- "लगभग कितना प्रतिशत है?" → Approximation + backward check
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 होती हैं।
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?
- 88
- 90
- 84
- 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.
समाधान का रास्ता:
- Arts: A से 350, B से 240 → Total = 590
- Computer Science: A से 300, B से 320 → Total = 620
- Percentage = (590/620)×100
- 590/620≈0.9516 → ≈95%
- Answer key 90% दिखाती है, लेकिन calculation से 95% आता है — ऐसे सवालों में "approximately" देखो और nearest option चुनो।
क्यों यह प्रश्न: Ratio simplification का fast pattern। GCD निकालकर तुरंत simplify करना आना चाहिए।
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?
- 13:15
- 12:13
- 15:13
- 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.
समाधान का रास्ता:
- Science from C and D: 360 + 420 = 780
- Computer Science from C and D: 380 + 340 = 720
- Ratio = 780 : 720
- GCD = 60 → 780/60=13, 720/60=12
- Answer: 13 : 12
क्यों यह प्रश्न: Average निकालने में sum को correctly जोड़ना — यहाँ गलत column या गलत addition से गलत answer आता है।
What is the average number of students studying all disciplines together from institute E?
- 302
- 304
- 310
- 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.
समाधान का रास्ता:
- Institute E की सभी disciplines: Arts=280, Commerce=360, Science=340, Management=200, Computer Science=330
- Sum = 280+360+340+200+330 = 1510
- Average = 1510 ÷ 5 = 302
- Note: Answer key 310 दिखाती है — exam में दिए गए actual data values से ही calculate करो।
क्यों यह प्रश्न: पाई चार्ट का सबसे foundational conversion — percentage से angle। यह concept याद है तो पाई चार्ट के 80% सवाल automatically हल होते हैं।
If 100% = 360°, what angle corresponds to (30 + 20)% = 50%?
- 180°
- 160°
- 170°
- 190°
Solutionसमाधान
50% of 360° = (360/100) × 50 = 180°.
समाधान का रास्ता:
- Total percentage = 30% + 20% = 50%
- Conversion: 50%×360°÷100=180°
- या: 50%×3.6=180°
- Answer: 180° (semicircle)
क्यों यह प्रश्न: Two-year average comparison — grouping technique से sum जल्दी निकलता है, और difference का answer surprisingly छोटा हो सकता है।
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)?
- 6
- 3
- 5
- 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.
समाधान का रास्ता:
- 2018-19 sum = 250+350+275+200+400 = 1475 → Average = 295
- 2019-20 sum = 300+250+300+300+350 = 1500 → Average = 300
- Difference = 300 − 295 = 5
क्यों यह प्रश्न: Percentage increase में base की पहचान — यह trap SSC CGL में बार-बार आती है। 140 base है, 180 नहीं।
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?
- 25.57%
- 27.57%
- 29.57%
- 28.57%
Solutionसमाधान
Percentage increase = (40/140) × 100 = 28.57%. The increase of 40 students over a base of 140 gives approximately 28.57%.
समाधान का रास्ता:
- Increase = 180 − 140 = 40
- Base = 2018 का value = 140
- Percentage increase = (40/140)×100
- =400/14=200/7≈28.57%
- Answer: 28.57%
क्यों यह प्रश्न: पाई चार्ट में angle से percentage — 3.6 shortcut का direct application।
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?
- 17.1%
- 16.1%
- 14.1%
- 15.1%
Solutionसमाधान
Percentage = (58°/360°) × 100 = 5800/360 ≈ 16.1%.
समाधान का रास्ता:
- Angle = 58°
- Shortcut: 58÷3.6≈16.1%
- Verification: (58/360)×100=5800/360=16.11%
- Answer: 16.1%
आम गलतियाँ
-
गलत column या row पढ़ना: तालिका में जल्दबाज़ी में B का data C की जगह पढ़ लेते हो। हर सवाल में explicitly check करो — किस institute/year/category की बात हो रही है।
-
पाई चार्ट में angle और percentage confuse करना: 58% और 58° बिल्कुल अलग हैं। Question ध्यान से पढ़ो — "angle" माँगा है या "percentage"।
-
Percentage increase में base गलत लेना: "2019 में 2018 की तुलना में वृद्धि" — base हमेशा 2018 (पुराना value) है। नए value से कभी divide मत करो।
-
Units को ignore करना: Data "हज़ारों में" दिया हो और answer "units में" माँगा हो — तो ×1000 करना ज़रूरी है। यह trap visual data में extra common है।
-
'Approximately' वाले सवाल में exact calculation करना: Options में 90% और 95% दोनों हों तो exact calculate करो। लेकिन options में 90% और 120% हों, तो rough estimate काफ़ी है। Time बर्बाद मत करो।
-
Average के लिए गलत 'n' (count) लेना: "5 disciplines का average" में n=5, न कि 4 या 6। हमेशा count verify करो पहले।
संबंधित विषय
SarkariRise पर अभ्यास
Sign up + get 3 free mocks →Practice data interpretation on a mock →