A dataset consists of 9 positive integers: , ordered such that .
The dataset has the following statistical properties:
- The median of dataset is .
- Dataset has a unique mode of .
- The arithmetic mean of dataset is .
- The range of dataset is .
Which of the following statements MUST be true? Select all such statements.
- The smallest integer cannot exceed .Answer
- The value appears at least twice in dataset .Answer
- CThe median of the first 5 elements must be equal to .
- DThe maximum possible value for is .
- The sum of the four smallest integers cannot exceed .Answer
Answer
The statements asserting that the smallest integer cannot exceed 5, that 25 appears at least twice, and that the sum of the four smallest integers cannot exceed 42 must be true.
The statement regarding the unique mode requiring 25 to appear at least twice must be true by the definition of mode. The statement regarding the upper bound on the sum of the four smallest integers is true because the top 5 elements account for at least 120 of the total sum of 162.
Step-by-Step Solution
Key Concept
Combining mean, median, mode, and range constraints in an ordered dataset of integers.