Question

Difficulty: HardMeasures of Central Tendency (Mean, Median, Mode)

A dataset WW consists of 1010 distinct positive integers. The arithmetic mean of the dataset is 2424, and its median is 2222. A new dataset VV is created by replacing every integer xx in WW that is strictly less than the median of WW with 2x+12x + 1, while leaving all other integers in WW unchanged. If the sum of the 55 smallest integers in WW is 6060, what is the arithmetic mean of the integers in dataset VV?

  1. A
    28.5
  2. B
    30.0
  3. 30.5Answer
  4. D
    31.0
  5. E
    36.5

Answer

30.5
The total sum of the original dataset WW is 10×24=24010 \times 24 = 240. Since WW consists of 1010 distinct integers, exactly 55 elements are strictly less than the median. The sum of these 55 elements is given as 6060, which leaves the sum of the remaining 55 elements as 24060=180240 - 60 = 180. When each of the 55 lower elements xx is replaced with 2x+12x + 1, their new sum becomes 2(60)+5(1)=1252(60) + 5(1) = 125. The sum of the new dataset VV is 125+180=305125 + 180 = 305, and its mean is 305/10=30.5305 / 10 = 30.5.

Step-by-Step Solution

1
Calculate the total sum of the original dataset WW.
Since dataset WW has 1010 elements with a mean of 2424, its total sum is 10×24=24010 \times 24 = 240.
The sum of elements in any set is equal to the number of elements multiplied by the arithmetic mean.
2
Determine how many elements are strictly less than the median of WW.
Because all 1010 elements in WW are distinct positive integers, ordering them as x1<x2<x3<x4<x5<x6<x7<x8<x9<x10x_1 < x_2 < x_3 < x_4 < x_5 < x_6 < x_7 < x_8 < x_9 < x_{10} places the median between x5x_5 and x6x_6. Thus, exactly 55 elements (x1x_1 through x5x_5) are strictly less than the median.
In an even-sized set of distinct values, exactly half of the elements lie strictly below the median position.
3
Find the sum of the remaining 55 elements (the upper half) in WW.
Given that the sum of the 55 smallest elements is 6060, the sum of the remaining 55 elements is 24060=180240 - 60 = 180.
The total sum of the dataset is the sum of its lower 55 elements plus the sum of its upper 55 elements.
4
Calculate the new sum of the transformed 55 smallest elements in dataset VV.
Each of the 55 elements xix_i is replaced by 2xi+12x_i + 1. The new sum is i=15(2xi+1)=2i=15xi+5(1)=2(60)+5=125\sum_{i=1}^5 (2x_i + 1) = 2 \sum_{i=1}^5 x_i + 5(1) = 2(60) + 5 = 125.
Linear transformations applied to individual elements scale their sum by the multiplier and add the constant term multiplied by the number of elements.
5
Compute the total sum and arithmetic mean of dataset VV.
The total sum of VV is 125+180=305125 + 180 = 305. The new mean is 30510=30.5\frac{305}{10} = 30.5.
The mean of VV is its total sum divided by the number of elements (1010).

Key Concept

Linear transformation of dataset subsets and median position in distinct ordered sets
Rate this question