Answer:
IQR = 9
Explanation:
First, arrange the data in ascending order.
8 , 10 , 11 , 13 , 16 , 19 , 22
Now, let us find the lower quartile using the below formula.

n is the number of data.

Q₁ = 10
Now, let us find the upper quartile using the below formula.


Q₃ = 19
Now let us find the interquartile range.
IQR = Q₃ - Q₁
IQR = 19 - 10
IQR = 9