222k views
2 votes
CorrectQuestion of Step 1 of 10.3270.3250.2070.2070.2770.2890.3160.2900.2750.2820.2780.2790.3230.3160.2090.2830.2960.2810.3060.296Copy DataAnswerm Tables НЕ КеурKeyboard ShorSeparate multiple answers with commas, if necessary.Selecting a button will replace the entered answer value(s) with the button value. If the button is not selected, the entered answer is useMean: 0.2966Median:Mode: 0.297

CorrectQuestion of Step 1 of 10.3270.3250.2070.2070.2770.2890.3160.2900.2750.2820.2780.2790.3230.3160.2090.2830.2960.2810.3060.296Copy-example-1

1 Answer

4 votes

Median:

To find the median, we first need to sort the values from smallest to highest.

The median separates the bottom 50% from the top 50%.

In a sorted set of n elements, which n is odd, the median is the element at the position: ((n+1)/2).

If n is even, the median is given by the mean of the elements at those following positions: (n/2, (n/2)+1).

Example:

Sorted: {1,2,3}

n = 3, element at the position (3+1)/2 = 2.

So the median is 2.

Sorted: {1,2,3,4}:

n = 4, so the mean between the elements at these following positions:

n/2 = 4/2 = 2, the element at the position 2 is 2.

(n/2)+1 = (4/2)+1 = 2 + 1 = 3, the element at the position 3 is 3.

The median is 2+3/2 = 5/2 = 2.5

In this question:

We have 20 elements.

The median will be the mean between the 10th and the 11th elements of the sorted set.

Sorted set:

In an ascending way.

{0.275, 0.277, 0.278, 0.279, 0.281, 0.282, 0.283, 0.289, 0.29, 0.296, 0.296, ...}

The 10th element is 0.296

The 11th element is also 0.296

(0.296 + 0.296)/2 = 0.296

The median is 0.296

User Jakub Jurkian
by
6.0k points