The median of list of numbers is-2.
Given the list of numbers is 13,15,6,8,-16,2,-12,3,-18,-18.
The median is the median of a sorted list of numbers. To find the median of a sequence of numbers, the numbers must be sorted in order from lowest to highest or highest to lowest.
Firstly, we will arrange the number from ascending to descending, we get
-18,-18,-16,-12,-6,2,3,8,13,15.
Now, we will find the middle term of the sequence, we get
The middle terms are -6 and 2.
Further, we will find the median of it.
n=(-6+2)/2
n=-4/2
n=-2
Hence, the median of the list of numbers 13, 15, -6, 8, -16, 2, -12 ,3 ,-18 ,-18 is -2.
Learn more about median from here brainly.com/question/15796951
#SPJ4