NDA Maths · Statistics

Frequency Distributions and Graphical Representation

How to organise raw data into class intervals + frequencies, and which graph (histogram, polygon, ogive, pie chart) tells the story best.

Why this matters

14 PYQs across 2017–2025 — small subtopic but reliable scoring territory. Three shapes dominate: picking the right graph for given data, computing a histogram class's relative height when widths are unequal, and reading values straight off a frequency table (mode, cumulative count, median).

Concept 1 of 3

Histograms, Frequency Polygons & Ogives

Intuition

A histogram is bars whose AREA represents frequency — so when class widths are unequal, the bar height must be frequency divided by class width (frequency density), not raw frequency. Connecting the midpoints of histogram tops gives a frequency polygon. Plotting cumulative frequency against class boundaries gives an ogive — used to read the median directly.

Definition

Histogram bars have width = class width and height = frequency density\text{frequency density}. For equal class widths, density is proportional to raw frequency. An ogive is a cumulative-frequency curve; the value of xx at which the ogive equals n/2n/2 is the median.

Frequency Density (for unequal class widths)

Density=FrequencyClass width\text{Density} = \dfrac{\text{Frequency}}{\text{Class width}}
  • Class widthupper bound − lower bound of the class

Visualization · change the bin width, watch the shape change

352355444210255075100
Bin width:

Same 30 data points each time — only the bin width changes. At width 50 the shape looks almost uniform; at width 5 it looks jagged. Choosing bin width is part of the analysis, not the data.

Worked example

Three classes have widths 5, 10, 5 with frequencies 30, 50, 25. Find the height of each histogram bar (relative).
  1. Density = frequency / class width.
  2. Class 1: 30/5=630 / 5 = 6.
  3. Class 2: 50/10=550 / 10 = 5.
  4. Class 3: 25/5=525 / 5 = 5.
  5. Heights are in ratio 6 : 5 : 5 — note class 2 has the highest frequency but NOT the tallest bar.
Answer:Heights = 6, 5, 5 (in density units)
Practice this conceptself-check · 4 quick reps

Try it yourself

Two classes have widths 5 and 10 with frequencies 25 and 40. Compare the heights of their histogram bars.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Frequency 2020, class width 55. Density?
  2. 2.
    Frequency 3030, class width 1010. Density?
  3. 3.
    Two classes have equal frequency, widths 55 and 1010. Which bar is taller?
  4. 4.
    Frequency 77, class width 11. Density?

From the bank · past-year question

Example 1StatisticsEASY
For a histogram based on a frequency distribution with unequal class intervals, the frequency of a class should be proportional to

[Q103 · Apr · 2021]

Bar height \neq frequency when class widths differ

If two classes have the same frequency but different widths, the wider class has the SHORTER bar — because density (height) divides frequency by width. Students draw bars of equal height for equal frequencies; correct histograms make AREAS equal, not heights.

Concept 2 of 3

Pie Charts

Intuition

A pie chart shows how a whole is split into parts. Each part's sector angle is proportional to its share of the total — and all the sector angles together must add to 360360^\circ.

Definition

For a category with frequency fif_i and total frequency fi=N\sum f_i = N, the sector angle is θi=fiN×360\theta_i = \dfrac{f_i}{N} \times 360^\circ. Equivalently, the angle is proportional to the frequency, with proportionality constant 360/N360/N.

Sector Angle in a Pie Chart

θi=fiN×360iθi=360\theta_i = \dfrac{f_i}{N} \times 360^\circ \qquad \sum_i \theta_i = 360^\circ
  • fif_ifrequency / count of category ii
  • NNtotal frequency fi\sum f_i

Diagram · pie sector = (f / total) × 360°

144°108°72°36°
  • Walk8/20144° (40%)
  • Cycle6/20108° (30%)
  • Bus4/2072° (20%)
  • Car2/2036° (10%)

Each slice's central angle is its share of 360°: Walk = 8/20 × 360° = 144°. The four angles add to 360° and the frequencies to the total — the check most pie-chart questions turn on.

Worked example

A company has 30 Science, 70 Arts and 50 Commerce graduates. Find the pie-chart angle for Science.
  1. Total N=30+70+50=150N = 30 + 70 + 50 = 150.
  2. Apply the formula: θScience=30150×360\theta_{\text{Science}} = \dfrac{30}{150} \times 360^\circ.
  3. Simplify: θScience=15×360=72\theta_{\text{Science}} = \dfrac{1}{5} \times 360^\circ = 72^\circ.
Answer:θScience=72\theta_{\text{Science}} = 72^\circ
Practice this conceptself-check · 4 quick reps

Try it yourself

In a pie chart, four sectors have central angles in the ratio 1:2:3:41 : 2 : 3 : 4. Find each angle.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    A category is 14\tfrac{1}{4} of the total. Sector angle?
  2. 2.
    A category is 5050 of a total 200200. Angle?
  3. 3.
    All sector angles of a pie chart must sum to?
  4. 4.
    A category is 13\tfrac{1}{3} of the total. Angle?

From the bank · past-year question

Example 2StatisticsMODERATE
The central angles pp, qq, rr and ss (in degrees) of four sectors in a Pie Chart satisfy the relation 9p=3q=2r=6s9p=3q=2r=6s. What is the value of 4pq4p-q?

[Q107 · Apr · 2023]

All angles MUST sum to 360360^\circ

If your computed angles don't add to 360, you have an arithmetic error. PYQs that give angle relations ("9p=3q=2r=6s9p = 3q = 2r = 6s") use p+q+r+s=360p + q + r + s = 360 as the closing equation — without that, the system is underdetermined.
Drill 4 more on pie charts

Concept 3 of 3

Reading Frequency Tables — Mode, Cumulative, Median

Intuition

A frequency table compresses a lot of data into one grid. Three things you read directly off it: the MODAL class (highest frequency), the CUMULATIVE frequency up to any class (running total), and the MEDIAN (the value where cumulative frequency crosses n/2n/2).

Definition

Modal class: the class with the highest frequency. Cumulative frequency at class kk: ikfi\sum_{i \leq k} f_i. Median for grouped data: M=L+n/2FfhM = L + \dfrac{n/2 - F}{f}\,h, where LL = lower bound of the median class, FF = cumulative frequency before it, ff = frequency of median class, hh = class width.

Median from a Grouped Frequency Distribution

M=L+n2FfhM = L + \dfrac{\tfrac{n}{2} - F}{f}\,h
  • LLlower bound of the median class
  • FFcumulative frequency BEFORE the median class
  • fffrequency of the median class
  • hhclass width

Worked example

Heights (cm) of 20 students: 1501554, 1551606, 1601657, 1651703150{-}155 \to 4,\ 155{-}160 \to 6,\ 160{-}165 \to 7,\ 165{-}170 \to 3. Find the median height.
  1. Total n=4+6+7+3=20n = 4 + 6 + 7 + 3 = 20, so n/2=10n/2 = 10.
  2. Cumulative frequencies: 4, 10, 17, 20. The 10th observation falls at the END of the 155160155{-}160 class — but n/2=10n/2 = 10 is reached at the boundary, so by convention the median class is 160165160{-}165.
  3. Identify: L=160, F=10, f=7, h=5L = 160,\ F = 10,\ f = 7,\ h = 5.
  4. Apply: M=160+10107×5=160+0=160M = 160 + \dfrac{10 - 10}{7} \times 5 = 160 + 0 = 160.
Answer:M=160M = 160 cm
Practice this conceptself-check · 4 quick reps

Try it yourself

Weekly wages (₹) of 30 workers: 05003, 50010008, 1000150012, 1500200070{-}500 \to 3,\ 500{-}1000 \to 8,\ 1000{-}1500 \to 12,\ 1500{-}2000 \to 7. Find the median wage.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Frequencies 3,5,43, 5, 4. Cumulative frequency after the 2nd class?
  2. 2.
    The modal class is the one with?
  3. 3.
    n=20n = 20. The median lies at which cumulative position?
  4. 4.
    Frequencies 2,4,62, 4, 6. Last cumulative total?

From the bank · past-year question

Example 3StatisticsMODERATE
The frequency distribution of height of students of a class is given below: Height (cm): 160–162, 162–164, 164–166, 166–168 Number of Students: 12, 15, 24, 13
What is the median height of the class?

[Q102 · Apr · 2025]

Cumulative frequency is RUNNING total, not class total

The cumulative frequency at class kk is the sum of frequencies from class 1 through class kk — not the frequency of class kk alone. Tripping on this turns every median-from-grouped-data question into nonsense.

Identify the median class FIRST, then plug into the formula

The median class is the class where the cumulative frequency first reaches or exceeds n/2n/2. Don't pick the class with the highest frequency (that's the modal class) or the middle row of the table.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (3)

  • Histograms, Frequency Polygons & Ogives

    Frequency Density (for unequal class widths)

    Density=FrequencyClass width\text{Density} = \dfrac{\text{Frequency}}{\text{Class width}}
  • Pie Charts

    Sector Angle in a Pie Chart

    θi=fiN×360iθi=360\theta_i = \dfrac{f_i}{N} \times 360^\circ \qquad \sum_i \theta_i = 360^\circ
  • Reading Frequency Tables — Mode, Cumulative, Median

    Median from a Grouped Frequency Distribution

    M=L+n2FfhM = L + \dfrac{\tfrac{n}{2} - F}{f}\,h

Watch out for (4)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1StatisticsEASY
For given statistical data, the graphs for less than ogive and more than ogive are drawn. If the point at which the two curves intersect is PP, then abscissa of point PP gives the value of which one of the following measures of central tendency?

[Q114 · Apr · 2017]

Example 2StatisticsEASY
In an examination, 40% of candidates got second class. When the data are represented by a pie chart, what is the angle corresponding to second class?

[Q109 · Apr · 2017]

Example 3StatisticsMODERATE
The frequency distribution of height of students of a class is given below: Height (cm): 160–162, 162–164, 164–166, 166–168 Number of Students: 12, 15, 24, 13
The height which occurs most frequently in the class is

[Q103 · Apr · 2025]

Example 4StatisticsEASY
The frequency distribution of height of students of a class is given below: Height (cm): 160–162, 162–164, 164–166, 166–168 Number of Students: 12, 15, 24, 13
The most appropriate graphical representation of the given frequency distribution is

[Q104 · Apr · 2025]

Example 5StatisticsEASY
In a Maths test, 20% got first class. Central angle in Pie Chart?

[Q111 · Apr · 2018]

Drill every past-year question on this subtopic

14 questions from the bank — paginated, with cart and Word-export support.

Related notes