The data are already in order, but we have an odd number of values. To deal with this we do not use the median in the upper or lower halves. The lower half will include the values strictly below the median, and the upper half will include the values strictly above the median.
\begin{gather*}
\overbrace{59,60, \underbrace{61, 63,}^{Q1 =\frac{61+63}{2}=62} 64, 64, }^{\text{Lower Half}} \overbrace{66}^{\text{Median(Ignore)}} \overbrace{66, 67, \underbrace{68, 69,}^{Q3 =\frac{68+69}{2}=68.5} 70, 72}^{\text{Upper Half}}
\end{gather*}
Then the interquartile range is:
\begin{gather*}
IQR=Q_{3}-Q_{1}=68.5-62=6.5\text{ inches}
\end{gather*}
If the data set is small, we can find the first and third quartiles by hand, but we have also seen that they are part of the output from GeoGebra. Here is the output for this data.
From the list of summary statistics we can see that
\(=Q_{1}=62\) and
\(=Q_{3}=68.5\) inches. Now we can calculate the interquartile range.
\begin{gather*}
IQR=68.5-62=6.5\text{ inches}
\end{gather*}
This is the same value we found by hand.