To find the interquartile range (IQR) of the dispensing trials, we first need to arrange the data in ascending order:
- The data in order: 10, 11, 11, 12, 14.
Next, we find the first quartile (Q1) and the third quartile (Q3).
-
Determine Q1 (the median of the first half of the data):
- The first half of the data consists of: 10, 11 (the two values before the median 12)
- Q1 is the average of these two values: \[ Q1 = \frac{10 + 11}{2} = \frac{21}{2} = 10.5 \]
-
Determine Q3 (the median of the second half of the data):
- The second half of the data consists of: 12, 14 (the two values after the median 12)
- Q3 is the average of these two values: \[ Q3 = \frac{12 + 14}{2} = \frac{26}{2} = 13 \]
-
Calculate the IQR:
- The interquartile range is calculated as: \[ IQR = Q3 - Q1 = 13 - 10.5 = 2.5 \]
Therefore, the IQR of the dispensing trials is \( \boxed{2.5} \).