150k views
0 votes
What is first quartile, third quartile, and interquartile range of 21 32 17 24 15 30 28 and 26. I found this quite confusing to understand

User Knoep
by
7.0k points

1 Answer

1 vote

Given:

The data values are:

21, 32, 17, 24, 15, 30, 28 and 26.

To find:

The first quartile, third quartile, and interquartile range.

Solution:

We have,

21, 32, 17, 24, 15, 30, 28, 26

Arrange the data values in ascending order.

15, 17, 21, 24, 26, 28, 30, 32

Divide the data set in two equal parts.

(15, 17, 21, 24), (26, 28, 30, 32)

Divide each parenthesis in two equal parts.

(15, 17), (21, 24), (26, 28), (30, 32)

Now, the first quartile is:


Q_1=(17+21)/(2)


Q_1=(38)/(2)


Q_1=19

The third quartile is:


Q_3=(28+30)/(2)


Q_3=(58)/(2)


Q_3=29

The interquartile range is:


IQR=Q_3-Q_1


IQR=29-19


IQR=10

Therefore, the first quartile is 19, third quartile is 29 and the interquartile range is 10.

User Mark Bonano
by
7.3k points