Help me please i dont know

==========================================================
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.