A frequency distribution is a way to organize data and see how often each value appears. It shows how many times each value or range of values occurs in a dataset. This helps us understand patterns, like which values are common and which are rare. Frequency distributions are often shown in tables or graphs, and make it easier to analyze and conclude data.
Frequency DistributionFrequency Distribution Graphs
To represent the Frequency Distribution, there are various methods such as a Histogram, Bar Graph, Frequency Polygon, and Pie Chart.

A brief description of all these graphs is as follows:
Graph Type | Description | Use Cases |
---|
Histogram | Represents the frequency of each interval of continuous data using bars of equal width. | Continuous data distribution analysis. |
Bar Graph | Represents the frequency of each interval using bars of equal width; it can also represent discrete data. | Comparing discrete data categories. |
Frequency Polygon | Connects midpoints of class frequencies using lines, similar to a histogram but without bars. | Comparing various datasets. |
Pie Chart | Circular graph showing data as slices of a circle, indicating the proportional size of each slice relative to the whole dataset. | Showing relative sizes of data portions. |
Frequency Distribution Table
A frequency distribution table is a way to organize and present data in a tabular form, showing which helps us summarize the large dataset into a concise table. In the frequency distribution table, there are two columns: one representing the data either in the form of a range or an individual data set and the other column showing the frequency of each interval or individual.
For example, let's say we have a dataset of students' test scores in a class.
Test Score | Frequency |
---|
0-20 | 6 |
20-40 | 12 |
40-60 | 22 |
60-80 | 15 |
80-100 | 5 |
Check: Difference between Frequency Array and Frequency Distribution
Types of Frequency Distribution
There are four types of frequency distribution:
- Grouped Frequency Distribution
- Ungrouped Frequency Distribution
- Relative Frequency Distribution
- Cumulative Frequency Distribution
Grouped Frequency Distribution
In Grouped Frequency Distribution observations are divided between different intervals known as class intervals and then their frequencies are counted for each class interval. This Frequency Distribution is used mostly when the data set is very large.
Example: Make the Frequency Distribution Table for the ungrouped data given as follows:
23, 27, 21, 14, 43, 37, 38, 41, 55, 11, 35, 15, 21, 24, 57, 35, 29, 10, 39, 42, 27, 17, 45, 52, 31, 36, 39, 38, 43, 46, 32, 37, 25
Solution:
As there are observations in between 10 and 57, we can choose class intervals as 10-20, 20-30, 30-40, 40-50, and 50-60. In these class intervals, all the observations are covered and for each interval, there are different frequency which we can count for each interval.
Thus, the Frequency Distribution Table for the given data is as follows:
Class Interval | Frequency |
---|
10 - 20 | 5 |
20 - 30 | 8 |
30 - 40 | 12 |
40 - 50 | 6 |
50 - 60 | 3 |
Ungrouped Frequency Distribution
In Ungrouped Frequency Distribution, all distinct observations are mentioned and counted individually. This Frequency Distribution is often used when the given dataset is small.
Example: Make the Frequency Distribution Table for the ungrouped data given as follows:
10, 20, 15, 25, 30, 10, 15, 10, 25, 20, 15, 10, 30, 25
Solution:
As unique observations in the given data are only 10, 15, 20, 25, and 30 with each having a different frequency.
Thus, the Frequency Distribution Table of the given data is as follows:
Value | Frequency |
---|
10 | 4 |
15 | 3 |
20 | 2 |
25 | 3 |
30 | 2 |
Relative Frequency Distribution
This distribution displays the proportion or percentage of observations in each interval or class. It is useful for comparing different data sets or for analyzing the distribution of data within a set.
Relative Frequency is given by:
Relative Frequency = (Frequency of Event)/(Total Number of Events)
Example: Make the Relative Frequency Distribution Table for the following data:
Score Range | 0-20 | 21-40 | 41-60 | 61-80 | 81-100 |
---|
Frequency | 5 | 10 | 20 | 10 | 5 |
---|
Solution:
To Create the Relative Frequency Distribution table, we need to calculate Relative Frequency for each class interval. Thus Relative Frequency Distribution table is given as follows:
Score Range | Frequency | Relative Frequency |
---|
0-20 | 5 | 5/50 = 0.10 |
21-40 | 10 | 10/50 = 0.20 |
41-60 | 20 | 20/50 = 0.40 |
61-80 | 10 | 10/50 = 0.20 |
81-100 | 5 | 5/50 = 0.10 |
Total | 50 | 1.00 |
Cumulative Frequency Distribution
A cumulative frequency distribution shows the total number of observations up to and including a certain value or class. It helps in understanding how values accumulate across a dataset:
- Less than Type: We sum all the frequencies before the current interval.
- More than Type: We sum all the frequencies after the current interval.
Check:
Let's see how to represent a cumulative frequency distribution through an example.
Example: The table below gives the values of runs scored by Virat Kohli in the last 25 T-20 matches. Represent the data in the form of less-than-type cumulative frequency distribution:
45 | 34 | 50 | 75 | 22 |
56 | 63 | 70 | 49 | 33 |
0 | 8 | 14 | 39 | 86 |
92 | 88 | 70 | 56 | 50 |
57 | 45 | 42 | 12 | 39 |
Solution:
Since there are a lot of distinct values, we'll express this in the form of grouped distributions with intervals like 0-10, 10-20 and so. First let's represent the data in the form of grouped frequency distribution.
Runs | Frequency |
---|
0-10 | 2 |
10-20 | 2 |
20-30 | 1 |
30-40 | 4 |
40-50 | 4 |
50-60 | 5 |
60-70 | 1 |
70-80 | 3 |
80-90 | 2 |
90-100 | 1 |
Now we will convert this frequency distribution into cumulative frequency distribution by summing up the values of current interval and all the previous intervals.
Runs scored by Virat Kohli | Cumulative Frequency |
---|
Less than 10 | 2 |
Less than 20 | 4 |
Less than 30 | 5 |
Less than 40 | 9 |
Less than 50 | 13 |
Less than 60 | 18 |
Less than 70 | 19 |
Less than 80 | 22 |
Less than 90 | 24 |
Less than 100 | 25 |
This table represents the cumulative frequency distribution of less than type.
Runs scored by Virat Kohli | Cumulative Frequency |
---|
More than 0 | 25 |
More than 10 | 23 |
More than 20 | 21 |
More than 30 | 20 |
More than 40 | 16 |
More than 50 | 12 |
More than 60 | 7 |
More than 70 | 6 |
More than 80 | 3 |
More than 90 | 1 |
This table represents the cumulative frequency distribution of more than type.
We can plot both the type of cumulative frequency distribution to make the Cumulative Frequency Curve.
Frequency Distribution Curve
A frequency distribution curve, also known as a frequency curve, is a graphical representation of a data set's frequency distribution. It is used to visualize the distribution and frequency of values or observations within a dataset. Let's understand its different types based on the shape of it, as follows:

Frequency Distribution Curve Types |
---|
Type of Distribution | Description |
---|
Normal Distribution | Symmetrical and bell-shaped; data concentrated around the mean. |
Skewed Distribution | Not symmetric; can be positively skewed (right-tailed) or negatively skewed (left-tailed). |
Bimodal Distribution | Two distinct peaks or modes in the frequency distribution, suggesting data from different populations. |
Multimodal Distribution | More than two distinct peaks or modes in the frequency distribution. |
Uniform Distribution | All values or intervals have roughly the same frequency, resulting in a flat, constant distribution. |
Exponential Distribution | The rapid drop-off in frequency as values increase, resembling an exponential function. |
Log-Normal Distribution | The logarithm of the data follows a normal distribution, often used for multiplicative data, positively skewed. |
Check: Grouping of Data
Various formulas can be learned in the context of Frequency Distribution, one such formula is the coefficient of variation. This formula for Frequency Distribution is discussed below in detail.
Frequency (f)= Number of times a value occurs/Total number of observations
Coefficient of Variation
We can use mean and standard deviation to describe the dispersion in the values. But sometimes while comparing the two series or frequency distributions becomes a little hard as sometimes both have different units.
The coefficient of Variation is defined as,
\bold{\frac{\sigma}{\bar{x}} \times 100}
Where,
- σ represents the standard deviation
- \bold{\bar{x}} represents the mean of the observations
Note: Data with greater C.V. is said to be more variable than the other. The series having lesser C.V. is said to be more consistent than the other.
Comparing Two Frequency Distributions with the Same Mean
We have two frequency distributions. Let's say \sigma_{1} \text{ and } \bar{x}_1are the standard deviation and mean of the first series and \sigma_{2} \text{ and } \bar{x}_2are the standard deviation and mean of the second series. The Coefficient of Variation(CV) is calculated as follows
C.V. of the first series = \frac{\sigma_1}{\bar{x}_1} \times 100
C.V. of second series = \frac{\sigma_2}{\bar{x}_2} \times 100
We are given that both series have the same mean, i.e.,
\bar{x}_2 = \bar{x}_1 = \bar{x}
So, now C.V. for both series are,
C.V. of the first series = \frac{\sigma_1}{\bar{x}} \times 100
C.V. of the second series = \frac{\sigma_2}{\bar{x}} \times 100
Notice that now, both series can be compared with the value of standard deviation only. Therefore, we can say that for two series with the same mean, the series with a larger deviation can be considered more variable than the other one.
Solved Examples of Frequency Distribution
Example 1: Suppose we have a series with mean of 20 and a variance of 100. Find out the Coefficient of Variation.
Solution:
We know the formula for Coefficient of Variation,
\frac{\sigma}{\bar{x}} \times 100
Given mean \bar{x} = 20 and variance \sigma^2 = 100.
Substituting the values in the formula,
\frac{\sigma}{\bar{x}} \times 100 \\ = \frac{20}{\sqrt{100}} \times 100 \\ = \frac{20}{10} \times 100 \\ = 200
Example 2: Given two series with Coefficients of Variation 70 and 80. The means are 20 and 30. Find the values of standard deviation for both series.
Solution:
In this question we need to apply the formula for CV and substitute the given values.
Standard Deviation of first series.
C.V = \frac{\sigma}{\bar{x}} \times 100 \\ 70 = \frac{\sigma}{20} \times 100 \\ 1400 = \sigma \times 100 \\ 14 = \sigma
Thus, the standard deviation of first series = 14
Standard Deviation of second series.
C.V = \frac{\sigma}{\bar{x}} \times 100 \\ 80 = \frac{\sigma}{30} \times 100 \\ 2400 = \sigma \times 100 \\ 24 = \sigma
Thus, the standard deviation of first series = 24
Example 3: Draw the frequency distribution table for the following data: 2, 3, 1, 4, 2, 2, 3, 1, 4, 4, 4, 2, 2, 2
Solution:
Since there are only very few distinct values in the series, we will plot the ungrouped frequency distribution.
Value | Frequency |
1 | 2 |
2 | 6 |
3 | 2 |
4 | 4 |
Total | 14 |
Example 4: The table below gives the values of temperature recorded in Hyderabad for 25 days in summer. Represent the data in the form of less-than-type cumulative frequency distribution:
37 | 34 | 36 | 27 | 22 |
25 | 25 | 24 | 26 | 28 |
30 | 31 | 29 | 28 | 30 |
32 | 31 | 28 | 27 | 30 |
30 | 32 | 35 | 34 | 29 |
Solution:
Since there are so many distinct values here, we will use grouped frequency distribution. Let's say the intervals are 20-25, 25-30, 30-35. Frequency distribution table can be made by counting the number of values lying in these intervals.
Temperature | Number of Days |
---|
20-25 | 2 |
25-30 | 10 |
30-35 | 13 |
This is the grouped frequency distribution table. It can be converted into cumulative frequency distribution by adding the previous values.
Temperature | Number of Days |
---|
Less than 25 | 2 |
Less than 30 | 12 |
Less than 35 | 25 |
Example 5: Make a Frequency Distribution Table as well as the curve for the data:
{45, 22, 37, 18, 56, 33, 42, 29, 51, 27, 39, 14, 61, 19, 44, 25, 58, 36, 48, 30, 53, 41, 28, 35, 47, 21, 32, 49, 16, 52, 26, 38, 57, 31, 59, 20, 43, 24, 55, 17, 50, 23, 34, 60, 46, 13, 40, 54, 15, 62}
Solution:
To create the frequency distribution table for given data, let's arrange the data in ascending order as follows:
{13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62}
Now, we can count the observations for intervals: 10-20, 20-30, 30-40, 40-50, 50-60 and 60-70.
Interval | Frequency |
---|
10 - 20 | 7 |
20 - 30 | 10 |
30 - 40 | 10 |
40 - 50 | 10 |
50 - 60 | 10 |
60 - 70 | 3 |
From this data, we can plot the Frequency Distribution Curve as follows:

Read More:
Conclusion - Frequency Distribution
The frequency distribution provides a clear summary of how often each value or category occurs within a dataset. It allows us to see the distribution of values and understand the pattern or spread of data. By organizing data into groups and displaying their frequencies, we gain insights into the central tendency, variability, and shape of the data distribution.
This facilitates better understanding and interpretation of the dataset, aiding in decision-making, analysis, and communication of findings.
Similar Reads
CBSE Class 11 Maths Notes CBSE Class 11 Maths Revision Notes have been designed in the most basic and detailed format possible, covering nearly all domains such as differential calculus, arithmetic, trigonometry, and coordinate geometry. We know how hard it gets when you shift to an altogether new grade where subjects are no
15+ min read
Chapter 1: Sets
Representation of a SetSets are defined as collections of well-defined data. In Math, a Set is a tool that helps to classify and collect data belonging to the same category. Even though the elements used in sets are all different from each other, they are all similar as they belong to one group. For instance, a set of dif
8 min read
Types Of SetsIn mathematics, a set is defined as a well-defined collection of distinct elements that share a common property. These elementsâ like numbers, letters, or even other sets are listed in curly brackets "{ }" and represented by capital letters. For example, a set can include days of the week. The diffe
13 min read
Universal SetsUniversal Set is a set that has all the elements associated with a given set, without any repetition. Suppose we have two sets P = {1, 3, 5} and Q = {2, 4, 6} then the universal set of P and Q is U = {1, 2, 3, 4, 5, 6}. We generally use U to denote universal sets. Universal Set is a type of set that
6 min read
Venn DiagramVenn diagrams are visual tools used to show relationships between different sets. They use overlapping circles to represent how sets intersect, share elements, or stay separate. These diagrams help categorize items, making it easier to understand similarities and differences. In mathematics, Venn di
14 min read
Operations on SetsSets are fundamental in mathematics and are collections of distinct objects, considered as a whole. In this article, we will explore the basic operations you can perform on sets, such as union, intersection, difference, and complement. These operations help us understand how sets interact with each
15+ min read
Union of SetsUnion of two sets means finding a set containing all the values in both sets. It is denoted using the symbol 'âª' and is read as the union. Example 1:If A = {1, 3. 5. 7} and B = {1, 2, 3} then AâªB is read as A union B and its value is,AâªB = {1, 2, 3, 5, 7}Example 2:If A = {1, 3. 5.7} and B = {2, 4} t
12 min read
Chapter 2: Relations & Functions
Cartesian Product of SetsThe term 'product' mathematically refers to the result obtained when two or more values are multiplied together. For example, 45 is the product of 9 and 5.To understand the Cartesian product of sets, one must first be familiar with basic set operations such as union and intersection, which are appli
7 min read
Relations and FunctionsIn mathematics, we often deal with sets of numbers or objects and the ways they are connected. Two important concepts that help us describe these connections are relations and functions.A relation is simply a connection between two sets of objects. Think of it as a rule that pairs elements from one
3 min read
Domain and Range of RelationsThe domain is the set of all possible input values (the "x" values), and the range is the set of all possible output values (the "y" values) in a relation.For any two non-empty sets A and B, we define the relation R as the subset of the Cartesian product of A Ã B where each member of set A is relate
8 min read
Piecewise FunctionPiecewise Function is a function that behaves differently for different types of input. As we know a function is a mathematical object which associates each input with exactly one output. For example: If a function takes on any input and gives the output as 3. It can be represented mathematically as
11 min read
Range of a FunctionFunctions in math can be thought of as vending machines. Given the money in the form of input, they give some cans or cookies in return. Similarly, functions take some input numbers and give us some output. It can be said that, in real life, Everything can be formulated and solved with the help of f
7 min read
Chapter 3: Trigonometric Functions
Chapter 4: Principle of Mathematical Induction
Chapter 5: Complex Numbers and Quadratic Equations
Complex NumbersComplex numbers are an essential concept in mathematics, extending the idea of numbers to include solutions for equations that don't have real solutions. Complex numbers have applications in many scientific research areas, signal processing, electromagnetism, fluid dynamics, quantum mechanics, and v
12 min read
Algebra of Real FunctionsThe algebra of real functions refers to the study and application of algebraic operations on functions that map real numbers to real numbers. A function can be thought of as a rule or set of rules which map an input to an output knows as its image. It is represented as x ⢠Function ⢠y. A real funct
5 min read
Algebraic Operations on Complex NumbersA complex number is a number that includes both a real and an imaginary part. It is written in the form:z = a + biWhere:a is the real part,b is the imaginary part,i is the imaginary unit, satisfying i2 = â1.Algebraic operations on complex numbers follow specific rules based on their real and imagina
7 min read
Polar Representation of Complex NumbersComplex numbers, which take the form z = x + yi, can also be represented in a way that highlights their geometric properties. This alternative representation is known as the polar form. The polar representation of a complex number expresses it in terms of its magnitude (modulus) and direction (argum
9 min read
Absolute Value of a Complex NumberThe absolute value (also called the modulus) of a complex number z = a + bi is its distance from the origin in the complex plane. The absolute value tells you how far a number is from zero, regardless of its direction (positive or negative).It is denoted as â£z⣠and is given by the formula:|z| = \sqr
7 min read
Conjugate of Complex NumbersIn the world of mathematics, complex numbers are one of the most important discoveries by mathematicians as they help us solve many real-life problems in various fields such as the study of electromagnetic waves, engineering, and physics.The Conjugate of a Complex Number is also a complex number obt
6 min read
Imaginary NumbersImaginary numbers are numbers as the name suggests are the number that is not real numbers. All the numbers real and imaginary come under the categories of complex numbers. Imaginary numbers are very useful in solving quadratic equations and other equations whose solutions can not easily be found us
9 min read
Chapter 6: Linear Inequalities
Compound InequalitiesCompound Inequalities are the combination of two or more inequalities. These inequalities are combined using two conditions that are AND, and OR. These conditions have specific meanings and they are solved differently. The inequities in compound inequalities are individually solved using normal rule
10 min read
Algebraic Solutions of Linear Inequalities in One VariableA linear inequality is a mathematical expression involving an inequality symbol (<, >, â¤, or â¥) and a linear expression. Unlike linear equations, which give a specific solution, linear inequalities define a range of possible solutions.Example: 2x+3>5 In this case, the inequality indicates t
8 min read
Graphical Solution of Linear Inequalities in Two VariablesWe know how to formulate equations of different degree, and it is used a lot in real life, but the question arises, is it always possible to convert a situation into an equation? Sometimes we get statements like, the number of Covid cases per day in Delhi has reached more than 10,000. This phrase âL
8 min read
Solving Linear Inequalities Word ProblemsWe are well versed with equations in multiple variables. Linear Equations represent a point in a single dimension, a line in a two-dimensional, and a plane in a three-dimensional world. Solutions to linear inequalities represent a region of the Cartesian plane. It becomes essential for us to know ho
10 min read
Chapter 7: Permutations and Combinations
Fundamental Principle of CountingThe fundamental principle of counting is a basic concept used to determine the total number of possible outcomes in a situation where there are multiple independent events. It allows us to count a large number of possibilities without needing to list each one individually.For example, consider guess
11 min read
PermutationIn Mathematics, Permutation is defined as a mathematical concept that determines the number of possible arrangements for a specific set of elements. therefore, it plays a big role in computer science, cryptography, and operations research. For example, take a set {1, 2, 3}:All Permutations taking al
15+ min read
CombinationsCombination is a way of choosing items from a set, (unlike permutations) when the order of selection doesn't matter. In smaller cases, it's possible to count the number of combinations. Combination refers to the mixture of n things taken k at a time without repetition.Example: For set S = {a, b, c},
8 min read
Chapter 8: Binomial Theorem
Chapter 9: Sequences and Series
Sequences and SeriesA sequence is an ordered list of numbers following a specific rule. Each number in a sequence is called a "term." The order in which terms are arranged is crucial, as each term has a specific position, often denoted as anâ, where n indicates the position in the sequence.For example:2, 5, 8, 11, 14,
10 min read
General and Middle Terms - Binomial Theorem - Class 11 MathsBinomial theorem or expansion describes the algebraic expansion of powers of a binomial. According to this theorem, it is possible to expand the polynomial "(a + b)n" into a sum involving terms of the form "axzyc", the exponents z and c are non-negative integers where z + c = n, and the coefficient
7 min read
Arithmetic SeriesAn arithmetic series is the sum of the terms of an arithmetic sequence, where an arithmetic sequence is a sequence of numbers in which the difference between consecutive terms is constant. Or we can say that an arithmetic progression can be defined as a sequence of numbers in which for every pair of
5 min read
Arithmetic SequenceAn arithmetic sequence or progression is defined as a sequence of numbers in which the difference between one term and the next term remains constant.For example: the given below sequence has a common difference of 1.1 2 3 4 5 . . . n â â â â â . . . 1st 2nd 3rd 4th 5th . . . nth TermsThe Arithmetic
8 min read
Geometric Progression or GPGeometric Progression (GP) is a sequence of numbers where each term after the first is found by multiplying the previous term by a constant called the common ratio.For Example, the sequence given below forms a GP with a common ratio of 2 1 2 4 8 16 . . . nâ â â â â . . . 1st 2nd 3rd 4th 5th . . . nt
12 min read
Geometric SeriesIn a Geometric Series, every next term is the multiplication of its Previous term by a certain constant, and depending upon the value of the constant, the Series may increase or decrease.Geometric Sequence is given as: a, ar, ar2, ar3, ar4,..... {Infinite Sequence}a, ar, ar2, ar3, ar4, ....... arn {
3 min read
Arithmetic Progression and Geometric ProgressionArithmetic Progression and Geometric Progression: The word "sequence" in English means a collection of some numbers or objects in such a way that it has a first member, a second member, and so on. Sequences can be of anything, for example. - January, February, .... is the sequence of months in a yea
10 min read
Special Series in Maths - Sequences and Series | Class 11 MathsSpecial Series: A series can be defined as the sum of all the numbers of the given sequence. The sequences are finite as well as infinite. In the same way, the series can also be finite or infinite. For example, consider a sequence as 1, 3, 5, 7, ⦠Then the series of these terms will be 1 + 3 + 5 +
10 min read