![]() |
VOOZH | about |
Mean (in statistics) is the average of a set of numbers. It is one of the most important measures of central tendency in distributed data.
The mean formula in statistics is defined as the sum of all observations in the given dataset divided by the total number of observations.
π mean formulaExample: Calculate the mean of the first 10 natural numbers.
Solution:
First 10 natural numbers = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Sum of first 10 natural numbers = (1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10)
Mean = Sum of 10 natural numbers/10
β Mean = (1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10)/10
β Mean = 55/10
β Mean = 5.5
To find the mean of a dataset, it's important to first determine whether the data is grouped or ungrouped, as the method of calculation differs for each.
Ungrouped data is raw data that is not organized into any groups or intervals. These are individual observations listed as they are.
For ungrouped data, the mean is found by adding all individual values and dividing by the total number of observations.
Formula:
Example: Heights of 10 students: 142, 145, 150, 152, 148, 149, 151, 147, 146, 150
- Sum of heights = 1,480
- Number of students = 10
xΛ = 1480/10 = 148 cm
So, the mean height of the 10 students is 148 cm.
Let's assume there are n number of items in a set, i.e., {x1, x2, x3, ... xn}, and the frequency of each item is given as {f1, f2, f3, . . ., fn}. Then, the mean is calculated using the formula:
OR
Grouped data is data that has been organized into groups (classes or intervals) to make it easier to understand and analyze, especially when the data set is large.
To represent grouped data, we use a frequency distribution table, which shows how many observations fall into each interval.
The mean of grouped data can be calculated using three methods:
In statistics, there are four types of mean:
Note: When not specified, the mean is generally referred to as the arithmetic mean.
Question 1: A man keeps a record of the number of steps he jogs each day throughout the week. His step count for each day is recorded as follows:
Using this information, calculate the mean (average) number of steps he jogged per day
Solution:
The mean number of steps is shown in the graph below.
π mean_step_count_over_7_daysSum of steps = 8000 + 7500 + 8200 + 7900 + 8100 + 7800 + 7700 = 54,200
Mean = 54,200 Γ· 7 = 7,886 steps
Question 2: Calculate the mean of the first 5 even natural numbers.
Solution:
Given,
- Observed first 5 even natural numbers 2, 4, 6, 8, 10
- Total number of observed values = 5
Using Mean Formula
Mean = (Sum of observed values in data)/(Total number of observed values in data)
β Sum of observed values = 2 + 4 + 6 + 8 + 10 = 30
Total number of observed values = 5
β Mean = 30/5
β Mean = 6Therefore, mean for first 5 even numbers = 6
Question 3: Calculate the mean of the first 10 natural odd numbers.
Solution:
Given,
- Observed first 5 odd natural numbers 1, 3, 5, 7, 9.
- Total number of observed values = 5
Using Mean Formula
Mean = (Sum of observed values in data)/(Total number of observed values in data)
Sum of observed values = 1 + 3 + 5 + 7 + 9 = 25
Total number of observed values = 5
β Mean = 25 / 5
β Mean = 5Therefore, mean for first 5 odd numbers = 5
Question 4: Calculate missing values from the observed set 2, 6, 7, x, whose mean is 6.
Solution:
Given,
- Observed values 2, 6, 7, x
- Number of observed values = 4
- Mean = 6
Using Mean Formula
Mean = (Sum of observed values in data)/(Total number of observed values in data)
β Sum of observed values = 2 + 6 + 7 + x = 15 + x
Total number of observed values = 4
β 6 = (15 + x)/4
β 6 Γ 4 = 15 + x
β x = 9Therefore, missing value from the set is 9
Question 5: There are 20 students in Class 10. The marks obtained by the students in mathematics (out of 100) are given below. Calculate the mean of the marks.
| Marks Obtained | Number of students |
|---|---|
100 | 1 |
92 | 3 |
80 | 5 |
75 | 10 |
70 | 1 |
Solution:
Given,
- Total number of students in class 10 = 20
- x1 = 100, x2 = 92, x3 = 80, x4 = 75, x5 = 70
- f1 = 1, f2 = 3, f3 = 5, f4 = 10, f5 = 1
Using Mean Formula
β xΜ = {(100 Γ 1) + (92 Γ 3) + (80 Γ 5) + (75 Γ 10) + (70 Γ 1)}/20
β xΜ = (100 + 276 + 400 + 750 + 70)/20
β xΜ = 1596/20 = 79.8 marks
Question 6: Calculate the mean of the following dataset.
Height (in inches) | 60 - 62 | 62 - 64 | 64 - 66 | 66 - 68 | 68 - 70 | 70 - 72 | 72 - 74 | 74 - 76 |
|---|---|---|---|---|---|---|---|---|
Frequency | 2 | 3 | 4 | 6 | 5 | 3 | 1 | 1 |
Solution:
Range of data is 60 to 76, for assumption of mean, lets take average of the range values,
Assumed Mean = (60 + 76) /2 = 136/2 = 68
Now, Let's A = 68 be assumed mean of the data,
Now, using assumed mean value, let's create the table for step deviation as follows:
Height (in inches)
Frequency(fi)
Class Mark (xi)
Deviation (di)
Step Deviation (ui)
fi Γ ui
60 - 62
2
61
-7
-3.5
-7
62 - 64
3
63
-5
-2.5
-7.5
64 - 66
4
65
-3
-1.5
-6
66 - 68
6
67
-1
-0.5
-3
68 - 70
5
69
1
0.5
2.5
70 - 72
3
71
3
1.5
4.5
72 - 74
1
73
5
2.5
2.5
74 - 76
1
75
7
3.5
3.5
βf = 25 βfiui = -10.5 Thus, Mean = 68 + 2 Γ (-10.5)/25
β Mean = 68 + 2 Γ (-0.42)
β Mean = 68 - 0.84 = 67.16Thus, mean height of data using step deviation method is 67.16 inches.
Thus, Mean = 68 + 2 Γ (-10.5)/25
β Mean = 68 + 2 Γ (-0.42)
β Mean = 68 - 0.84 = 67.16
Thus, the mean height of the data using the step deviation method is 67.16 inches.
Question 7 : Heights of 100 students grouped into intervals:
| Height (cm) | Frequency (f) | Class Mark (x) | f Γ x |
|---|---|---|---|
| 140β145 | 12 | 142.5 | 1710 |
| 146β150 | 28 | 148 | 4144 |
| 151β155 | 35 | 153 | 5355 |
| 156β160 | 25 | 158 | 3950 |
Solution:
- Total frequency:
βfi = 12 + 28 + 35 + 25 = 100
- Sum of fixi:
1710 + 4144 + 5355 + 3950 = 15159
xΛ = 15159/100 β= 151.59 cm
So, the mean height of the 100 students is 151.59 cm.
Question 1: Find the Mean temperature of a week given that the temperatures from Monday to Sunday are 21β, 23β, 22.5β, 21.6β, 22.3β, 24β, 20.5β.
Question 2: Find the mean of the first 10 even numbers.
Question 3: Find the Mean height of students if the given heights are 150 cm, 152 cm, 155 cm, 160 cm, and 148 cm.
Question 4: Find the Mean of the given dataset
Marks | Number of Students |
|---|---|
0-10 | 3 |
10-20 | 5 |
20-30 | 9 |
30-40 | 8 |
40-50 | 5 |