In order to find the interquartile range we need to find the first, second and third quartiles. These three numbers are called quartiles (think quarters = 4) because they divide the data into 4 groups. In order to find these quartiles we need the data to be in order (least to greatest) which your data already is.
Let's first find the second quartile. This is also known as the Median. It is the middle value in your list of numbers. The middle number in your data is 11.
6, 9, 10, 10, 10, 11, (11 = Median), 12, 12, 13, 14, 16, 17
There are six numbers to the left of the middle number and six to the right. We have divided the data into two groups.
The first quartile is the middle number of the first group. Since there are 6 numbers there technically isn't a middle number, so we take the average of the two numbers closest to the middle. These are in parenthesis below:
6, 9, (10), (10), 11
Since the two number are the same (10) their average is also 10. The first quartile (denoted q1 = 10).
Now let's look at the numbers to the right of the median. Again there are 6 numbers here so none is technically in the middle but I have put in parenthesis the two closest to the middle.
12, 12, (13), (14), 16, 17.
The third quartile q3 is the average of 13 & 14. This is found by adding 13 + 14 and dividing the sum by 2. The third quartile is 13.5
Going back to our original list of data we have now split the data into four groups of 3 numbers each as follows:
6, 9, 10, (q1= 10), 10, 10, 11, (Median = 11), 12, 12, 13, (q3=13.5), 14, 16, 17
The interquartile range is the third quartile minus the first quartile. Here it is 13.5 - 10 = 3.5. It gives the range (the distance) between the first and third quartiles.