Statistics and Data Analysis

77 questions

Question 1Question

In a corporate evaluation of 200200 employees, performance scores range from 00 to 100100. An employee with a score of 8484 scored strictly higher than 150150 employees and strictly lower than 4242 employees, while the remaining employees received a score of exactly 8484. If the percentile rank of a score is defined as the percentage of all scores strictly below it plus half the percentage of all scores equal to it, what is the percentile rank of a score of 8484?

Show answer & explanation

Answer: 77th percentile

Answer

77th percentile
The correct answer represents the relative position of a score of 84. Since 150 employees scored lower and 8 employees scored equal to 84, applying the percentile formula yields ((150 + 4) / 200) * 100 = 77th percentile.

Step-by-Step Solution

1
Determine the number of employees scoring exactly 84.
Number of employees scoring 84 = 20015042=8200 - 150 - 42 = 8.
The total group size equals the sum of students scoring below 84, above 84, and equal to 84.
2
Calculate the effective count of scores at or below 84 under the given percentile definition.
Effective count = 150+0.5×8=154150 + 0.5 \times 8 = 154.
The definition specifies adding the count of strictly lower scores to half the count of tied scores.
3
Convert the effective count to a percentile rank.
Percentile rank = 154200×100=77th percentile\frac{154}{200} \times 100 = 77\text{th percentile}.
Dividing by the total number of scores (200200) and multiplying by 100100 converts the count into a percentage.

Key Concept

Percentile Rank Calculation
Estimated Time:1m 30s
Question 2Question

In a survey of 120120 corporate executives, 7070 executives read Magazine A, 5050 read Magazine B, and 2525 read both Magazine A and Magazine B. How many of the executives surveyed read neither Magazine A nor Magazine B?

Show answer & explanation

Answer: 25

Answer

25 executives surveyed read neither Magazine A nor Magazine B.
By the inclusion-exclusion principle, the total number of executives reading at least one magazine is given by Set A+Set BBoth=70+5025=95\text{Set A} + \text{Set B} - \text{Both} = 70 + 50 - 25 = 95. Since 120120 executives were surveyed in total, the number of executives who read neither magazine is 12095=25120 - 95 = 25.

Step-by-Step Solution

1
Apply the Inclusion-Exclusion Principle for two overlapping sets to find the number of executives reading at least one magazine.
Total(At least one)=Magazine A+Magazine BBoth=70+5025=95\text{Total(At least one)} = \text{Magazine A} + \text{Magazine B} - \text{Both} = 70 + 50 - 25 = 95.
Directly adding the counts for Magazine A and Magazine B counts executives who read both twice, so the intersection must be subtracted once.
2
Subtract the number of executives who read at least one magazine from the total number of executives surveyed.
Neither=Total SurveyedTotal(At least one)=12095=25\text{Neither} = \text{Total Surveyed} - \text{Total(At least one)} = 120 - 95 = 25.
The universe of surveyed executives consists of those who read at least one magazine and those who read neither.

Key Concept

Overlapping Sets (Double-Matrix / Two-Set Venn Diagram)
Question 3Question

A company recorded the number of daily sales over a 7-day week. The numbers of daily sales, when arranged in ascending order, are 12,15,18,x,22,y,3012, 15, 18, x, 22, y, 30. If the median of the 7 daily sales figures is 2020 and the arithmetic mean is 2121, what is the value of yy?

Show answer & explanation

Answer: 30

Answer

The value of yy is 30.
For an ordered set of 7 numbers, the median is the 4th term, which means x=20x = 20. The total sum of the set is found by multiplying the number of terms by the mean: 7×21=1477 \times 21 = 147. Adding all known terms (12+15+18+20+22+3012 + 15 + 18 + 20 + 22 + 30) gives 117. Subtracting 117 from 147 yields y=30y = 30.

Step-by-Step Solution

1
Determine the value of xx using the median definition.
x=20x = 20
Since the 7 numbers are given in ascending order, the median is the middle (4th) term.
2
Calculate the total sum of all 7 numbers.
Total sum = 147147
The sum of elements in a set equals the number of elements multiplied by the arithmetic mean (7×21=1477 \times 21 = 147).
3
Sum all known numbers and set up an equation for yy.
117+y=147117 + y = 147
12+15+18+20+22+30=11712 + 15 + 18 + 20 + 22 + 30 = 117.
4
Solve for yy.
y=30y = 30
Subtract 117 from 147 to isolate yy.

Key Concept

Using properties of median and arithmetic mean to find missing terms in an ordered data set.
Question 4Question

A dataset consists of five integers: 2,5,8,11,2, 5, 8, 11, and xx. The variance of the dataset is 1010. If the median of the dataset is 88, what is the value of xx?

Show answer & explanation

Answer: 9

Answer

The value of xx is 9.
By setting up the equation for variance in terms of xx, we obtain the quadratic equation x213x+36=0x^2 - 13x + 36 = 0, which yields x=4x = 4 or x=9x = 9. Arranging the set in ascending order for x=9x = 9 gives {2,5,8,9,11}\{2, 5, 8, 9, 11\}, where the middle number (median) is 8, satisfying all conditions.

Step-by-Step Solution

1
Calculate the mean of the dataset in terms of xx.
The mean is μ=26+x5\mu = \frac{26 + x}{5}.
The mean of a dataset is the sum of all elements divided by the number of elements.
2
Set up the variance equation using the definition of population variance.
Variance σ2=(2μ)2+(5μ)2+(8μ)2+(11μ)2+(xμ)25=10\sigma^2 = \frac{(2-\mu)^2 + (5-\mu)^2 + (8-\mu)^2 + (11-\mu)^2 + (x-\mu)^2}{5} = 10.
Variance measures the average squared deviation from the mean.
3
Substitute μ=26+x5\mu = \frac{26+x}{5}, clear denominators, expand the algebraic expression, and set up the quadratic equation.
x213x+36=0x^2 - 13x + 36 = 0.
Multiplying through by 25 and simplifying the quadratic terms yields a standard quadratic form.
4
Solve the quadratic equation for xx.
x=4x = 4 or x=9x = 9.
Factoring (x4)(x9)=0(x-4)(x-9) = 0 gives two potential solutions.
5
Evaluate the median condition for both potential values of xx.
For x=9x = 9, the ordered dataset is {2,5,8,9,11}\{2, 5, 8, 9, 11\}, which has a median of 8.
For x=4x = 4, the ordered set is {2,4,5,8,11}\{2, 4, 5, 8, 11\} with median 5, which fails the given condition.

Key Concept

Variance calculation and dataset order statistics
Question 5Question

A class of 20 students took a 10-point mathematics quiz. The frequency table below records the quiz scores achieved by 18 of the students:

ScoreFrequency
63
75
84
94
102

The scores of the remaining 2 students were recorded later. If the score of every student is an integer from 0 to 10, inclusive, and adding the 2 missing scores causes the median score of the entire class of 20 students to be 8 and the arithmetic mean score to be an integer, what is the score of the higher-scoring student among the 2 remaining students?

Show answer & explanation

Answer: 10

Answer

10
The sum of the 18 known scores is 141. For the overall mean of 20 scores to be an integer, the total sum of all 20 scores must be a multiple of 20. Since each score is at most 10, the maximum possible total sum is 141+10+10=161141 + 10 + 10 = 161. The only multiple of 20 between 141 and 161 is 160, requiring the sum of the two missing scores to be 160141=19160 - 141 = 19. The only valid integer scores bounded by 10 that sum to 19 are 9 and 10. Adding scores of 9 and 10 places the 10th and 11th ordered values at 8, giving a median of 8. Thus, the higher missing score is 10.

Step-by-Step Solution

1
Calculate the total sum and count of the 18 known student scores.
Known count = 3+5+4+4+2=183 + 5 + 4 + 4 + 2 = 18 students. Known sum = (6×3)+(7×5)+(8×4)+(9×4)+(10×2)=18+35+32+36+20=141(6 \times 3) + (7 \times 5) + (8 \times 4) + (9 \times 4) + (10 \times 2) = 18 + 35 + 32 + 36 + 20 = 141.
Establishing baseline sum and count is essential before analyzing missing values.
2
Set up the equation for the total sum of all 20 student scores and apply the integer mean condition.
Let the missing scores be aa and bb with 0ab100 \le a \le b \le 10. The total sum for 20 students is S20=141+a+bS_{20} = 141 + a + b. The arithmetic mean is 141+a+b20\frac{141 + a + b}{20}.
Since the mean must be an integer, 141+a+b141 + a + b must be a multiple of 20.
3
Determine the required sum of the two missing scores a+ba + b.
Since 0a100 \le a \le 10 and 0b100 \le b \le 10, we have 0a+b200 \le a + b \le 20. The range for S20S_{20} is [141,161][141, 161]. The only multiple of 20 in this range is 160. Thus, 141+a+b=160    a+b=19141 + a + b = 160 \implies a + b = 19.
160 is the unique multiple of 20 reachable given score bounds.
4
Find the unique integer pair (a,b)(a, b) satisfying a+b=19a + b = 19 with a,b10a, b \le 10.
Since a10a \le 10 and b10b \le 10, the only integer solution with aba \le b is a=9a = 9 and b=10b = 10.
No other pair of integers between 0 and 10 sums to 19.
5
Verify that adding scores 9 and 10 maintains a median score of 8.
With 9 and 10 added, the frequencies are: Score 6 (3), Score 7 (5), Score 8 (4), Score 9 (5), Score 10 (3). The 10th and 11th values in order are both 8, so the median is 8+82=8\frac{8 + 8}{2} = 8.
Confirms the median constraint is fully satisfied.

Key Concept

Properties of Weighted Means and Median Constraints in Frequency Tables
Estimated Time:2m 0s
Question 6Question

In a survey of 200200 software developers regarding their proficiency in three programming languages—Python, Java, and C++:

- 110110 developers are proficient in Python.
- 9595 developers are proficient in Java.
- 8585 developers are proficient in C++.
- 2020 developers are proficient in all three languages.
- 3030 developers are proficient in none of the three languages.

If the total number of developers proficient in exactly two of these languages is twice the number of developers proficient in Python and Java only, how many developers are proficient in C++ only?

Show answer & explanation

Answer: 2525

Answer

The number of developers proficient in C++ only is 25.
The correct answer is 25. Subtracting the 30 developers proficient in none of the languages leaves 170 developers who are proficient in at least one language. Using the 3-set overlap equations, the number of developers proficient in exactly two languages is calculated to be 80. Since the number proficient in Python and Java only is half of this (40), the sum of the remaining two double-overlap regions (Java & C++ only, and Python & C++ only) must also equal 40. Subtracting this combined double-overlap count of 40 and the triple-overlap count of 20 from the total C++ count of 85 leaves 25 developers proficient in C++ only.

Step-by-Step Solution

1
Calculate the total number of developers proficient in at least one language.
Total proficient=20030=170\text{Total proficient} = 200 - 30 = 170
Developers proficient in none of the three languages must be excluded from the universe of set elements.
2
Apply the 3-set Venn Diagram formula relating total unique elements, individual set sums, exactly-two regions, and all-three regions.
Total=E1+E2+E3\text{Total} = E_1 + E_2 + E_3, where E1E_1 is exactly one, E2E_2 is exactly two, and E3E_3 is exactly three. Also, P+J+C=E1+2E2+3E3|P| + |J| + |C| = E_1 + 2E_2 + 3E_3.

Sum of individual sets: 110+95+85=290110 + 95 + 85 = 290.
So, 290=E1+2E2+3(20)    E1+2E2=230290 = E_1 + 2E_2 + 3(20) \implies E_1 + 2E_2 = 230.

From total elements: 170=E1+E2+20    E1+E2=150170 = E_1 + E_2 + 20 \implies E_1 + E_2 = 150.

Subtracting the two equations gives E2=230150=80E_2 = 230 - 150 = 80.
Each element in E2E_2 is counted twice in the sum of individual sets, and each element in E3E_3 is counted three times.
3
Determine the breakdown of the double-overlap regions.
Given that E2=2×(Python and Java only)E_2 = 2 \times (\text{Python and Java only}), we have Python and Java only=802=40\text{Python and Java only} = \frac{80}{2} = 40.

The remaining double-overlap regions involving C++ are (Java and C++ only)+(Python and C++ only)=E240=8040=40(\text{Java and C++ only}) + (\text{Python and C++ only}) = E_2 - 40 = 80 - 40 = 40.
The total number of developers proficient in exactly two languages consists of three disjoint groups: Python/Java only, Java/C++ only, and Python/C++ only.
4
Calculate the number of developers proficient in C++ only.
C=(C++ only)+(Java and C++ only)+(Python and C++ only)+(All 3)85=(C++ only)+40+2085=(C++ only)+60C++ only=25|C| = (\text{C++ only}) + (\text{Java and C++ only}) + (\text{Python and C++ only}) + (\text{All 3}) 85 = (\text{C++ only}) + 40 + 20 85 = (\text{C++ only}) + 60 \text{C++ only} = 25
Subtract all overlapping subsets containing C++ from the total proficiency count of set C.

Key Concept

Three-Set Overlapping Venn Diagrams and Subset Decompositions
Estimated Time:2m 30s
Question 7Question

At an investment firm with 200200 portfolio managers, 110110 managers invest in Equities, 9595 invest in Fixed Income, and 8080 invest in Commodities. Furthermore, 4545 managers invest in both Equities and Fixed Income, 3535 invest in both Equities and Commodities, and 3030 invest in both Fixed Income and Commodities. If 1515 managers do not invest in any of these three asset classes, how many portfolio managers invest in all three asset classes?

Show answer & explanation

Answer: 10

Answer

The correct answer is 10 portfolio managers.
Subtracting the 15 managers who do not invest in any asset class from the total 200 yields 185 managers in at least one asset class. Applying the 3-set inclusion-exclusion formula 185=(110+95+80)(45+35+30)+x185 = (110 + 95 + 80) - (45 + 35 + 30) + x simplifies to 185=175+x185 = 175 + x, which gives x=10x = 10 for the number of managers investing in all three asset classes.

Step-by-Step Solution

1
Determine the total number of portfolio managers investing in at least one asset class.
185 managers
Subtracting the 15 managers who invest in none of the three asset classes from the total of 200 gives the size of the union of the three sets: 20015=185200 - 15 = 185.
2
Set up the Inclusion-Exclusion formula for three overlapping sets.
EFC=E+F+C(EF+EC+FC)+EFC|E \cup F \cup C| = |E| + |F| + |C| - (|E \cap F| + |E \cap C| + |F \cap C|) + |E \cap F \cap C|
To avoid overcounting elements present in multiple set intersections, pairwise intersections are subtracted and the triple intersection is added back.
3
Substitute known values into the equation and solve for the unknown triple intersection xx.
x=10x = 10
185=110+95+80(45+35+30)+x    185=285110+x    185=175+x    x=10185 = 110 + 95 + 80 - (45 + 35 + 30) + x \implies 185 = 285 - 110 + x \implies 185 = 175 + x \implies x = 10.

Key Concept

Three-Set Inclusion-Exclusion Principle
Question 8Question

A logistics company maintains a fleet consisting of three types of delivery vehicles: Vans, Medium Trucks, and Heavy Trucks. The ratio of the number of Vans to Medium Trucks is 3:23 : 2, and the ratio of the number of Medium Trucks to Heavy Trucks is 4:14 : 1. If the average fuel efficiency is 2424 miles per gallon for the Vans and 1515 miles per gallon for the Medium Trucks, and the average fuel efficiency for the entire combined fleet is 1919 miles per gallon, what is the average fuel efficiency, in miles per gallon, of the Heavy Trucks?

Show answer & explanation

Answer: 5

Answer

The average fuel efficiency of the Heavy Trucks is 5 miles per gallon.
Combining the given vehicle ratios gives a unified proportion of 6 Vans to 4 Medium Trucks to 1 Heavy Truck (total 11 units). The total weighted efficiency sum is 6(24)+4(15)+1(x)=144+60+x=204+x6(24) + 4(15) + 1(x) = 144 + 60 + x = 204 + x. Setting this equal to the combined fleet total of 11×19=20911 \times 19 = 209 yields x=5x = 5 miles per gallon.

Step-by-Step Solution

1
Unify the two relative ratios into a single compound ratio for all three vehicle groups.
Vans : Medium Trucks : Heavy Trucks = 6 : 4 : 1, giving a total of 11 ratio units.
Both individual ratios share Medium Trucks as a common element (22 units in the first ratio and 44 units in the second). Multiplying the first ratio by 22 aligns the Medium Truck count.
2
Set up the weighted mean equation using group weights and individual group averages.
Weighted Sum = 6(24) + 4(15) + 1(x) = 204 + x, where total elements = 11.
The sum of (group quantity × group mean) divided by total quantity equals the combined average.
3
Equate to total fleet mean and solve for the unknown average fuel efficiency x.
204 + x = 11 × 19 = 209, so x = 5 miles per gallon.
Multiplying total items (11) by total mean (19) gives total combined miles per gallon units (209).

Key Concept

Weighted Average of Multiple Combined Subgroups
Question 9Question

A technology company conducted a survey of its 200200 software engineers regarding their proficiency in three programming languages: Python, Java, and C++. The survey revealed the following data:
- 110110 engineers are proficient in Python.
- 8585 engineers are proficient in Java.
- 7575 engineers are proficient in C++.
- 4040 engineers are proficient in both Python and Java.
- 3535 engineers are proficient in both Java and C++.
- 3030 engineers are proficient in both Python and C++.
- 1515 engineers are proficient in all three programming languages.

How many of the surveyed engineers are proficient in none of these three programming languages?

Show answer & explanation

Answer: 20

Answer

The number of software engineers proficient in none of the three programming languages is 20.
Using the 3-set inclusion-exclusion formula, the total number of engineers proficient in at least one programming language is 110+85+75(40+35+30)+15=180110 + 85 + 75 - (40 + 35 + 30) + 15 = 180. Subtracting this from the total sample size of 200200 yields 200180=20200 - 180 = 20 engineers proficient in none of the three languages.

Step-by-Step Solution

1
State the Principle of Inclusion-Exclusion formula for three sets.
N(At least one)=N(P)+N(J)+N(C)[N(PJ)+N(JC)+N(PC)]+N(PJC)N(\text{At least one}) = N(P) + N(J) + N(C) - [N(P \cap J) + N(J \cap C) + N(P \cap C)] + N(P \cap J \cap C)
To find the total number of engineers in at least one category without double-counting overlapping groups.
2
Substitute the given values into the formula.
N(At least one)=110+85+75(40+35+30)+15=270105+15=180N(\text{At least one}) = 110 + 85 + 75 - (40 + 35 + 30) + 15 = 270 - 105 + 15 = 180
Calculate the total number of unique engineers who know at least one language.
3
Subtract the number of engineers proficient in at least one language from the total population.
N(None)=200180=20N(\text{None}) = 200 - 180 = 20
The total population consists of engineers proficient in at least one language plus those proficient in none.

Key Concept

Three-Set Overlapping Venn Diagrams and the Principle of Inclusion-Exclusion
Estimated Time:2m 0s
Question 10Question

In a medical study involving 300300 clinical trial participants, researchers recorded the occurrence of three common side effects: fatigue, nausea, and insomnia. A total of 160160 participants reported fatigue, 140140 reported nausea, and 120120 reported insomnia. Additionally, 6060 participants reported both fatigue and nausea, 5050 reported both fatigue and insomnia, and 5555 reported both nausea and insomnia. If 3030 participants reported none of these three side effects, how many participants reported exactly two of these side effects?

Show answer & explanation

Answer: 120

Answer

120 participants reported exactly two of the side effects.
To calculate the number of participants with exactly two side effects, first find the total number of participants experiencing at least one side effect (30030=270300 - 30 = 270). Next, using the inclusion-exclusion formula 270=160+140+120(60+50+55)+x270 = 160 + 140 + 120 - (60 + 50 + 55) + x, we find that x=15x = 15 participants experienced all three side effects. Finally, subtracting 1515 from each pairwise overlap gives the counts for exactly two side effects: 4545 (Fatigue & Nausea only), 3535 (Fatigue & Insomnia only), and 4040 (Nausea & Insomnia only). Summing these regions yields 45+35+40=12045 + 35 + 40 = 120.

Step-by-Step Solution

1
Calculate the total number of participants who experienced at least one side effect
270 participants
Subtracting the 30 participants who reported no side effects from the total study size of 300 gives FNI=30030=270|F \cup N \cup I| = 300 - 30 = 270.
2
Determine the number of participants who experienced all three side effects
15 participants
Applying inclusion-exclusion gives 270=160+140+120(60+50+55)+x270 = 160 + 140 + 120 - (60 + 50 + 55) + x, simplifying to 270=255+x270 = 255 + x, so x=15x = 15.
3
Calculate the sum of participants experiencing exactly two side effects
120 participants
The sum of pairwise intersections (60+50+55=16560 + 50 + 55 = 165) counts individuals with all three side effects three times. Subtracting 3×15=453 \times 15 = 45 from 165165 yields 120120.

Key Concept

Three-Set Overlapping Sets and Inclusion-Exclusion Principle
Estimated Time:2m 0s
Question 11Question

In a biotechnology laboratory with 200200 research scientists, a survey was conducted regarding the use of three analytical instruments: Mass Spectrometers, NMR Spectrometers, and X-ray Diffractometers. The survey revealed that 9595 scientists use Mass Spectrometers, 8080 use NMR Spectrometers, and 7575 use X-ray Diffractometers. Exactly 2020 scientists use only Mass Spectrometers and NMR Spectrometers, exactly 1515 use only NMR Spectrometers and X-ray Diffractometers, and exactly 1010 use only Mass Spectrometers and X-ray Diffractometers. If 1515 scientists use all three instruments, how many scientists do not use any of these three instruments?

Show answer & explanation

Answer: 2525

Answer

25 scientists do not use any of the three instruments.
The total number of scientists using at least one instrument is calculated by summing all disjoint regions: the scientists using only one instrument (50+30+35=11550 + 30 + 35 = 115), the scientists using exactly two instruments (20+15+10=4520 + 15 + 10 = 45), and the scientists using all three instruments (1515). This yields 115+45+15=175115 + 45 + 15 = 175 scientists who use at least one instrument. Subtracting this from the total sample of 200200 scientists gives 200175=25200 - 175 = 25 scientists who use none of the three instruments.

Step-by-Step Solution

1
Identify the number of scientists in each distinct overlapping region
Regions with exactly two instruments are given as 20, 15, and 10. The region with all three instruments is 15.
To find the number of single-instrument users without double-counting, all overlapping regions must be isolated.
2
Calculate the number of scientists using only one instrument
Mass Spectrometers only: 95(20+10+15)=5095 - (20 + 10 + 15) = 50. NMR Spectrometers only: 80(20+15+15)=3080 - (20 + 15 + 15) = 30. X-ray Diffractometers only: 75(10+15+15)=3575 - (10 + 15 + 15) = 35.
Subtracting all shared regions from each set's total yields the exclusive users of that single instrument.
3
Sum all mutually exclusive regions to find the total number of scientists using at least one instrument
Total using at least one = (Only 1 instrument) + (Only 2 instruments) + (All 3 instruments) = (50+30+35)+(20+15+10)+15=115+45+15=175(50 + 30 + 35) + (20 + 15 + 10) + 15 = 115 + 45 + 15 = 175.
The sum of disjoint regions equals the cardinality of the union of all three sets.
4
Subtract the number of scientists using at least one instrument from the total surveyed scientists
Scientists using none = 200175=25200 - 175 = 25.
The set of scientists using none of the instruments is the complement of the union set.

Key Concept

3-Set Venn Diagram Inclusion-Exclusion Principle

Alternative Method

Using the 3-Set Inclusion-Exclusion formula: Total = |A| + |B| + |C| - (|A∩B| + |B∩C| + |A∩C|) + |A∩B∩C| + Neither. Note that |A∩B| = (only A and B) + |A∩B∩C| = 20 + 15 = 35, |B∩C| = 15 + 15 = 30, and |A∩C| = 10 + 15 = 25. Thus, 200 = 95 + 80 + 75 - (35 + 30 + 25) + 15 + Neither => 200 = 250 - 90 + 15 + Neither => 200 = 175 + Neither => Neither = 25.
Estimated Time:2m 0s
Question 12Question

A set of 77 positive integers has an arithmetic mean of 1616, a median of 1515, a unique mode of 1212, and a range of 1414. What is the maximum possible value of the largest integer in this set?

Show answer & explanation

Answer: 26

Answer

The maximum possible value of the largest integer in the set is 26.
The total sum of the 7 positive integers is 7×16=1127 \times 16 = 112. Ordering the terms as abcdefga \le b \le c \le d \le e \le f \le g, the median constraint gives d=15d = 15. The range constraint gives ga=14g - a = 14, or g=a+14g = a + 14. To maximize gg, we need to maximize aa. Because 12 is the unique mode of the set, 12 must appear at least twice. Since d=15d = 15, the number 12 can only occupy positions a,b,a, b, or cc, which means a12a \le 12. Setting a=12a = 12 gives the maximum value g=12+14=26g = 12 + 14 = 26. A valid set achieving this is {12,12,12,15,15,20,26}\{12, 12, 12, 15, 15, 20, 26\}, which sums to 112 and meets all statistical constraints.

Step-by-Step Solution

1
Determine the sum of the set
Sum = 112
The mean of 7 positive integers is 16, so the sum is 7 times 16.
2
Apply median and range constraints
d = 15 and a = g - 14
In a sorted set of 7 integers, the 4th element is the median (15), and range is the difference between the largest element g and smallest element a.
3
Bound the smallest element using the mode constraint
a <= 12, so max g = 12 + 14 = 26
Since 12 is the unique mode, it must occur at least twice. Because elements are sorted and median is 15, 12 must be among the first three terms, so the smallest element a cannot exceed 12.
4
Verify existence of a valid set with g = 26
Set {12, 12, 12, 15, 15, 20, 26} satisfies all conditions
The sum is 112, median is 15, mode is 12 (appears 3 times), and range is 26 - 12 = 14.

Key Concept

Extremal problems involving mean, median, mode, and range constraints
Question 13Question

A artisanal coffee shop creates a custom blend using three grades of coffee beans: Grade P costing 10perpound,GradeQcosting10 per pound, Grade Q costing 15 per pound, and Grade R costing 25perpound.TheweightratioofGradePtoGradeQinthemixtureis25 per pound. The weight ratio of Grade P to Grade Q in the mixture is 3 : 2 .Iftheweightedaveragecostofthetotalmixtureis. If the weighted average cost of the total mixture is 18 per pound, what fraction of the total mixture, by weight, consists of Grade R?

Show answer & explanation

Answer: 613\frac{6}{13}

Answer

The fraction of the total mixture, by weight, that consists of Grade R is 613\frac{6}{13}.
First, find the weighted average price of Grades P and Q together using their given weight ratio of 3:23 : 2: 3(10)+2(15)3+2=605=$12\frac{3(10) + 2(15)}{3 + 2} = \frac{60}{5} = \$12 per pound. Next, treat the entire mixture as a combination of two parts: the (P+Q) group at 12perpoundandGradeRat12 per pound and Grade R at 25 per pound. Let WPQW_{PQ} be the weight of the (P+Q) group and WRW_R be the weight of Grade R. Setting up the weighted average gives 12WPQ+25WR=18(WPQ+WR)12 W_{PQ} + 25 W_R = 18(W_{PQ} + W_R), which simplifies to 7WR=6WPQ7 W_R = 6 W_{PQ}, or WR=67WPQW_R = \frac{6}{7} W_{PQ}. The fraction of the total mixture represented by Grade R is WRWPQ+WR=6/7WPQWPQ+6/7WPQ=613\frac{W_R}{W_{PQ} + W_R} = \frac{6/7 W_{PQ}}{W_{PQ} + 6/7 W_{PQ}} = \frac{6}{13}.

Step-by-Step Solution

1
Calculate the average cost per pound of the combined P and Q mixture.
Average cost of P and Q mixture = 3($10)+2($15)3+2=30+305=$12\frac{3(\$10) + 2(\$15)}{3 + 2} = \frac{30 + 30}{5} = \$12 per pound.
Since Grade P and Grade Q are present in a weight ratio of 3:23 : 2, their combined per-pound cost must be weighted by these relative amounts.
2
Set up a weighted average equation for the combined mixture of (P + Q) and Grade R.
Let WPQW_{PQ} be the weight of the P and Q combined mixture, and WRW_R be the weight of Grade R. The total cost equation is 12WPQ+25WR=18(WPQ+WR)12 W_{PQ} + 25 W_R = 18 (W_{PQ} + W_R).
The entire mixture consists of the combined P+Q component costing 12/lbandGradeRcosting12/lb and Grade R costing 25/lb, yielding a final weighted average of $18/lb.
3
Solve for the ratio of WRW_R to WPQW_{PQ}.
12WPQ+25WR=18WPQ+18WR    7WR=6WPQ    WRWPQ=6712 W_{PQ} + 25 W_R = 18 W_{PQ} + 18 W_R \implies 7 W_R = 6 W_{PQ} \implies \frac{W_R}{W_{PQ}} = \frac{6}{7}.
Expanding and rearranging terms isolates the relationship between the weight of Grade R and the combined weight of Grades P and Q.
4
Convert the part-to-part ratio into the part-to-whole fraction for Grade R.
\text{Fraction of Grade R} = \frac{W_R}{W_{PQ} + W_R} = \frac{6}{7 + 6} = \frac{6}{13}.
The question asks for the fraction of the total mixture, which requires dividing the weight of Grade R by the total combined weight of all three grades.

Key Concept

Weighted Average of Sub-groups and Combined Sets
Estimated Time:2m 0s
Question 14Question

Data set SS consists of the four integers 4,8,12,4, 8, 12, and 1616. A fifth integer kk, which is greater than the mean of data set SS, is added to the set to form data set T={4,8,12,16,k}T = \{4, 8, 12, 16, k\}. If the standard deviation of data set TT is equal to the standard deviation of data set SS, what is the value of kk?

Show answer & explanation

Answer: 15

Answer

The value of kk is 15.
The variance of the original set S={4,8,12,16}S = \{4, 8, 12, 16\} is 20 with a mean of 10. Adding kk creates a 5-element set TT with mean 40+k5\frac{40+k}{5}. Setting the variance of set TT equal to 20 yields the quadratic equation k220k+75=0k^2 - 20k + 75 = 0, which factors as (k5)(k15)=0(k-5)(k-15) = 0. Since kk must be greater than 10, the correct answer is 15.

Step-by-Step Solution

1
Calculate the mean and variance of data set SS.
Mean μS=10\mu_S = 10 and variance σS2=20\sigma_S^2 = 20.
Determining the baseline mean and variance for the initial dataset of 4 elements.
2
Express the mean and variance of data set T={4,8,12,16,k}T = \{4, 8, 12, 16, k\} algebraically in terms of kk.
Mean μT=40+k5\mu_T = \frac{40+k}{5} and variance σT2=480+k25(40+k5)25\sigma_T^2 = \frac{480 + k^2 - 5\left(\frac{40+k}{5}\right)^2}{5}.
Formulating the standard deviation equation for the expanded dataset.
3
Equate σT2\sigma_T^2 to σS2=20\sigma_S^2 = 20 and solve for kk.
The resulting quadratic equation k220k+75=0k^2 - 20k + 75 = 0 yields solutions k=5k = 5 and k=15k = 15.
Finding all potential values of kk that leave the dataset's standard deviation unchanged.
4
Apply the condition that kk must be strictly greater than the mean of data set SS (μS=10\mu_S = 10).
k=15k = 15.
Rejecting k=5k = 5 because it is less than 10.

Key Concept

Standard deviation measures the average distance of data points from the mean. Adding a value to a dataset shifts the mean and alters variance; finding when the standard deviation remains unchanged requires solving the quadratic relationship generated by the addition of the new element.
Question 15Question

A survey asked consumers to rate a new service on a scale from 11 to 55. The table below shows the frequency of each rating received, where kk is a positive integer:

RatingFrequency
14
26
37
4kk
55

If the median rating of all responses is equal to the arithmetic mean of all responses, what is the value of kk?

Show answer & explanation

Answer: 44

Answer

44
The option stating 44 is correct because with k=4k = 4, the total number of responses is 22+4=2622 + 4 = 26 and the sum of all ratings is 62+4(4)=7862 + 4(4) = 78. The mean is 7826=3\frac{78}{26} = 3. The median of 2626 ordered values is the average of the 13th and 14th values, both of which are 33. Thus, the mean equals the median.

Step-by-Step Solution

1
Calculate total number of data points and total sum in terms of kk
Total responses N=4+6+7+k+5=22+kN = 4 + 6 + 7 + k + 5 = 22 + k. Total sum =1(4)+2(6)+3(7)+4(k)+5(5)=4+12+21+4k+25=62+4k= 1(4) + 2(6) + 3(7) + 4(k) + 5(5) = 4 + 12 + 21 + 4k + 25 = 62 + 4k.
The mean of a frequency distribution is the total weighted sum divided by the total frequency.
2
Determine the median rating
Ratings 1,2,31, 2, 3 account for the first 4+6+7=174 + 6 + 7 = 17 responses. For small positive integer values of kk, the middle position(s) fall within the rating of 33, so the median rating is 33.
Since more than half of the initial 2222 data points are 33 or below (specifically positions 11 through 17 are 3s), the median is 33 for k12k \le 12.
3
Equate the arithmetic mean to the median and solve for kk
\frac{62 + 4k}{22 + k} = 3 \implies 62 + 4k = 3(22 + k) \implies 62 + 4k = 66 + 3k \implies k = 4.
Setting the mean formula equal to the median value of 33 allows solving for kk algebraically.

Key Concept

Weighted Mean and Frequency Distribution Median
Estimated Time:1m 30s
Question 16Question

A set SS consists of 66 distinct positive integers. The arithmetic mean of the integers in SS is 1515, and the median of SS is 1414. If the largest integer in SS is 2828, what is the greatest possible value of the second-largest integer in SS?

Show answer & explanation

Answer: 2727

Answer

The greatest possible value of the second-largest integer in the set is 2727.
The correct option is 2727. With 66 distinct positive integers x1<x2<x3<x4<x5<x6x_1 < x_2 < x_3 < x_4 < x_5 < x_6, the total sum is 6×15=906 \times 15 = 90. The median gives x3+x4=28x_3 + x_4 = 28. Given x6=28x_6 = 28, we have x1+x2+x5=34x_1 + x_2 + x_5 = 34. Since all integers are distinct and 2828 is the largest, x5x_5 must be strictly less than 2828, making 2727 the maximum integer bound. Setting x5=27x_5 = 27 allows x1=1,x2=6,x3=13,x4=15,x5=27,x6=28x_1 = 1, x_2 = 6, x_3 = 13, x_4 = 15, x_5 = 27, x_6 = 28, which satisfies every requirement of the problem.

Step-by-Step Solution

1
Determine the total sum of the 66 integers.
Sum = 6×15=906 \times 15 = 90.
Since the mean of 66 integers is 1515, the sum of all elements equals the count multiplied by the mean.
2
Express the median condition algebraically.
Let the ordered set be x1<x2<x3<x4<x5<x6x_1 < x_2 < x_3 < x_4 < x_5 < x_6. Then x3+x42=14    x3+x4=28\frac{x_3 + x_4}{2} = 14 \implies x_3 + x_4 = 28.
For an even number of terms (n=6n=6), the median is the average of the 3rd and 4th terms.
3
Substitute known values into the sum equation.
x1+x2+(x3+x4)+x5+x6=90    x1+x2+28+x5+28=90    x1+x2+x5=34x_1 + x_2 + (x_3 + x_4) + x_5 + x_6 = 90 \implies x_1 + x_2 + 28 + x_5 + 28 = 90 \implies x_1 + x_2 + x_5 = 34.
We know x3+x4=28x_3 + x_4 = 28 and x6=28x_6 = 28 (the largest integer).
4
Apply constraints to maximize x5x_5.
Since x6=28x_6 = 28 is the largest element and all integers are distinct, x5<28x_5 < 28, so x527x_5 \le 27. Testing x5=27x_5 = 27 yields x1+x2=3427=7x_1 + x_2 = 34 - 27 = 7.
To verify x5=27x_5 = 27 is achievable, choose distinct positive integers x1=1,x2=6,x3=13,x4=15,x5=27,x6=28x_1 = 1, x_2 = 6, x_3 = 13, x_4 = 15, x_5 = 27, x_6 = 28, which satisfies all conditions.

Key Concept

Mean and Median Properties in Constrained Sets
Question 17Question

The numbers of packages delivered by a courier on seven consecutive days are listed below:

5,13,2,10,15,7,45, 13, 2, 10, 15, 7, 4

What is the median number of packages delivered per day over this seven-day period?

Show answer & explanation

Answer: 77

Answer

The median number of packages delivered per day is 77.
To find the median of a dataset, the values must first be arranged in ascending order: 2,4,5,7,10,13,152, 4, 5, 7, 10, 13, 15. Since there are 77 numbers, the median is the 44 th number in the ordered list, which is 77.

Step-by-Step Solution

1
Arrange the data values in ascending order.
The ordered set is 2,4,5,7,10,13,152, 4, 5, 7, 10, 13, 15.
Finding the median requires ordering the data sequentially first.
2
Identify the middle term of the ordered set containing 77 values.
The middle term is the 7+12=4\frac{7+1}{2} = 4 th value, which is 77.
For an odd number of data points NN, the median is the N+12\frac{N+1}{2} th element.

Key Concept

Median of a finite data set
Estimated Time:45s
Question 18Question

An analytics team tracked the monthly recurring revenue (in thousands of dollars) for 10 distinct client accounts of a SaaS company. The arithmetic mean of the monthly revenues across these 10 accounts was $45\$45 thousand, and the median monthly revenue was $38\$38 thousand. If the revenue for each account was a distinct positive integer (in thousands of dollars), what is the maximum possible monthly revenue, in thousands of dollars, generated by the single highest-performing account?

Show answer & explanation

Answer: 241

Answer

The maximum possible monthly revenue generated by the single highest-performing account is 241 thousand dollars.
The total sum of the 10 distinct positive integer revenues is 10×45=45010 \times 45 = 450 thousand dollars. To maximize the largest term (x10x_{10}), the sum of the remaining 9 terms (x1x_1 through x9x_9) must be minimized. The smallest 4 positive integers are 1,2,3,41, 2, 3, 4 (sum = 1010). Given a median of 38, the two central terms must satisfy x5+x6=76x_5 + x_6 = 76. Because all values are distinct integers and x5<x6x_5 < x_6, the smallest possible integer value for x6x_6 is 39 (making x5=37x_5 = 37). To minimize x7,x8,x9x_7, x_8, x_9, they should be the smallest distinct integers greater than 39, which are 40,41,4240, 41, 42. Summing these minimal values gives 10+76+40+41+42=20910 + 76 + 40 + 41 + 42 = 209. Subtracting this sum from the total sum yields 450209=241450 - 209 = 241 thousand dollars.

Step-by-Step Solution

1
Calculate the total revenue across all 10 client accounts.
Total sum = 10×45=45010 \times 45 = 450 thousand dollars.
The sum of a data set is equal to the number of elements multiplied by the arithmetic mean.
2
Use the median to determine the sum of the 5th and 6th terms.
Since n=10n = 10, the median is x5+x62=38\frac{x_5 + x_6}{2} = 38, so x5+x6=76x_5 + x_6 = 76.
In an ordered set of an even number of elements, the median is the average of the two central terms.
3
Formulate the minimization strategy to maximize the largest term (x10x_{10}).
To maximize x10=450(x1+x2++x9)x_{10} = 450 - (x_1 + x_2 + \dots + x_9), minimize the sum of the first 9 terms.
For a fixed sum, maximizing one element requires minimizing all other elements in the set.
4
Minimize the first four terms (x1,x2,x3,x4x_1, x_2, x_3, x_4).
Assign x1=1,x2=2,x3=3,x4=4x_1 = 1, x_2 = 2, x_3 = 3, x_4 = 4, which sum to 1010.
The revenues are distinct positive integers, so the smallest possible values are the first 4 positive integers.
5
Minimize x6x_6 to minimize the subsequent terms (x7,x8,x9x_7, x_8, x_9).
Since x5<x6x_5 < x_6 and x5+x6=76x_5 + x_6 = 76, the smallest integer value for x6x_6 is 3939 (which sets x5=37x_5 = 37). Then set x7=40,x8=41,x9=42x_7 = 40, x_8 = 41, x_9 = 42.
Minimizing x6x_6 allows x7,x8,x9x_7, x_8, x_9 to take the smallest possible distinct integer values greater than x6x_6.
6
Calculate the maximum value for x10x_{10}.
x10=450(10+76+40+41+42)=450209=241x_{10} = 450 - (10 + 76 + 40 + 41 + 42) = 450 - 209 = 241.
Subtracting the minimal sum of the first 9 elements from the total sum gives the theoretical maximum for the 10th term.

Key Concept

Extremal optimization of distinct statistics data sets given mean and median constraints
Question 19Question

A data set consists of 6060 distinct test scores arranged in ascending order. The 70th70\text{th} percentile of this data set is equal to the 42nd42\text{nd} score. If 1515 new test scores, all strictly lower than the lowest score in the original data set, are added to form a new data set of 7575 scores, what is the percentile rank of the score that was the 70th70\text{th} percentile of the original data set?

Show answer & explanation

Answer: 76

Answer

76
The target score originally occupied position 42 in an ordered set of 60 values. When 15 values strictly smaller than all original values are introduced, they occupy the first 15 positions in the new ordered set. Consequently, the target score shifts to position 42 + 15 = 57 in the new set of 75 values. The percentile rank corresponds to the percentage of values at or below this position, calculated as (57 / 75) * 100% = 76%.

Step-by-Step Solution

1
Determine the rank position of the original 70th percentile score
The target score is at position 42 in the original sorted set of 60 scores.
The stem specifies that the 70th percentile corresponds to the 42nd score.
2
Calculate the target score's position in the expanded data set
The target score is now at position 57 in the new sorted set of 75 scores.
Since 15 scores smaller than the original minimum are prepended, every original score's rank position increases by 15. Thus, position 42 becomes position 42 + 15 = 57.
3
Compute the percentile rank of position 57 out of 75
76
The percentile rank is the percentage of values less than or equal to this score in the new set: (57 / 75) * 100% = 76%.

Key Concept

Percentile Rank and Rank Position Shifts
Question 20Question

A quality control analyst measured the shelf life, in days, of a sample of 8080 manufactured batteries, where each battery had a distinct shelf life. Battery XX had a shelf life at the 65th65\text{th} percentile of the sample. If 2020 additional batteries are subsequently tested and every one of these 2020 batteries has a shelf life strictly greater than Battery XX, what is the percentile rank of Battery XX's shelf life in the combined sample of 100100 batteries?

Show answer & explanation

Answer: 52nd52\text{nd} percentile

Answer

The 52nd52\text{nd} percentile
In the initial sample of 8080 batteries, a shelf life at the 65th65\text{th} percentile means that 65%65\% of 8080 batteries, or 5252 batteries, have a shelf life less than or equal to Battery XX. When 2020 new batteries are added—all with shelf lives strictly greater than Battery XX—the new total number of batteries is 100100, while the number of batteries with shelf life less than or equal to Battery XX remains 5252. Thus, Battery XX is at the 52100×100%=52nd\frac{52}{100} \times 100\% = 52\text{nd} percentile of the combined sample.

Step-by-Step Solution

1
Determine the number of batteries in the original sample with a shelf life less than or equal to Battery X
Since 65%65\% of the original 8080 batteries are at or below Battery XX, 0.65×80=520.65 \times 80 = 52 batteries.
By definition, a percentile rank of 6565 in a dataset of size NN represents 65%65\% of the data points at or below that score.
2
Calculate the total number of batteries in the combined dataset
80+20=10080 + 20 = 100 batteries.
Adding 2020 new batteries increases the sample size from 8080 to 100100.
3
Determine the number of batteries at or below Battery X in the combined dataset
The count remains 5252 batteries.
All 2020 newly added batteries have shelf lives strictly greater than Battery XX, so none of them fall at or below Battery XX.
4
Calculate the new percentile rank of Battery X
\frac{52}{100} \times 100\% = 52\text{nd percentile}.
The percentile rank is the percentage of total data points in the combined sample that are less than or equal to Battery XX.

Key Concept

Percentile rank represents the proportion of values in a dataset that are less than or equal to a given value. When a dataset expands by adding values strictly above a target value, the number of values at or below the target remains constant while the total sample size increases.
Estimated Time:1m 30s
Page 1 / 4Next