Step 1: Given data is in unsorted manner. So sort it in ascending order.
10,20,25,30,40,50,70
Step 2: Find first Quartile
Q1 = ((n+1)/4)th term
Here n = 7 (Total 7 terms)
= ((7+1)/4)th term
= (8/4)th term
= 2nd term
2nd term is 20
So Quartile1 = 20
Find Upper/third Quartile
Q3 = ((3x(n+1))/4)th term
Here n = 7 (Total 7 terms)
= ((3×(7+1))/4)th term
= ((3×8)/4)th term
= (24/4)th term
= 6th term
6th term is 50
So Quartile3 = 50
Step 3: Find IQR (Inter Quartile Range)
IQR = Q3 - Q1
= 50 - 20
= 30
Interquartile Range for the given data is 30.
Step 1: Given data is in unsorted manner. So sort it in ascending order.
12,22,25,26,30,45,49,55,75
Step 2: Find first Quartile
Q1 = ((n+1)/4)th term
Here n = 9 (Total 9 terms)
= ((9+1)/4)th term
= (10/4)th term
= 2.5th term
2.5th term is average of 2nd and 3rd terms
2.5th term = (22+25)/2
= 47/2 => 23.5
So Quartile1 = 23.5
Find Upper/third Quartile
Q3 = ((3x(n+1))/4)th term
Here n = 9 (Total 9 terms)
= ((3x(9+1))/4)th term
= ((3x10)/4)th term
= (30/4)th term
= 7.5th term
7.5th term is average of 7th and 8th terms
7.5th term = (49+55)/2
= 104/2
= 52
So Quartile3 = 52
Step 3: Find IQR (Inter Quartile Range)
IQR = Q3 - Q1
= 52 - 23.5
= 28.5
Interquartile Range for the given data is 28.5.