168k views
5 votes
Ruby spends $40, $22, $32, $28, $18, and $16 on lunch in 6 days. What is the median of this set of values?

$32


$28


$25


$22

2 Answers

7 votes
$25

organize the numbers from smallest to largest...
16 18 22 28 32 40.
There are two middle numbers, so add them and divide by 2.... 22+28=50/2=25
User Mark Bourke
by
5.2k points
1 vote

To find the median, we arrange data in order from smallest to largest values. If there is an odd number of variants, the median is the middle value. If there is an even number of variants, the median is the average of the two middle values.

Arrange given data in ascending order:

$16, $18, $22, $28, $32, $40.

The median is the average of $22 and $28 that it is $(22+28):2=$25.

Answer: the median is $25.


User VietDD
by
5.2k points