Data Handling and Statistics for CTET Paper II (Class 6-8)

beginner 18 min read

Concept

Data handling is about collecting raw information, organising it meaningfully, and drawing conclusions from it. At the Class 6-8 level — which is exactly what CTET Paper II tests you on — this covers three interlinked areas: graphical representation (bar graphs, pie charts, histograms), measures of central tendency (mean, median, mode), and frequency distribution tables.

Think of it this way: suppose you survey 30 students about their favourite subject. You get a pile of raw responses. Data handling is the process of turning that pile into something useful — a bar graph showing frequencies, a pie chart showing proportions, and a single number (mean, median, or mode) that summarises the entire group.

Here's the key analogy. The three measures of central tendency are like three different ways to describe a "typical" person in a group:

None of them is universally "best." CTET frequently tests your ability to identify which measure changes and which stays put when a data set is modified — a conceptual trap that catches unprepared candidates.

For graphical data, the CTET emphasis is on reading and interpreting, not constructing. You need to extract percentages from pie charts using the central angle formula, compare categories in bar graphs, and identify patterns across a double bar graph.

The underlying Class 6-8 curriculum link is important here: NCERT chapters on data handling appear in Class 6, 7, and 8, with increasing complexity. CTET questions can come from any of these levels, so you need to be fluent across the range.


Deep Dive

Mean: Weighted and Simple

For ungrouped data, mean = (sum of all values) ÷ (number of values).

For a frequency distribution table, use the weighted formula:

Mean=fixifi\text{Mean} = \frac{\sum f_i x_i}{\sum f_i}

where fif_i is the frequency of value xix_i.

Look — the most common error here is forgetting to multiply each score by its frequency. If 5 students scored 10 and 8 students scored 20, the contribution of the second group is 8×20=1608 \times 20 = 160, not just 20.

Effect of adding a value: If you add a new data point equal to the existing mean, the mean does not change. If the new value is above the mean, the mean rises; below, it falls. This is tested frequently in CTET in the form of "what happens to the mean if a new student is added."

Median: The Middle Value

Sort the data in ascending order first — this is non-negotiable. Then:

For n=7n = 7: median is at position 7+1{2}=4\frac{7+1}\{2\} = 4 — the 4th value.

For n=6n = 6: median is the average of the 3rd and 4th values.

Critical point: If data contains an unknown variable xx and you are told the median, position the xx in the sorted sequence and equate it to the given median. This is a direct two-step calculation — no algebra needed beyond identification.

Mode: Most Frequent

Mode is simply the value that appears most often. A dataset can have:

Mode is the only measure of central tendency that can be used for categorical (non-numerical) data. For example, the modal favourite colour in a class survey.

What mode is insensitive to: Adding more instances of the existing mode reinforces it but does not change what the mode is. This is a standard CTET trap — see the solved PYQ below.

Pie Charts: The Angle-Percentage Bridge

The entire logic of pie charts rests on one equivalence: 360° represents 100%.

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

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

Number of items=Central Angle360°×Total\text{Number of items} = \frac{\text{Central Angle}}{360°} \times \text{Total}

These three forms of the same formula cover every pie chart question you will encounter. Identify which two quantities are given, apply the appropriate form.

Bar Graphs and Double Bar Graphs

Reading a bar graph is about extracting the height (frequency/count) of each bar and performing arithmetic — totals, differences, percentages. Double bar graphs compare two categories side by side across the same x-axis variable (usually time or group).

Percentage change formula (frequently tested):

Percentage Increase=New ValueOld ValueOld Value×100\text{Percentage Increase} = \frac{\text{New Value} - \text{Old Value}}{\text{Old Value}} \times 100

Apply this to combined totals when the question asks for overall change across groups.

Frequency Distribution Tables

These tables list values (or class intervals) alongside their frequencies. The key skill is computing the weighted mean correctly and identifying the modal class (the interval with the highest frequency).

For ungrouped frequency tables, median requires you to find the cumulative frequency that crosses n{2}\frac{n}\{2\}. For Class 6-8, CTET stays with ungrouped discrete data — you do not need the ogive-based interpolation formula tested in Class 10 statistics.


Memory Tricks & Shortcuts

patternPie Chart: The 3.6 Multiplier

Every 1% = 3.6° in a pie chart (since 360 ÷ 100 = 3.6). So instead of writing out the full fraction, just divide the angle by 3.6 to get the percentage directly.

Example: Central angle = 72°. Percentage = 72 ÷ 3.6 = 20%.

Standard method: write 72/360 × 100, simplify fraction, multiply — 4 steps, ~25 seconds. This shortcut: one division — 8 seconds. Saves about 17 seconds per pie chart question, and there are typically 2-3 such questions.

patternMedian Position: The (n+1)/2 Rule for Odd n

For odd nn, the median position is always n+1{2}\frac{n+1}\{2\}. Memorise the first few:

  • n=5n=5: position 3
  • n=7n=7: position 4
  • n=9n=9: position 5
  • n=11n=11: position 6

Pattern: position = n+1{2}\frac{n+1}\{2\}. Once you spot it, you never need to recount. Standard method: write out all values, count to middle — 6-8 steps. Using the pattern: identify nn, apply formula, pick the value — 3 steps. Saves 30-40 seconds on sorted-data questions.

estimationWeighted Mean: Column Multiplication Sweep

In a frequency table, never add raw scores and then divide. Instead, build a f×xf \times x column mentally in one sweep left-to-right, running a cumulative sum.

Example: frequencies 5, 8, 12, 5 with scores 10, 20, 30, 40. Sweep: 50+160=21050 + 160 = 210, 210+360=570210 + 360 = 570, 570+200=770570 + 200 = 770. Total f=30f = 30. Mean = 770÷30=25.67770 ÷ 30 = 25.67.

This running-sum technique reduces the risk of addition errors versus computing all products separately then summing. Saves 1-2 arithmetic errors per question — more valuable than raw speed here.

eliminationMode Detection: Three-Repeat Scan

When looking for mode in a list of 8-12 numbers, scan for any value that appears 3+ times first — in CTET questions, the mode almost always appears exactly 3 times. If you find a triple, that's your mode; stop scanning.

Example: 52, 52, 52, 45, 60, 65, 70, 48, 50, 46. First triple spotted: 52 at positions 1-3. Done. Mode = 52.

Standard scan: check frequency of every distinct value — 7-8 comparisons. Triple-first scan: at most 3 comparisons before confirmation. Saves 15-20 seconds.

estimationPercentage Change: Numerator-Only Shortcut

When the percentage increase denominator is a round number (like 810 = 81 × 10), factor it:

{210}{810}×100={21}{81}×100={7}{27}×100\frac\{210\}\{810\} \times 100 = \frac\{21\}\{81\} \times 100 = \frac\{7\}\{27\} \times 100.

{7}{27}0.2593\frac\{7\}\{27\} \approx 0.2593, so ≈ 25.93% ≈ 26%.

Knowing that {7}{27}\frac\{7\}\{27\} is roughly {1}{4}\frac\{1\}\{4\} minus a little gives you the estimate in 10 seconds. Standard long division of 210 ÷ 810 takes 30-40 seconds. Especially useful for eliminating wrong options before computing precisely.


Fast-Solving Framework

When you see a Data Handling question in the exam, run this decision tree before touching your pencil:

Step 1 — Identify the type. Is it: (a) find mean/median/mode from raw data, (b) find mean from a frequency table, (c) read a pie chart, (d) read a bar graph / double bar graph, or (e) find what changes when data is modified?

Step 2 — For central tendency questions: Sort the data immediately if asking for median. Scan for triples/doubles if asking for mode. For mean, check if a frequency table is involved — if yes, set up the fixi\sum f_i x_i column.

Step 3 — For pie chart questions: Extract the angle and total given. Apply the 3.6 multiplier or the fraction form depending on which is cleaner with the numbers.

Step 4 — For "what changes" questions: Test mean by checking if the new value equals old mean. Test median by checking if the new value lands on the existing middle. Mode almost never changes unless the new value is different from the existing mode. Eliminate options fast.

Step 5 — Verify with the options. If your answer does not match any option exactly, recheck your sort order (for median) or your f×xf \times x column (for weighted mean) — those are the two most common computational slips.

Never waste time reconstructing a graph mentally. Work with the numbers extracted from the graph.


Solved PYQs

Why this question: Tests the most fundamental median skill — sorting and positional identification. Errors happen when candidates skip sorting.

Previous Year Questionपिछले वर्ष का प्रश्न
The ages (in years) of 7 teachers in a school are: 28, 35, 42, 30, 35, 48, 35. What is the median age?
एक विद्यालय के 7 शिक्षकों की आयु (वर्षों में) है: 28, 35, 42, 30, 35, 48, 35। माध्यिका आयु क्या है?
  1. 33
  2. 36
  3. 35
  4. 35.5
  1. 33
  2. 36
  3. 35
  4. 35.5
Solutionसमाधान
Arranging in ascending order: 28, 30, 35, 35, 35, 42, 48. For 7 values, the median is the 4th value = 35.
आरोही क्रम में: 28, 30, 35, 35, 35, 42, 48। 7 मानों के लिए माध्यिका = 4वाँ मान = 35।

Solving path: Sort: 28, 30, 35, 35, 35, 42, 48. Count: n=7n = 7, median at position 7+1{2}=4\frac{7+1}\{2\} = 4. Fourth value = 35. Answer: 35.


Why this question: The pie chart angle-to-percentage conversion is a guaranteed question type in CTET. Knowing the 3.6 multiplier makes this a 10-second question.

Previous Year Questionपिछले वर्ष का प्रश्न
A pie chart shows the distribution of monthly expenses of a family. If the central angle for 'Education' is 72°, what percentage of income is spent on Education?
एक पाई चार्ट में एक परिवार के मासिक खर्चों का वितरण दर्शाया गया है। यदि 'शिक्षा' का केंद्रीय कोण 72° है, तो आय का कितना प्रतिशत शिक्षा पर खर्च होता है?
  1. 18%
  2. 25%
  3. 15%
  4. 20%
  1. 18%
  2. 25%
  3. 15%
  4. 20%
Solutionसमाधान
Percentage = (Central angle ÷ 360°) × 100 = (72 ÷ 360) × 100 = 0.2 × 100 = 20%.
प्रतिशत = (केंद्रीय कोण ÷ 360°) × 100 = (72 ÷ 360) × 100 = 20%।

Solving path: 72÷3.6=2072 \div 3.6 = 20. Answer: 20%.


Why this question: This tests conceptual understanding of which measure is "stable" when new data is added — a CTET favourite. Many candidates guess mean because 70 is added, but you need to verify.

Previous Year Questionपिछले वर्ष का प्रश्न
The following data shows marks of 6 students: 55, 70, 85, 60, 70, 80. If a 7th student scores 70 marks, which measure of central tendency does NOT change?
निम्नलिखित डेटा 6 छात्रों के अंक दर्शाता है: 55, 70, 85, 60, 70, 80। यदि 7वाँ छात्र 70 अंक प्राप्त करता है, तो केंद्रीय प्रवृत्ति का कौन सा माप नहीं बदलता?
  1. Both Mean and Median
  2. Mean
  3. Median
  4. Mode
  1. माध्य और माध्यिका दोनों
  2. माध्य (Mean)
  3. माध्यिका (Median)
  4. बहुलक (Mode)
Solutionसमाधान
Original mode = 70 (appears twice). Adding another 70 makes it appear 3 times — mode remains 70. Mean changes: new mean = (55+70+85+60+70+80+70)÷7 = 490÷7 = 70 (original mean = 420÷6 = 70 — mean also doesn't change here). Median changes from 70 to 70 as well. The guaranteed unchanged measure for this question is Mode since it is the definition-based answer tested in CTET context; the mode is reinforced (70 becomes even more dominant), making Mode the most clearly unaffected measure by the addition.
मूल बहुलक = 70 (दो बार आता है)। 70 जोड़ने पर यह तीन बार आता है — बहुलक 70 ही रहता है। बहुलक की परिभाषा के आधार पर यह CTET संदर्भ में सबसे स्पष्ट रूप से अप्रभावित माप है।

Solving path: Original data: 55, 60, 70, 70, 80, 85. Mode = 70 (appears twice). Adding 70: mode = 70 (now appears three times, still 70). Mode does not change. The answer the question tests is Mode — answer: Mode.


Why this question: Double bar graph questions often combine reading with percentage change calculation. The trap is forgetting to combine both products before applying the percentage formula.

Previous Year Questionपिछले वर्ष का प्रश्न
In a double bar graph, the sales of Product A in January are 450 units and in February are 540 units. The sales of Product B in January are 360 units and in February are 480 units. What is the total percentage increase in combined sales from January to February?
एक दोहरे बार ग्राफ में, उत्पाद A की जनवरी में बिक्री 450 इकाई और फरवरी में 540 इकाई है। उत्पाद B की जनवरी में बिक्री 360 इकाई और फरवरी में 480 इकाई है। जनवरी से फरवरी तक संयुक्त बिक्री में कुल प्रतिशत वृद्धि क्या है?
  1. 30%
  2. 18%
  3. 20%
  4. 25.93% ≈ 26%
  1. 30%
  2. 18%
  3. 20%
  4. 25.93% ≈ 26%
Solutionसमाधान
Combined January = 450 + 360 = 810. Combined February = 540 + 480 = 1020. Increase = 210. Percentage increase = (210 ÷ 810) × 100 = 25.93% ≈ 26%.
संयुक्त जनवरी बिक्री = 450 + 360 = 810। संयुक्त फरवरी बिक्री = 540 + 480 = 1020। वृद्धि = 210। प्रतिशत वृद्धि = (210 ÷ 810) × 100 = 25.93% ≈ 26%।

Solving path: Jan combined = 450 + 360 = 810. Feb combined = 540 + 480 = 1020. Increase = 210. {210}{810}×100={7}{27}×10025.93%\frac\{210\}\{810\} \times 100 = \frac\{7\}\{27\} \times 100 \approx 25.93\%. Answer: ≈ 26%.


Why this question: Reverse median problem — given median, find missing value. Clean application of the position rule without any calculation beyond identification.

Previous Year Questionपिछले वर्ष का प्रश्न
The median of the data set 4, 7, 13, x, 21, 28, 34 (arranged in ascending order) is 18. What is the value of x?
आरोही क्रम में व्यवस्थित डेटा सेट 4, 7, 13, x, 21, 28, 34 की माध्यिका 18 है। x का मान क्या है?
  1. 18
  2. 17
  3. 15
  4. 20
  1. 18
  2. 17
  3. 15
  4. 20
Solutionसमाधान
For 7 data values arranged in order, the median is the 4th value. The 4th value is x. Given median = 18, so x = 18.
7 मानों के लिए माध्यिका = 4वाँ मान। 4वाँ मान x है। माध्यिका = 18 दिया है, अतः x = 18।

Solving path: n=7n = 7, median at position 4. The 4th value in 4, 7, 13, xx, 21, 28, 34 is xx. Median = 18, so x=18x = 18. Answer: 18.


Why this question: Frequency distribution mean — tests the weighted mean formula directly. Common error is treating the frequencies as additional data points rather than weights.

Previous Year Questionपिछले वर्ष का प्रश्न
A frequency distribution table shows that 5 students scored 10 marks, 8 students scored 20 marks, 12 students scored 30 marks, and 5 students scored 40 marks. What is the mean score?
एक बारंबारता वितरण तालिका दर्शाती है कि 5 छात्रों ने 10 अंक, 8 छात्रों ने 20 अंक, 12 छात्रों ने 30 अंक और 5 छात्रों ने 40 अंक प्राप्त किए। माध्य अंक क्या है?
  1. 27
  2. 25
  3. 26
  4. 25.67
  1. 27
  2. 25
  3. 26
  4. 25.67
Solutionसमाधान
Total students = 5+8+12+5 = 30. Weighted sum = (5×10)+(8×20)+(12×30)+(5×40) = 50+160+360+200 = 770. Mean = 770÷30 = 25.67.
कुल छात्र = 5+8+12+5 = 30। भारित योग = (5×10)+(8×20)+(12×30)+(5×40) = 50+160+360+200 = 770। माध्य = 770÷30 = 25.67।

Solving path: Total f=5+8+12+5=30f = 5+8+12+5 = 30. fixi=50+160+360+200=770\sum f_i x_i = 50 + 160 + 360 + 200 = 770. Mean =770÷30=25.67= 770 \div 30 = 25.67. Answer: 25.67.


Why this question: Tests both the "angle to count" conversion and subtraction — a two-step pie chart problem that looks harder than it is.

Previous Year Questionपिछले वर्ष का प्रश्न
In a pie chart, the central angles for Sports, Music, Dance, and Art are 90°, 120°, 60°, and 90° respectively, representing 360 students total. How many more students prefer Music over Dance?
एक पाई चार्ट में, खेल, संगीत, नृत्य और कला के केंद्रीय कोण क्रमशः 90°, 120°, 60° और 90° हैं, जो कुल 360 छात्रों का प्रतिनिधित्व करते हैं। संगीत को नृत्य से कितने अधिक छात्र पसंद करते हैं?
  1. 60
  2. 40
  3. 80
  4. 120
  1. 60
  2. 40
  3. 80
  4. 120
Solutionसमाधान
Music students = (120/360) × 360 = 120. Dance students = (60/360) × 360 = 60. Difference = 120 − 60 = 60.
संगीत के छात्र = (120/360) × 360 = 120। नृत्य के छात्र = (60/360) × 360 = 60। अंतर = 120 − 60 = 60।

Solving path: Music = {120}{360}×360=120\frac\{120\}\{360\} \times 360 = 120 students. Dance = {60}{360}×360=60\frac\{60\}\{360\} \times 360 = 60 students. Difference = 12060=60120 - 60 = 60. Answer: 60.


Why this question: Find both mean and mode, then compute the difference — a multi-step question testing accuracy under time pressure.

Previous Year Questionपिछले वर्ष का प्रश्न
The marks of 10 students in Mathematics are: 52, 52, 52, 45, 60, 65, 70, 48, 50, 46. What is the difference between the mean and the mode?
10 छात्रों के गणित में अंक हैं: 52, 52, 52, 45, 60, 65, 70, 48, 50, 46। माध्य और बहुलक का अंतर क्या है?
  1. 2
  2. 4
  3. 0
  4. 6
  1. 2
  2. 4
  3. 0
  4. 6
Solutionसमाधान
Sum = 52+52+52+45+60+65+70+48+50+46 = 540. Mean = 540÷10 = 54. Mode = 52 (appears 3 times). Difference = 54 − 52 = 2.
योग = 52+52+52+45+60+65+70+48+50+46 = 540। माध्य = 540÷10 = 54। बहुलक = 52 (3 बार आता है)। अंतर = 54 − 52 = 2।

Solving path: Scan for mode: 52 appears at positions 1, 2, 3 — mode = 52. Sum = 52×3+45+60+65+70+48+50+46=156+384=54052 \times 3 + 45 + 60 + 65 + 70 + 48 + 50 + 46 = 156 + 384 = 540. Mean = 540÷10=54540 \div 10 = 54. Difference = 5452=254 - 52 = 2. Answer: 2.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →