Each quarter of a set of data is denoted by a quartile:
The 25th percentile makes up the first quartile Q1.
The 50th percentile represents the second quartile Q2.
The 75th percentile is the third quartile, or Q3.
Finding the second quartile, Q2, is simple. It divides an ordered data set into upper and lower half and is the median of any data set.
The median of the bottom half, excluding the value of Q2, makes up the first quartile, or Q1. The median of the upper half, excluding the value of Q2, makes up the third quartile, or Q3.
Sort the values in your data set from lowest to highest.
the median, please. Q2 stands for the second quartile.
Divide the ordered data collection in half at Q2.
The median of the lower half of the data makes up the lower quartile Q1.
The median of the data's upper half represents the upper quartile Q3.
When determining the first and third quartiles, omit the median if the size of the data set is unusual.
The median, if the size of the data collection is even, is the average of the middle two values. Add the two figures together, then divide by two. The value of the median, which divides the data set into lower and higher half, is
How to Find Interquartile Range
The interquartile range IQR is the range in values from the first quartile Q1 to the third quartile Q3. Find the IQR by subtracting Q1 from Q3.
IQR = Q3 - Q1
How to Find the Minimum
The minimum is the smallest value in a sample data set. Ordering a data set from lowest to highest value, x1 ≤ x2 ≤ x3 ≤ ... ≤ xn, the minimum is the smallest value x1. The formula for minimum is:
Min=1=min()=1
How to Find the Maximum
The maximum is the largest value in a sample data set.
Ordering a data set from lowest to highest value, x1 ≤ x2 ≤ x3 ≤ ... ≤ xn, the maximum is the largest value xn. The formula for maximum is:
Max==max()=1
How to Find the Range of a Set of Data
The range of a data set is the difference between the minimum and maximum. To find the range, calculate xn minus x1.
=−1
So to Answer your question