Find the median from this data?

enter image source here

2 Answers

150 < t <= 200150<t200

Explanation:

The median is the "middle answer" in a list of answers. For instance, if we have the numbers 1, 2, 6, 7, 91,2,6,7,9, the median is the middle value, or 6.

For the data above, we can take the frequencies as the number of values we'll be lining up - the middle value will sit in the interval that holds the middle value. Like this:

10, 8, 24, 29, 32, 1010,8,24,29,32,10

We can add the values and divide by 2:

(10+8+24+29+32+10)/2=56.510+8+24+29+32+102=56.5

The 56th/57th values sit:

10+8+24=4210+8+24=42
10+8+24+29=71 larr "in here"10+8+24+29=71in here

And so the interval with the median sits in the 150 < t <= 200150<t200

Feb 11, 2018

The median is the 57^(th)57th value which lies in the interval

150 < t <=200150<t200

Explanation:

If you have an odd number of values, then the median is slightly easier to find than if you have an even number of values.

The median is the middle value in a set of data.

  • Add the frequencies to find the total number of lightbulbs,

10+8+24+29+32+10= 11310+8+24+29+32+10=113

Think of 113113 as having the same number on each side, with one value in the middle: (that will be the median)

113 div 2 = 56 1/2113÷2=5612

113 = (56+ color(blue)(1/2)) + (color(blue)(1/2) +56)113=(56+12)+(12+56)

113 = 56" "+" "color(blue)(1)" "+" "56113=56 + 1 + 56

  • Arrange the given frequencies to look like this.

10+8+24 = 4210+8+24=42, if you now add 2929 you will have more than 5656

10+8+24+29=7110+8+24+29=71

  • Split up the 29 rarr 56-42 = 14295642=14 more needed

" "10+8+24+color(blue)(29)+32+10 10+8+24+29+32+10

10+8+24+color(blue)(14+1+14)+32+1010+8+24+14+1+14+32+10

This gives us what we need:

color(red)((10+8+24+14))" " color(blue)( +1)" "color(red)((+14+32+10))(10+8+24+14) +1 (+14+32+10)
color(white)(wwwww)darrcolor(white)(wwwwww)darrcolor(white)(wwwwwwww)darrwwwwwwwwwwwwwwwwwww
color(white)(wwwww)color(red)(56)color(white)(wwww)color(blue)("the median") color(white)(wwwww)color(red)(56)wwwww56wwwwthe medianwwwww56

The median therefore lies in the interval which has the frequency of 2929 because we had to split up 2929 to get the equal numbers on each side.

This is 150 < t <=200150<t200

Note that the median is the 57^(th)57th value.