Question

Find the median, first quartile (Q1) and the third quartile (Q3) for the data shown, which...

Find the median, first quartile (Q1) and the third quartile (Q3) for the data shown, which is already sorted. The number of data is n= 11.

Katye Kozak's algorithm:

Sort the data and compute the median.

When n is an odd number, the median is the center value.

When n is an even number, the median is the center value.

After computing the median, Q1 is the median of the 1st half of the data, not including the median value.

Q3 is the median of the 2nd half of the data, not including the median value.

Do not round your answers.

x

1

7.2

8.6

9.2

10.4

12.5

19.5

21

21.7

23.9

24.5

Median =
Q1 =
Q3 =

Homework Answers

Answer #1

The number of data is n= 11.

When n is an odd number, the median is the center value.

-------------------------------------------------------------------------------------------------------

After computing the median, Q1 is the of the 1st half of the data, not including the median value.

-------------------------------------------------------------------------------------------------------

Q3 is the of the 2nd half of the data, not including the median value.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions