Ask your own question, for FREE!
Mathematics 15 Online
OpenStudy (anonymous):

What is the median of this data set? 56, 82, 93, 86, 89, 53, 74, 72, 55, 97

jimthompson5910 (jim_thompson5910):

Sort the numbers in increasing order. Then pick out the middle-most data value to find the median.

jimthompson5910 (jim_thompson5910):

Since there are an even number of values, this means that you'll have 2 middle-most values. The median will be the average of those two values

OpenStudy (anonymous):

Remember to put them in increasing order first! And then follow @jim_thompson5910 advice and find the mean of the 2 medians. just in case you forget: mean = the sum of the numbers, divided by 2(there are two integers)

OpenStudy (anonymous):

Using R: > z<-c(56, 82, 93, 86, 89, 53, 74, 72, 55, 97) > median(z) [1] 78 > sort(z) [1] 53 55 56 72 74 82 86 89 93 97 >

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!