Answer: Median = 6
==========================================================
Step-by-step explanation:
Sort the values from smallest to largest: {2, 5, 6, 10, 10}
Now cross off the first and last values to get this smaller set: {5, 6, 10}
Repeat the process one more time and we get this: {6}
This shows 6 is the middle most item of the original sorted set above. Therefore, 6 is the median.