1) Let's begin by enlisting the data orderly from the least to the greatest one.
2) Quartiles
As requested, we need to find the quartiles so let's start out with the 2nd Quartile, i.e. the median.
0,0,0 2, 3,4, 7,7, 8,12,14,15,15,16,18
Note that there are 15 data points, so let's bold the middle number. The one that divides the distribution evenly:
0,0,0,2, 3,4, 7, 7, 8,12,14,15,15,16,18
So the Median or Q2 is 7
b) Quartile 1
Similarly, we can find the median of the first half:
0,0,0,2, 3,4, 7
So, the 1st Quartile is 2
c) Quartile 3
For the 3rd quartile, we can select the 2nd half and find the middle number.
8,12,14,15,15,16,18
So the 3rd Quartile is 15.
d) Interquartile Range
The IQR is found by the difference between Q3 and Q1