👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Arithmetic
Study mode

Statistical values

Introduction to Statistical Values

Statistics is a branch of mathematics that helps us understand and analyze data by summarizing large sets of information into meaningful values. When you collect numbers, such as marks scored in exams, daily expenses in INR, heights of students in centimeters, or ages of people, it can be difficult to interpret the entire collection directly. To make sense of such data, we use statistical values which provide an overview or a summary. Among these, the most important are the mean, median, and mode. These values help us describe the 'center' or typical value of the dataset, which is often called the measure of central tendency.

Understanding and calculating these measures is crucial for many competitive exams as they frequently appear in questions involving data interpretation, analysis, and averages related to metric measurements, currency (INR), or other numerical contexts.

Mean

The mean, commonly known as the average, is the sum of all the data points divided by the number of data points. It gives us a single value representing the overall level of the data.

For example, if a student spends INR 100, 150, 120, 130, 110, 90, and 140 over seven days respectively, the mean expense tells us the typical daily spending.

90 100 110 120 130 140 150 Sum = 90 + 100 + 110 + 120 + 130 + 140 + 150 = 840 Mean = 840 / 7 = 120

Why is mean useful? It tells us what the 'typical' or 'central' value is among all those numbers, making it easier to understand the data as a whole rather than individually.

There are two main types of means you should know:

  • Simple Mean: When all values are equally important.
  • Weighted Mean: When some values contribute more to the average, for example, in mixture problems where different quantities have different weights.

Median

The median is the middle value in a data set arranged in ascending order. It divides the data into two equal halves. If the total number of data points is odd, the median is the exact center element. If even, it is the average of the two middle elements.

85 90 95 100 105 110 115 Median = 100

Why median matters: The median provides a better measure of central tendency when data contains extreme values or outliers. For example, if one person earns much more than others, the mean might be pulled higher, but the median reflects the middle income more fairly.

Mode

The mode of a data set is the value that occurs most frequently. There can be:

  • One mode (unimodal)
  • More than one mode (bimodal, multimodal)
  • No mode, when no value repeats.

For example, if the test scores of students are 60, 70, 70, 80, 90, 90, and 90, the mode is 90 because it appears most frequently.

Score Frequency
60 1
70 2
80 1
90 3

Why mode is useful: It helps identify the most common or popular item in a data set, which can be important in fields like marketing, quality control, and more.

Summary of Measures of Central Tendency

Mean is the arithmetic average, best for data without extreme values.

Median is the middle value, robust against outliers.

Mode is the most frequent value, useful to find popularity or commonness.

Formula Bank

Formula Bank

Simple Mean
\[\bar{x} = \frac{\sum x_i}{n}\]
where: \(x_i\) is each data point; \(n\) is total number of data points
Weighted Mean
\[\bar{x} = \frac{\sum w_i x_i}{\sum w_i}\]
where: \(x_i\) is data point, \(w_i\) is weight of data point
Median (Ungrouped, Odd \(n\))
Median = value at position \(\frac{n+1}{2}\) (after sorting)
where: \(n\) is total data points
Median (Ungrouped, Even \(n\))
Median = \(\frac{(value_{\frac{n}{2}} + value_{\frac{n}{2} + 1})}{2}\)
where: \(n\) is total data points
Median (Grouped Data)
\[\text{Median} = L + \left( \frac{\frac{N}{2} - F}{f} \right) \times h\]
where:
\(L\) = lower boundary of median class
\(N\) = total frequency
\(F\) = cumulative frequency before median class
\(f\) = frequency of median class
\(h\) = width of median class interval
Mode (Grouped Data)
\[\text{Mode} = L + \left( \frac{f_1 - f_0}{2f_1 - f_0 - f_2} \right) \times h\]
where:
\(L\) = lower boundary of modal class
\(f_1\) = frequency of modal class
\(f_0\) = frequency before modal class
\(f_2\) = frequency after modal class
\(h\) = class width

Worked Examples

Example 1: Calculating Mean of Daily Expenses Easy
A student records his daily expenses (in INR) for one week as: 120, 150, 100, 130, 110, 90, and 140. Find the mean daily expense.

Step 1: Add all expense values:

120 + 150 + 100 + 130 + 110 + 90 + 140 = 840

Step 2: Count the number of days (data points), \(n = 7\).

Step 3: Calculate the mean:

\(\bar{x} = \frac{840}{7} = 120\)

Answer: The mean daily expenditure is INR 120.

Example 2: Finding Median Height in an Odd-sized Sample Easy
The heights (in cm) of 7 students are: 150, 160, 145, 155, 165, 152, 158. Find the median height.

Step 1: Arrange heights in ascending order:

145, 150, 152, 155, 158, 160, 165

Step 2: Since the number of terms \(n = 7\) (odd), median position is at \(\frac{n+1}{2} = \frac{8}{2} = 4\).

Step 3: The 4th value in the ordered list is 155.

Answer: The median height is 155 cm.

Example 3: Mode in Test Scores with Multiple Modes Medium
Ten students have the following scores in a test: 60, 75, 80, 75, 90, 90, 80, 75, 90, 85. Find the mode(s) of the scores.

Step 1: Calculate frequency of each score:

ScoreFrequency
601
753
802
851
903

Step 2: Identify highest frequency: Both 75 and 90 appear 3 times each.

Answer: The data is bimodal with modes 75 and 90.

Example 4: Weighted Mean Price of Mixed Commodities Medium
A shopkeeper mixes 30 kg of tea priced at INR 500 per kg with 20 kg of tea priced at INR 600 per kg. Find the average price per kg of the mixture.

Step 1: Identify the weights and prices:

Weight 1 \(w_1 = 30\) kg, price 1 \(x_1 = 500\) INR/kg

Weight 2 \(w_2 = 20\) kg, price 2 \(x_2 = 600\) INR/kg

Step 2: Calculate weighted mean:

\[ \bar{x} = \frac{w_1 x_1 + w_2 x_2}{w_1 + w_2} = \frac{30 \times 500 + 20 \times 600}{30 + 20} = \frac{15000 + 12000}{50} = \frac{27000}{50} = 540 \]

Answer: The average price per kg of the mixture is INR 540.

Example 5: Estimating Median and Mode from Grouped Age Data Hard
The ages of 50 employees are grouped as follows:
Age Group (years)Frequency
20 - 298
30 - 3912
40 - 4915
50 - 5910
60 - 695
Estimate the median and mode ages.

Step 1: Find total frequency \(N = 50\).

Step 2: Calculate cumulative frequencies:

Age GroupFrequency (f)Cumulative Frequency (CF)
20 - 2988
30 - 391220
40 - 491535
50 - 591045
60 - 69550

Median Calculation

Step 3: Find median class; half of \(N\) is \(\frac{50}{2} = 25\).

Cumulative frequency just greater than or equal to 25 is 35, corresponding to the class 40-49 (median class).

Set the variables:

  • \(L = 40\) (lower boundary of median class)
  • \(N = 50\)
  • \(F = 20\) (cumulative frequency before median class)
  • \(f = 15\) (frequency of median class)
  • \(h = 10\) (class width)

Step 4: Apply formula:

\[ \text{Median} = 40 + \left( \frac{25 - 20}{15} \right) \times 10 = 40 + \left( \frac{5}{15} \right) \times 10 = 40 + \frac{50}{15} = 40 + 3.33 = 43.33 \]

Mode Calculation

Step 5: Identify modal class (class with highest frequency), which is 40-49 with frequency 15.

Neighbor frequencies:

  • \(f_0 = 12\) (before modal class, 30-39)
  • \(f_1 = 15\) (modal class, 40-49)
  • \(f_2 = 10\) (after modal class, 50-59)
  • \(L = 40\), \(h = 10\)

Step 6: Apply mode formula:

\[ \text{Mode} = 40 + \left( \frac{15 - 12}{2 \times 15 - 12 - 10} \right) \times 10 = 40 + \left( \frac{3}{30 - 22} \right) \times 10 = 40 + \left( \frac{3}{8} \right) \times 10 = 40 + 3.75 = 43.75 \]

Answer: The estimated median age is approximately 43.33 years, and the mode age is approximately 43.75 years.

Tips & Tricks

Tip: To quickly find the median in an odd-sized data set, sort the data and pick the middle value directly without overcomplicating.

When to use: During timed exams with odd number datasets.

Tip: Identify the mode faster by spotting the highest frequency value(s) first, especially in ungrouped data with repeated numbers.

When to use: When data has frequent repetitions and you need the most common value immediately.

Tip: For grouped data median, construct cumulative frequency tables to quickly locate the median class without recounting frequencies.

When to use: Efficiency in solving grouped data problems.

Tip: Use weighted mean formula directly for mixtures or averages involving different quantities instead of simple averaging.

When to use: Mixture problems or when data points have different impacts.

Tip: Before concluding no mode exists, verify frequencies - all must be equal for no mode to exist.

When to use: To avoid mistakes in data sets with repeated but equal frequencies.

Common Mistakes to Avoid

❌ Picking a single middle value for median when number of data points is even.
✓ Calculate median by averaging the two middle sorted data points.
Why: Even-numbered datasets have no single middle element; failing to average leads to wrong results.
❌ Using simple mean instead of weighted mean in mixture or weighted problems.
✓ Apply weighted mean formula considering respective weights or quantities.
Why: Averaging prices or values directly ignores quantity differences, causing incorrect averages.
❌ Not sorting data before finding median.
✓ Always sort data in ascending order before calculating median.
Why: Median is position-based in sorted list; unsorted data affects correct median identification.
❌ Reporting only one mode when multiple values share highest frequency.
✓ Recognize and list all values with highest frequency as modes.
Why: Omitting additional modes ignores the full data distribution.
❌ Using class limits instead of class boundaries in grouped data formulas for median/mode.
✓ Use exact class boundaries by adjusting class limits (subtracting/adding 0.5 where necessary).
Why: Using limits affects continuity assumptions in grouped data, giving inaccurate results.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Statistical values · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.