How do you find the Median of a set of numbers.

Sort and find the middle number

Add them and divide by how many numbers

Subtract the Minimum
value from the Maximum value

Find the middle value of the first half of the sorted values

Find the middle value of the second half of the sorted values