Solution:
The mode of a set of data values is the value that appears most frequently. Looking at the data set provided:{3, 6, 17, -18, 6, 9, 12, 6}We can see that the number 6 appears more often than any other number in the list. It appears three times, while all the other numbers appear only once. Therefore, the mode of this data set is 6.