Question 290327: i must draw a box and whisker plot for 100,95,94,92,89,87,82,81,73,71,71,68,62,61,55,51. iknow the median is 80 but i need help with the rest. thank you
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! i must draw a box and whisker plot for 100,95,94,92,89,87,82,81,73,71,71,68,62,61,55,51. iknow the
median is 80
minimum = 51
maximum = 100
------------------
Q1 = 25%ile
Locator = 0.25*16 = 4
So the 5th term is Q1: Q1 = 68
-----
Q3 = 75%ile
Locator = 0.75*16 = 12:
So the 13th term is Q3: Q3 = 89
--------
Note: I am assuming Q1 means "the data point below which 25% of
the data lies", and Q3 means "the data point below which 75% of
the data lies.
=========================
Cheers,
Stan H.
==================================
|
|
|