• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • JEE 2025
    • NEET
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • TALLENTEX
    • AOSAT
    • ALLEN e-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Central Tendency

Central Tendency

Central Tendency is a fundamental concept in statistics that describes the center point or typical value of a dataset. It helps in summarizing data sets with a single value that represents the entire data. The three main measures of central tendency are:

  1. Mean: The average of all data points, calculated by adding them up and dividing them by the number of points.
  2. Median: The middle value in an ordered dataset. It is a measure of central tendency that is not affected by outliers.
  3. Mode: The most frequently occurring value in a dataset, highlighting the most common data point.

1.0Central Tendency Definition

Central Tendency in Statistics is a concept used to identify the central or average value within a data set. It provides a single value that represents the typical or central value of the data distribution. The main three measures of central tendency are the mean, median, and mode.

2.0Types of Central Tendency

The three main types of Central Tendency are:

1. Mean: Also known as the average, the mean is calculated by summing up all the values in the data set and dividing them by the total number of values. It is sensitive to extreme values, making it useful for symmetric distributions.

2. Median: The median is determined as the central value within a dataset once the values have been arranged in ascending or descending order. If there is an even number of values, the median is the average of the two middle values. It is less affected by extreme values and is useful for skewed distributions.

3. Mode: The mode is the value that appears most often in the data set.It is useful for identifying the most common value or values in a distribution, regardless of whether the data is numerical or categorical.

These measures offer important insights into the central tendencies of a dataset, helping researchers and analysts understand its characteristics and make informed decisions.

Arithmetic Mean

  1. For Ungrouped Distribution

The arithmetic mean, often simply called the mean, is a measure of central tendency of statistics that represents the average of a set of numerical values. It is calculated by adding up all the values in the data set and then dividing the sum by the total number of values.

The formula for calculating the arithmetic mean(x) of a data set x1, x2, ..., xn with n observations is:

x=nx1​+x2​+…+xn​​

In simpler terms, you add up all the values and then divide by how many values there are. The mean provides a single value that summarizes the central tendency of the data set. It is widely used in various fields for summarizing and analyzing data. However, it can be influenced by extreme values (outliers) in the data set, so it's important to consider the context of the data when interpreting the mean.

  1. For Ungrouped Frequency Distribution 

For ungrouped frequency distributions, where each data point has a corresponding frequency (how often it occurs), the arithmetic mean is calculated slightly differently. 

Let's say we have a set of n data points x1, x2, ..., xn with corresponding frequencies f1, f2, ..., fn. To find the mean(x) , you follow these steps:

1. Multiply each data point by its respective frequency.

2. Sum up all these products.

3. Divide the sum by the total frequency (sum of all frequencies).

The formula for calculating the mean for ungrouped frequency distributions is:

x=(f1​+f2​+…..+fn​)f1​x1​+f2​x2​+….+fn​xn​​


xˉ=∑i=1n​fi​∑i=1n​fi​xi​​ or xˉ=N∑i=1n​fi​xi​​ Where N=∑i=1n​fi​

In other words, you are finding the weighted average of the data points, where each data point is weighted by its frequency. This accounts for the fact that some values may occur more frequently than others in the data set.

Two Interesting Properties of A.M. 

  1. The sum of deviations of data points from the arithmetic mean is always zero. Mathematically, this is represented as ∑(x−x)=0.
  2. The arithmetic mean is sensitive to extreme values. Any significantly large or small value can skew the mean upward or downward.

Weighted Mean (W.M.)

If x1​,x2​,……,xn​ are n values of variate X and their weightages are w1​,w2​,……,wn​ respectively, then their weighted mean is -

 W.M. =w1​+w2​+…….+wn​w1​x1​+w2​x2​+…….+wn​xn​​=∑i=1n​wi​∑i=1n​wi​xi​​

Median

The median serves as an additional measure of central tendency, similar to the mean, but it represents the middle value of a data set when arranged in ascending or descending order. To find the median:

  1. Arrange the data set in either ascending or descending order.
  2. When the number of observations (n) is odd, the median corresponds to the value positioned at the center of the ordered list.
  3. If the total number of observations (n) is even, the median is calculated as the arithmetic mean of the two middle values.
  4. If n is the number of observations:
  5. For Ungrouped Distribution and Ungrouped Frequency Distribution
  • For odd n: Median = Value of (2n+1​)thobservation. 
  • For even n: Median =2 Value of (2n​)thobservation + Value of (2n​+1)th observation ​.

The median is often preferred over the mean when the data set contains outliers or is skewed, as it is less affected by extreme values. It provides a better representation of the typical value in such cases.

  1. For Grouped Frequency Distribution

When dealing with a grouped frequency distribution, where data is organized into intervals or classes along with their corresponding frequencies, finding the median involves a slightly different approach.

Here's how to find the median for a grouped frequency distribution:

  1. Find the Median Class: Determine the class interval containing the median. This is usually the class where the cumulative frequency exceeds half of the total frequency.
  2. Calculate Median: Use the formula for finding the median within a class interval:
  3.  Median =l+f(2N​−F)​×h

where:

l = Lower boundary of the median class

N = Total frequency

F = Cumulative frequency (c. f) of the class before the median class

f = Frequency of the class interval that contains the median.

h = Width of the class interval 

This formula calculates the median by finding a value within the median class, considering the width of the class interval and the cumulative frequencies.

If the median class is not a continuous interval (e.g., if it's a single value), you can still use finding a value within that interval using similar principles.

Once you find the median, it represents the middle value of the data set. It's a useful measure of central tendency, especially for data sets with continuous values.

Mode

Mode is the value of the variate, which has maximum Frequency. 

(i) for ungrouped distribution

The value of the variate which repeated the maximum number of times.

(ii) for ungrouped frequency distribution. 

The value of the variate which has the maximum frequency.

(iii) for grouped frequency distribution.

First, we find the class with the maximum frequency. This is a modal class, then

 Mode =I+(2f0​−f1​−f2​)(f0​−f1​)​×h

Where l = lower limit of modal class.

f0 = frequency of modal class.

f1 = frequency of the class preceding modal class.

f2 = frequency of the class succeeding modal class.

h = class interval of modal class.

3.0Relation Between Central Tendency

In a moderately asymmetrical distribution following relation between mean, median and mode of a distribution. 

It is known as the Empirical Formula. 

Mode = 3 Median – 2 Mean

4.0Relative Position of Mean, Median, Mode

Relative Position of Arithmetic Mean(Mean), Median and Mode:-

If we denote: 

Arithmetic Mean = Me 

Median = Mi 

Mode = Mo 

Then, their relative magnitudes are such that either Me > Mi > Mo or Me < Mi < Mo (with suffixes occurring in alphabetical order). It's noteworthy that the median always falls between the arithmetic mean and the mode.

5.0Solved Examples

Example 1: Mean of n observation 12,22,32,…,n2 is 1146n​. Then value of n is:

(A) 11 (B) 12   (C) 23 (D) 22  

Ans. (A)

Solution:

xˉ=n∑xi​​⇒1146n​=n12+22+……n2​

⇒1146n​=6nn(n+1)(2n+1)​

Solving

n = 11

Example 2: Find the A.M of the following frequency distribution

Wage(in Rs.)

800

820

860

900

920

980

1000

No. of Worker

7

14

19

24

20

11

5

Solution:

Let a = 900, h = 20


xi​



fi​


di​=xi​

ui​=hdi​​


fi​ui​


800

7

-100

-5

-35

820

14

-80

-4

-56

860

19

-40

-2

-38

900

24

0

0

0

920

20

20

1

20

980

11

80

4

44

1000

5

100

5

25


N = 100




∑fi​ui​=−40

∵  xˉ=a+N∑fi​ui​​×h

= 900+100(−40)​×20

= 900 – 8 

= 892

Example 3: Find the weighted mean of first n natural numbers when their weights are equal to their squares respectively

Solution:

Weighted Mean=12+22+….+n21.12+2.22+….+n⋅n2​=12+22+….+n213+23+….+n3​=[n(n+1)(2n+1)/6][n(n+1)/2]2​=2(2n+1)3n(n+1)​ 

Example 4: Find the median of the following frequency distribution.

Class

1-10

11-20

21-30

31-40

41-50


fi​


5

6

8

7

4

Solution:

Class


fi​


C.f.

0.5-10.5

5

5

10.5-20.5

6

11

20.5-30.5

8

19

30.5-40.5

7

26

40.5-50.5

4

30

Here  2N​=230​=15

Median class is 20.5 – 30.5

∴ Median = 20.5+8(15−11)​×10

= 20.5 + 5 = 25.5


Example 5: Find the mode of the following frequency distribution.


xi​


4

5

6

7

8

9


fi​


3

4

5

8

7

6

Solution:

Here the variate 7 has maximum frequency.

∴ Mode = 7

Example 6: Find the mode of following frequency distribution.

Class

0-10

10-20

20-30

30-40

40-50


fi​


8

30

40

10

12

Solution:

Here model class is 20 – 30 (which have maximum frequency)

 Mode =l+(2f0​−f1​−f2​)(f0​−f1​)​h

=  Mode =l+(2f0​−f1​−f2​)(f0​−f1​)​h

= 20 + 2.5 

= 22.5

6.0Practice Questions

1. If the mean of the numbers 27 + x, 31 + x, 89 + x, 107 + x,156 + x is 82, then the mean of

130 + x, 126 + x, 68 + x, 50 + x, 1 + x is

(A) 75 (B) 157 (C) 82 (D) 80

2. Mean of 100 items is 49. It was discovered that three items which should have been 60, 70, 80 were wrongly read as 40, 20, 50 respectively. The correct mean is

(A) 48 (B) 8221​ (C) 50 (D) 80

3. The mean weight per student in a group of seven students is 55 kg. If the individual weights of 6 students are 52, 58, 55, 53, 56 and 54; then weights of the seventh student is

(A) 55 kg (B) 60 kg (C) 57 kg (D) 50 kg

4. The mode of the distribution

Marks

4

5

6

7

8

No. of students 

6

7

10

8

3

(A) 5 (B) 6 (C) 8 (D) 10

5. If the difference between mean and mode is 63, the difference between mean and median is 

(A) 189 (B) 21 (C) 31.5 (D) 48.5

Table of Contents


  • 1.0Central Tendency Definition
  • 2.0Types of Central Tendency
  • 2.1Arithmetic Mean
  • 2.1.1Two Interesting Properties of A.M. 
  • 2.1.2Weighted Mean (W.M.)
  • 2.2Median
  • 2.3Mode
  • 3.0Relation Between Central Tendency
  • 4.0Relative Position of Mean, Median, Mode
  • 5.0Solved Examples
  • 6.0Practice Questions

Frequently Asked Questions

Central tendency is a fundamental concept in statistics that describes the center point or typical value of a dataset. It helps in summarizing data sets with a single value that represents the entire data. The three main measures of central tendency include mean, median, and mode.

The main measures of central tendency are: Mean (Average): The sum of all data points divided by the number of points. Median: The middle value when data points are arranged in ascending or descending order. Mode: The most frequently occurring value in a dataset.

You should use the mean (average) when you want to find the overall average of a dataset and there are no extreme values (outliers) that could skew the result. The mean helps get a general idea of your data's "central" value when all values are similar. For example, if you want to know the average test score of a class where most students scored similarly, the mean is a good measure to use.

The median is used when you need the middle value of a dataset, especially if there are outliers. It’s ideal for skewed data, like income, to avoid distortion by extreme values.

The mode is ideal for categorical data or when identifying the most common value in a dataset. It is beneficial when data is not numerical.

The weighted mean assigns different weights to data points based on their importance, while the standard mean treats all data points equally. The weighted mean is calculated by multiplying each data point by its corresponding weight, adding these products together, and then dividing by the total sum of the weights.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State

Related Articles:-

Statistics: An Overview

Statistics is a mathematical branch that deals with collecting, analyzing, interpreting, presenting, and organizing data.

Probability Formulas and Bayes Theorem

Probability, the science of possibility, resides within the realm of mathematics, navigating the unpredictable waters of random events.

Geometric Mean

In mathematics and statistics, summarizing a data set can be effectively achieved using measures of central tendency.

Sets

In Mathematics, a set is a well-defined collection of different objects, considered as an object in its own right.

Binomial Theorem

The Binomial Theorem is an essential tool for simplifying long expressions that follow the pattern

Continuity and Discontinuity

Continuity in mathematics means a function has no interruptions at a point, meeting three conditions: defined at the point, limit exists

  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET 2025 Results
    • NEET 2025 Answer Key
    • JEE Advanced 2025 Answer Key
    • JEE Advanced Rank Predictor

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO