How do you find the mean, median and mode of 1, 2, 3, 4, 5, 6, 7, 8, 9, 10?

1 Answer
Mar 3, 2017

#barx=5.5#
#"median"=5.5#
No mode.

Explanation:

Recall that the mean (#barx#) of a data set is the sum of its terms divided by the number of terms.

#barx=(Sigma_1^na_n)/n=(1+2+3+4+5+6+7+8+9+10)/10#

#barx=55/10=5.5#

Recall that the median of a data set is the value at the middle (the median) of the data set. In order to find the median, the data set must be arranged from lowest to highest. Once it is, we cross out one at the end, one at the beginning, one at the end, one at the beginning, and so on until we find the middle value.

#cancel1,2,3,4,5,6,7,8,9,cancel10#
#cancel1,cancel2,3,4,5,6,7,8,cancel9,cancel10#
#cancel1,cancel2,cancel3,4,5,6,7,cancel8,cancel9,cancel10#
#cancel1,cancel2,cancel3,cancel4,5,6,cancel7,cancel8,cancel9,cancel10#

Since there are an even number of terms, the median will be between the two middle values. Take the average of the two:

#"median"=(5+6)/2=5.5#

The mode of a data set is the element that appears most frequently. Since each element in this data set is unique and only appears one time, there is no mode.