Arrange the data in ascending order
Find the median of the entire data set
Split the data into the lower half
Find the median of the lower half
The median of the lower half is the first quartile
For an odd number of data values, exclude the overall median before finding the lower half
For an even number of data values, divide the data into two equal halves before finding the lower half
