Answer: Choice C) 10
=============================================================
Step-by-step explanation:
The first step is to sort the data from smallest to largest. Luckily, that's already been done for us.
Next, we find the median. This is the middle most number of the set. In this case, the median is 11 since we have 3 values below it (2,6,7) and 3 values above it (15,16,17).
Let
L = {2,6,7}
U = {15,16,17}
where L and U are the lower and upper sets respectively.
In other words, anything in set L is lower than the median while anything in set U is above the median. The median itself (11) is not part of either set.
Notice how 6 is the midpoint of set L, while 16 is the midpoint of set U.
This means Q1 = 6 and Q3 = 16
Therefore,
IQR = Q3 - Q1
IQR = 16 - 6
IQR = 10
which is why choice C is the final answer.