Statistics and Data Analysis

77 questions

Question 61Question

A quality control inspector evaluates components from two separate production lines. Line 1 produces a batch of 1212 components containing 44 defective and 88 non-defective components. Line 2 produces a batch of 1010 components containing 22 defective and 88 non-defective components. The inspector randomly selects 22 components from Line 1's batch without replacement, and then randomly selects 11 component from Line 2's batch. What is the probability that exactly two of the three selected components are defective?

Show answer & explanation

Answer: 28165\frac{28}{165}

Answer

The probability that exactly two of the three selected components are defective is 28165\frac{28}{165}.
To find the probability of selecting exactly two defective components across both production lines, we sum the probabilities of two mutually exclusive events: (1) selecting two defective components from Line 1 (without replacement) and one non-defective component from Line 2, which has probability 412×311×810=12165\frac{4}{12} \times \frac{3}{11} \times \frac{8}{10} = \frac{12}{165}; and (2) selecting one defective and one non-defective component from Line 1 and one defective component from Line 2, which has probability 2×412×811×210=161652 \times \frac{4}{12} \times \frac{8}{11} \times \frac{2}{10} = \frac{16}{165}. Adding these gives 12165+16165=28165\frac{12}{165} + \frac{16}{165} = \frac{28}{165}.

Step-by-Step Solution

1
Identify the mutually exclusive cases that yield exactly two defective components.
Case 1: Draw 2 defective components from Line 1 AND 1 non-defective component from Line 2.
Case 2: Draw 1 defective and 1 non-defective component from Line 1 AND 1 defective component from Line 2.
The overall target outcome can be satisfied in two distinct ways depending on which line provides the defective components.
2
Calculate the probability for Case 1.
P(Case 1)=(412×311)×810=111×45=455=12165P(\text{Case 1}) = \left(\frac{4}{12} \times \frac{3}{11}\right) \times \frac{8}{10} = \frac{1}{11} \times \frac{4}{5} = \frac{4}{55} = \frac{12}{165}.
Drawing without replacement from Line 1 gives a probability of 412×311=111\frac{4}{12} \times \frac{3}{11} = \frac{1}{11}. Multiplying by the probability of picking a non-defective component from Line 2 (810\frac{8}{10}) yields 455\frac{4}{55}.
3
Calculate the probability for Case 2.
P(Case 2)=(2×412×811)×210=1633×15=16165P(\text{Case 2}) = \left(2 \times \frac{4}{12} \times \frac{8}{11}\right) \times \frac{2}{10} = \frac{16}{33} \times \frac{1}{5} = \frac{16}{165}.
The probability of getting 1 defective and 1 non-defective component from Line 1 in 2 draws without replacement is 2×412×811=16332 \times \frac{4}{12} \times \frac{8}{11} = \frac{16}{33}. Multiplying by the probability of picking a defective component from Line 2 (210\frac{2}{10}) yields 16165\frac{16}{165}.
4
Sum the probabilities of Case 1 and Case 2.
P(Total)=12165+16165=28165P(\text{Total}) = \frac{12}{165} + \frac{16}{165} = \frac{28}{165}.
Since the two cases are mutually exclusive, their individual probabilities are added.

Key Concept

Probability of Independent and Dependent Events
Estimated Time:2m 0s
Question 62Question

A panel discussion features 6 participants: 3 scientists, 2 economists, and 1 moderator. In how many different linear seating arrangements can these 6 participants be seated in a single row of 6 chairs if all 3 scientists must sit in adjacent seats?

Show answer & explanation

Answer: 144144

Answer

The total number of valid seating arrangements is 144.
To arrange participants under the condition that all 3 scientists sit together, treat the 3 scientists as a single block. This leaves 4 units to arrange: 1 block of scientists, 2 economists, and 1 moderator. These 4 units can be arranged in a row in 4!=244! = 24 ways. Furthermore, within the scientist block, the 3 individual scientists can be arranged in 3!=63! = 6 distinct orders. By the fundamental counting principle, multiplying the arrangements of the main units by the internal arrangements of the block gives 24×6=14424 \times 6 = 144 total valid seating arrangements.

Step-by-Step Solution

1
Group the restricted items into a single block.
Treat the 3 scientists as 1 single block unit.
Because the 3 scientists must sit together in adjacent seats, they move as a single block along with the other participants.
2
Calculate the number of arrangements for the distinct units.
There are 4 units to arrange (1 scientist block + 2 economists + 1 moderator), giving 4!=244! = 24 arrangements.
The Fundamental Counting Principle states that nn distinct items can be linearly arranged in n!n! ways.
3
Calculate the internal arrangements within the block.
The 3 scientists can be arranged among themselves within their block in 3!=63! = 6 ways.
The order of the individual scientists inside the block matters.
4
Multiply the unit arrangements by the internal arrangements.
Total arrangements = 4!×3!=24×6=1444! \times 3! = 24 \times 6 = 144.
By the multiplication principle, the total ways to complete both independent arrangement tasks is the product of their individual possibilities.

Key Concept

Permutations with Adjacency Restrictions (Block Method)
Estimated Time:1m 30s
Question 63Question

A container holds 66 red tokens and nn blue tokens, where nn is a positive integer. Two tokens are drawn at random from the container one after another without replacement. If the probability that the first token drawn is red and the second token drawn is blue is equal to 935\frac{9}{35}, what is the value of nn?

Show answer & explanation

Answer: 9

Answer

The value of nn is 99.
By applying the multiplication rule for dependent events without replacement, the probability is 66+n×n5+n=935\frac{6}{6+n} \times \frac{n}{5+n} = \frac{9}{35}. Simplifying and solving the resulting quadratic equation 3n237n+90=03n^2 - 37n + 90 = 0 yields n=9n = 9 as the only integer solution.

Step-by-Step Solution

1
Formulate the joint probability for dependent events.
The probability of drawing a red token first then a blue token second is 66+n×n5+n\frac{6}{6+n} \times \frac{n}{5+n}.
Because sampling is done without replacement, the total number of remaining tokens decreases from 6+n6+n to 5+n5+n for the second draw.
2
Set up the algebraic equation with the given probability.
6n(6+n)(5+n)=935\frac{6n}{(6+n)(5+n)} = \frac{9}{35}
Equate the theoretical probability expression to the given value 935\frac{9}{35}.
3
Simplify and expand the equation.
Divide both sides of the numerator by 33: \frac{2n}{n^2 + 11n + 30} = \frac{3}{35}. Cross-multiplying yields 70n=3n2+33n+9070n = 3n^2 + 33n + 90.
Simplifying ratios makes polynomial expansion easier.
4
Solve the quadratic equation for nn.
Rearrange to 3n237n+90=03n^2 - 37n + 90 = 0, which factors into (3n10)(n9)=0(3n - 10)(n - 9) = 0.
Find the roots of the quadratic equation.
5
Select the valid integer solution.
Since nn must be an integer count of tokens, n=9n = 9 (rejecting n=103n = \frac{10}{3}).
The number of tokens nn must be a whole number.

Key Concept

Probability of Dependent Events (Sampling Without Replacement)
Question 64Question

A researcher recorded six test measurements arranged in ascending order: 1,2,8,x,y,151, 2, 8, x, y, 15. If the unique mode of the data set is 88 and the arithmetic mean of the measurements is equal to their median, what is the value of yy?

Show answer & explanation

Answer: 14

Answer

14
Because the data set is arranged in ascending order, the elements satisfy 128xy151 \le 2 \le 8 \le x \le y \le 15. For 88 to be the unique mode, 88 must appear more times than any other number, which forces x=8x = 8. The median of a 66-element set is the average of the 3rd3^{\text{rd}} and 4th4^{\text{th}} elements, which are both 88, making the median 88. Setting the mean 1+2+8+8+y+156=34+y6\frac{1 + 2 + 8 + 8 + y + 15}{6} = \frac{34 + y}{6} equal to 88 gives 34+y=4834 + y = 48, which yields y=14y = 14. Since 814158 \le 14 \le 15, this maintains the ascending order and unique mode condition.

Step-by-Step Solution

1
Determine the value of x
x = 8
The set is given in ascending order (1 <= 2 <= 8 <= x <= y <= 15). For 8 to be the unique mode, 8 must appear at least twice, which requires x = 8.
2
Calculate the median of the data set
Median = 8
With 6 elements, the median is the average of the 3rd and 4th elements: (8 + 8) / 2 = 8.
3
Set up the equation for the arithmetic mean
(34 + y) / 6 = 8
The sum of the six numbers is 1 + 2 + 8 + 8 + y + 15 = 34 + y. Since the mean equals the median, the mean must equal 8.
4
Solve for y
y = 14
Multiplying both sides by 6 gives 34 + y = 48, so y = 48 - 34 = 14.

Key Concept

Using statistical properties (mean, median, mode) of an ordered set to determine unknown values
Estimated Time:1m 15s
Question 65Question

A dataset XX consists of five positive integers with a mean of 12, a median of 12, a unique mode of 12, and a range of 8. If σ2\sigma^2 represents the variance (the square of the standard deviation) of dataset XX, what is the maximum possible value of σ2\sigma^2?

Show answer & explanation

Answer: 7.67.6

Answer

The maximum possible value of the variance σ2\sigma^2 is 7.67.6.
To maximize variance σ2=15(xi12)2\sigma^2 = \frac{1}{5}\sum (x_i - 12)^2, data points must be placed as far from the mean of 12 as possible. For five ordered positive integers abcdea \le b \le c \le d \le e, the mean of 12 gives a+b+c+d+e=60a+b+c+d+e=60, the median of 12 gives c=12c=12, and the range of 8 gives e=a+8e=a+8. Substituting yields 2a+b+d=402a+b+d=40. Since b12b \le 12 and da+8d \le a+8, b+da+20b+d \le a+20, leading to 3a203a \ge 20, so a7a \ge 7. Testing a=7a=7 gives e=15e=15 and b+d=26b+d=26. To keep 12 as the unique mode, b=12b=12 and d=14d=14, forming dataset {7,12,12,14,15}\{7, 12, 12, 14, 15\}. The squared deviations from 12 are (5)2+02+02+22+32=25+0+0+4+9=38(-5)^2 + 0^2 + 0^2 + 2^2 + 3^2 = 25 + 0 + 0 + 4 + 9 = 38. Dividing by 5 yields the maximum variance of 7.67.6.

Step-by-Step Solution

1
Express the five integers in ascending order and set up equations from given statistics.
Let the integers be abcdea \le b \le c \le d \le e. Mean = 12 implies a+b+c+d+e=60a + b + c + d + e = 60. Median = 12 implies c=12c = 12. Range = 8 implies e=a+8e = a + 8.
Translating statistical measures into algebraic constraints provides the boundary conditions for the dataset.
2
Substitute known values into the sum equation and determine constraints on aa.
a+b+12+d+(a+8)=60    2a+b+d=40a + b + 12 + d + (a + 8) = 60 \implies 2a + b + d = 40. Since b12b \le 12 and de=a+8d \le e = a + 8, we have b+da+20b + d \le a + 20. Thus 2a+(a+20)40    3a20    a72a + (a + 20) \ge 40 \implies 3a \ge 20 \implies a \ge 7.
Determining the minimum value of aa is critical because smaller values of aa allow larger deviations from the mean of 12.
3
Evaluate valid dataset configurations for a=7a = 7 that satisfy the unique mode condition.
If a=7a = 7, then e=15e = 15, and b+d=26b + d = 26. With b12b \le 12 and d15d \le 15, and requiring 12 to be the unique mode, the only valid integer set is {7,12,12,14,15}\{7, 12, 12, 14, 15\}.
The set must maintain 12 as the unique mode while maximizing the dispersion of values.
4
Calculate the variance σ2\sigma^2 for the set {7,12,12,14,15}\{7, 12, 12, 14, 15\}.
Deviations from 12 are 5,0,0,2,3-5, 0, 0, 2, 3. Squared deviations are 25,0,0,4,925, 0, 0, 4, 9. Sum of squared deviations = 38. Variance σ2=385=7.6\sigma^2 = \frac{38}{5} = 7.6.
Variance is defined as the mean of the squared deviations from the dataset mean.

Key Concept

Properties of Variance and Standard Deviation under Range and Central Tendency Constraints
Question 66Question

A committee of 1010 members consists of 55 senior directors and 55 junior associates. If 33 committee members are selected at random one after another without replacement, what is the probability that exactly 22 of the selected members are senior directors?

Show answer & explanation

Answer: 512\frac{5}{12}

Answer

The probability that exactly 22 of the selected members are senior directors is 512\frac{5}{12}.
The correct answer is found by taking into account that the selections are dependent events without replacement. The probability of selecting senior directors on the first two draws and a junior associate on the third is 510×49×58=536\frac{5}{10} \times \frac{4}{9} \times \frac{5}{8} = \frac{5}{36}. Because there are 33 possible mutually exclusive orders to select 22 senior directors and 11 junior associate, multiplying 536\frac{5}{36} by 33 gives the final probability of 512\frac{5}{12}.

Step-by-Step Solution

1
Calculate the probability of drawing Senior, Senior, Junior in that specific order without replacement.
P(Senior1)×P(Senior2Senior1)×P(Junior3Senior1Senior2)=510×49×58=100720=536P(\text{Senior}_1) \times P(\text{Senior}_2 \mid \text{Senior}_1) \times P(\text{Junior}_3 \mid \text{Senior}_1 \cap \text{Senior}_2) = \frac{5}{10} \times \frac{4}{9} \times \frac{5}{8} = \frac{100}{720} = \frac{5}{36}
Because draws are made without replacement, the sample space and favorable outcomes decrease with each draw.
2
Determine the number of distinct orderings of 22 Senior directors and 11 Junior associate.
(32)=3\binom{3}{2} = 3 orderings: (Senior, Senior, Junior), (Senior, Junior, Senior), and (Junior, Senior, Senior).
The question asks for exactly 22 senior directors regardless of the order in which they are selected.
3
Multiply the single-sequence probability by the total number of valid orderings.
3×536=1536=5123 \times \frac{5}{36} = \frac{15}{36} = \frac{5}{12}
Since each distinct ordering is mutually exclusive and has the same probability, the total probability is the sum across all 33 orderings.

Key Concept

Probability of Dependent Events (Sampling Without Replacement)
Question 67Question

A data set consists of 77 positive integers. The smallest integer in the set is 44, the range of the set is 1919, the median is 1212, and the set has a unique mode of 88. What is the maximum possible arithmetic mean of the 77 integers?

Show answer & explanation

Answer: 14

Answer

The maximum possible arithmetic mean of the 7 integers is 14.
The correct answer of 14 is obtained by setting up the 7 ordered integers as x1,x2,x3,x4,x5,x6,x7x_1, x_2, x_3, x_4, x_5, x_6, x_7. We know x1=4x_1 = 4, median x4=12x_4 = 12, and x7=4+19=23x_7 = 4 + 19 = 23. Since 8 is the unique mode and 8<128 < 12, 8 must fill x2x_2 and x3x_3, giving it a frequency of 2. For 8 to remain the unique mode, no other element can appear more than once. Thus, x5,x6,x7x_5, x_6, x_7 must all be distinct. To maximize the mean, we maximize x5x_5 and x6x_6 under 12<x5<x6<2312 < x_5 < x_6 < 23, yielding x5=21x_5 = 21 and x6=22x_6 = 22. The maximum sum is 4+8+8+12+21+22+23=984 + 8 + 8 + 12 + 21 + 22 + 23 = 98, giving a mean of 98/7=1498 / 7 = 14.

Step-by-Step Solution

1
Determine the fixed values in the ordered 7-element data set.
Let the 7 integers in non-decreasing order be x1,x2,x3,x4,x5,x6,x7x_1, x_2, x_3, x_4, x_5, x_6, x_7. Given x1=4x_1 = 4, median x4=12x_4 = 12, and range x7x1=19x_7 - x_1 = 19, we find x7=4+19=23x_7 = 4 + 19 = 23.
The median of a 7-element set is the 4th element, and range is maximum minus minimum.
2
Determine the frequency and values of the mode.
Since the unique mode is 88 and 8<128 < 12, the value 88 must occupy positions x2x_2 and x3x_3, so x2=8x_2 = 8 and x3=8x_3 = 8. Thus, 88 appears exactly twice.
Position 1 is 4 and position 4 is 12, leaving only positions 2 and 3 for the mode value of 8.
3
Apply the unique mode constraint to maximize remaining terms.
Because 88 appears twice and is the unique mode, no other number can appear 2 or more times. Hence, all other elements must be distinct. To maximize the sum, we choose the largest distinct integers for x5x_5 and x6x_6 such that 12<x5<x6<2312 < x_5 < x_6 < 23, giving x5=21x_5 = 21 and x6=22x_6 = 22.
Allowing any other value to repeat would create a second mode or a new unique mode, violating the problem conditions.
4
Calculate the maximum sum and arithmetic mean.
The maximal set is {4,8,8,12,21,22,23}\{4, 8, 8, 12, 21, 22, 23\}. The sum is 4+8+8+12+21+22+23=984 + 8 + 8 + 12 + 21 + 22 + 23 = 98. The maximum mean is 98/7=1498 / 7 = 14.
Dividing the maximum possible sum by the total number of elements yields the maximum mean.

Key Concept

Mean, Median, and Mode Constraints
Question 68Question

A bakery display case contains 88 fruit tarts and 1212 chocolate croissants. If a customer randomly selects 22 pastry items one after another without replacement, what is the probability that the customer chooses exactly 11 fruit tart and 11 chocolate croissant?

Show answer & explanation

Answer: 4895\frac{48}{95}

Answer

The probability that the customer chooses exactly 11 fruit tart and 11 chocolate croissant is 4895\frac{48}{95}.
Selecting one fruit tart and one chocolate croissant can occur in two mutually exclusive orderings: (Fruit Tart, Chocolate Croissant) or (Chocolate Croissant, Fruit Tart). Since the selection is without replacement, the total number of remaining items drops to 1919 for the second draw. The probability of the first order is 820×1219=96380\frac{8}{20} \times \frac{12}{19} = \frac{96}{380}, and the probability of the second order is 1220×819=96380\frac{12}{20} \times \frac{8}{19} = \frac{96}{380}. Summing these gives 192380\frac{192}{380}, which simplifies to 4895\frac{48}{95}.

Step-by-Step Solution

1
Determine the total number of items and individual counts.
Total items = 8+12=208 + 12 = 20. Fruit tarts = 88, Chocolate croissants = 1212.
Establishing the initial sample space is necessary for calculating single-event probabilities.
2
Calculate the probability for each distinct order of selection without replacement.
Probability of (Fruit Tart then Chocolate Croissant) = 820×1219=96380\frac{8}{20} \times \frac{12}{19} = \frac{96}{380}. Probability of (Chocolate Croissant then Fruit Tart) = 1220×819=96380\frac{12}{20} \times \frac{8}{19} = \frac{96}{380}.
Because sampling is done without replacement, the total pool decreases from 2020 to 1919 after the first selection.
3
Sum the probabilities of the mutually exclusive outcomes and simplify.
96380+96380=192380=4895\frac{96}{380} + \frac{96}{380} = \frac{192}{380} = \frac{48}{95}.
The desired event occurs if either sequence happens, so the probabilities of the two sequences are added together.

Key Concept

Probability of Dependent Events (Sampling Without Replacement)
Estimated Time:1m 30s
Question 69Question

A dataset consists of 7 integers listed in ascending order: 3,4,4,x,9,y,153, 4, 4, x, 9, y, 15. If the unique mode of the dataset is 44 and the arithmetic mean of the dataset is equal to its median, what is the value of yy?

Show answer & explanation

Answer: 13

Answer

The value of yy is 13.
Because the dataset is in ascending order, the median of the 7 terms is the 4th term, xx. Setting the mean 35+x+y7\frac{35 + x + y}{7} equal to xx yields y=6x35y = 6x - 35. Since yy lies between 99 and 1515 inclusive, solving 96x35159 \le 6x - 35 \le 15 gives x=8x = 8. Substituting x=8x = 8 into y=6x35y = 6x - 35 gives y=13y = 13.

Step-by-Step Solution

1
Determine the median of the 7-element ordered set.
The median is the 4th term, xx.
For an odd number of ordered terms (n=7n = 7), the median is the 7+12=4th\frac{7+1}{2} = 4\text{th} term.
2
Set up the equation equating the arithmetic mean to the median.
35+x+y7=x\frac{35 + x + y}{7} = x, which simplifies to y=6x35y = 6x - 35.
The mean of a dataset is the sum of all elements divided by the total number of elements.
3
Apply the ascending order constraint to find the value of xx.
Since 9y159 \le y \le 15, we have 96x35159 \le 6x - 35 \le 15, giving 446x5044 \le 6x \le 50. The only integer value for xx in this range is 88.
The dataset is listed in ascending order, so the element yy after 99 and before or equal to 1515 must satisfy 9y159 \le y \le 15.
4
Calculate the value of yy.
y=6(8)35=13y = 6(8) - 35 = 13.
Substitute x=8x = 8 back into the simplified linear equation relating xx and yy.

Key Concept

Relating arithmetic mean and median in an ordered set using inequalities derived from ascending order constraints.
Estimated Time:1m 40s
Question 70Question

A commercial bakery produces two batches of bread dough. Batch X consists of 3030 kilograms of dough with a sugar concentration of 12%12\% by weight. Batch Y consists of 4545 kilograms of dough with a sugar concentration of 20%20\% by weight. If Batch X and Batch Y are mixed together completely, what is the sugar concentration, as a percentage by weight, of the combined mixture?

Show answer & explanation

Answer: 16.8

Answer

The sugar concentration of the combined mixture is 16.8 percent by weight.
The overall concentration is calculated by taking the weighted average of the two concentrations. Since Batch X and Batch Y have weights in the ratio of 2 to 3, the overall percentage is [2(12%) + 3(20%)] / (2 + 3) = 84 / 5 = 16.8%. Alternatively, the total amount of sugar is 3.6 kg + 9.0 kg = 12.6 kg out of a total mass of 75 kg, yielding 12.6 / 75 = 16.8%.

Step-by-Step Solution

1
Calculate the total mass of sugar contributed by Batch X
3.6 kg of sugar (30×0.12=3.630 \times 0.12 = 3.6)
To find the total sugar in the combined mixture, compute the sugar content from each component batch.
2
Calculate the total mass of sugar contributed by Batch Y
9.0 kg of sugar (45×0.20=9.045 \times 0.20 = 9.0)
Compute the sugar mass for the second batch.
3
Sum the total sugar mass and total batch mass
Total sugar = 12.612.6 kg (3.6+9.03.6 + 9.0); Total mass = 7575 kg (30+4530 + 45)
The combined concentration equals total sugar divided by total mixture mass.
4
Compute the combined percentage concentration
16.8% (12.675×100%=16.8%\frac{12.6}{75} \times 100\% = 16.8\%)
Divide total sugar mass by total mixture mass and multiply by 100.

Key Concept

Weighted Average of Combined Sets
Estimated Time:1m 30s
Question 71Question

A software development company has two engineering divisions: Cloud Infrastructure and Mobile Applications. The 4545 engineers in the Cloud Infrastructure division completed code reviews with an average duration of 2525 minutes per review, while the engineers in the Mobile Applications division completed code reviews with an average duration of 4040 minutes per review. If the overall average code review duration for all engineers across both divisions combined was 3131 minutes, how many engineers are in the Mobile Applications division?

Show answer & explanation

Answer: 3030

Answer

30 engineers
The overall average of a combined set is weighted by the number of elements in each group. Using the distance-to-mean principle, the ratio of the number of engineers in Cloud Infrastructure (NcN_c) to Mobile Applications (NmN_m) is inversely proportional to their distances from the combined mean: Nc:Nm=(4031):(3125)=9:6=3:2N_c : N_m = (40 - 31) : (31 - 25) = 9 : 6 = 3 : 2. Given Nc=45N_c = 45, setting up the proportion 45Nm=32\frac{45}{N_m} = \frac{3}{2} yields Nm=30N_m = 30.

Step-by-Step Solution

1
Set up the weighted average equation for the combined set.
45×25+Nm×4045+Nm=31\frac{45 \times 25 + N_m \times 40}{45 + N_m} = 31
The total time across both divisions divided by total engineers equals the combined average time.
2
Multiply both sides by (45+Nm)(45 + N_m) and expand.
1125+40Nm=31(45)+31Nm=1395+31Nm1125 + 40 N_m = 31(45) + 31 N_m = 1395 + 31 N_m
To clear the denominator and group like terms.
3
Solve for NmN_m.
40Nm31Nm=13951125    9Nm=270    Nm=3040 N_m - 31 N_m = 1395 - 1125 \implies 9 N_m = 270 \implies N_m = 30
Isolating NmN_m gives the exact count of engineers in the Mobile Applications division.

Key Concept

Weighted Average and Combined Sets
Estimated Time:2m 0s
Question 72Question

A university department offers a specialized statistics course to two groups of students: undergraduate students and graduate students. A total of 120120 undergraduate students took the final examination, scoring an average of 8080 points. The remaining students in the course were graduate students, who achieved an average score of 9595 points on the same examination. If the combined average score for all students in the course was 8686 points, how many graduate students were enrolled in the course?

Show answer & explanation

Answer: 80

Answer

80 graduate students were enrolled in the course.
The correct answer is obtained by applying the weighted average relationship: Nundergrad×(MeancombinedMeanundergrad)=Ngrad×(MeangradMeancombined)N_{\text{undergrad}} \times (\text{Mean}_{\text{combined}} - \text{Mean}_{\text{undergrad}}) = N_{\text{grad}} \times (\text{Mean}_{\text{grad}} - \text{Mean}_{\text{combined}}). Substituting the given values gives 120×(8680)=Ngrad×(9586)120 \times (86 - 80) = N_{\text{grad}} \times (95 - 86), which simplifies to 720=9Ngrad720 = 9 N_{\text{grad}}, yielding Ngrad=80N_{\text{grad}} = 80.

Step-by-Step Solution

1
Determine the distances of each group's mean score from the combined mean score.
Undergraduate distance: 8680=686 - 80 = 6; Graduate distance: 9586=995 - 86 = 9.
In a weighted average of two groups, the total deviation below the combined mean must equal the total deviation above the combined mean.
2
Set up the balance equation using the group counts and their respective distances from the combined mean.
120×6=N×9120 \times 6 = N \times 9, where NN represents the number of graduate students.
The weight of each group is inversely proportional to the distance of its mean from the overall combined mean.
3
Solve the linear equation for NN.
720=9N    N=80720 = 9N \implies N = 80.
Dividing the total undergraduate score deviation (720720) by the graduate score deviation per student (99) gives the number of graduate students.

Key Concept

Weighted Average of Two Combined Sets
Question 73Question

A regional healthcare provider operates two outpatient facilities, Facility X and Facility Y. Facility X manages 6060 patient appointments per day with an average consultation time of 1515 minutes per patient. Facility Y manages 4040 patient appointments per day with an average consultation time of 2525 minutes per patient. What is the overall average consultation time, in minutes per patient, for all 100100 appointments combined across both facilities?

Show answer & explanation

Answer: 19

Answer

The overall average consultation time across both facilities is 1919 minutes per patient.
The total consultation time across both facilities is 60×15+40×25=900+1000=190060 \times 15 + 40 \times 25 = 900 + 1000 = 1900 minutes. Dividing this by the total number of appointments (60+40=10060 + 40 = 100) gives a weighted average of 1900100=19\frac{1900}{100} = 19 minutes.

Step-by-Step Solution

1
Calculate the total consultation minutes contributed by Facility X.
60×15=90060 \times 15 = 900 minutes
Total time for a set is the number of items multiplied by the mean of that set.
2
Calculate the total consultation minutes contributed by Facility Y.
40×25=100040 \times 25 = 1000 minutes
Total time for the second set is the number of items multiplied by its mean.
3
Find the grand total consultation time and total number of patients.
Total minutes = 900+1000=1900900 + 1000 = 1900; Total patients = 60+40=10060 + 40 = 100
Combined sets require aggregating both total values and total counts.
4
Compute the combined weighted average.
1900100=19\frac{1900}{100} = 19 minutes
The weighted average is total accumulated value divided by total count.

Key Concept

Weighted Average of Combined Sets
Estimated Time:1m 30s
Question 74Question

A financial consultancy firm consists of two divisions: Risk Management and Wealth Advisory. The 4040 analysts in the Risk Management division earn an average annual bonus of $15,000\$15,000, while the analysts in the Wealth Advisory division earn an average annual bonus of $25,000\$25,000. If the average annual bonus across all analysts in both divisions combined is $21,000\$21,000, how many analysts work in the Wealth Advisory division?

Show answer & explanation

Answer: 60

Answer

The Wealth Advisory division has 60 analysts.
The combined mean of two sets is closer to the mean of the larger set. Using the distance-ratio rule for weighted averages, the ratio of the number of Risk Management analysts to Wealth Advisory analysts is inversely proportional to their distances from the combined mean: Ratio=25,00021,00021,00015,000=4,0006,000=23\text{Ratio} = \frac{25,000 - 21,000}{21,000 - 15,000} = \frac{4,000}{6,000} = \frac{2}{3}. Given that there are 40 analysts in Risk Management (representing 2 parts), each part equals 20 analysts. Therefore, the 3 parts for Wealth Advisory equal 3×20=603 \times 20 = 60 analysts.

Step-by-Step Solution

1
Set up the weighted average equation with NN representing the number of analysts in the Wealth Advisory division.
Total bonus for Risk Management = 40×15,000=600,00040 \times 15,000 = 600,000. Total bonus for Wealth Advisory = N×25,000N \times 25,000. Total analysts = 40+N40 + N.
The combined mean is equal to the sum of all individual values divided by the total number of items.
2
Formulate the combined average equation and clear the fraction.
\frac{600,000 + 25,000N}{40 + N} = 21,000 \implies 600,000 + 25,000N = 21,000(40 + N)
Equate the weighted average expression to the given overall average of $21,000\$21,000.
3
Expand and solve the linear equation for NN.
600,000 + 25,000N = 840,000 + 21,000N \implies 4,000N = 240,000 \implies N = 60
Isolate the variable NN to find the exact number of analysts in Wealth Advisory.

Key Concept

Weighted Average and Combined Sets
Estimated Time:1m 30s
Question 75Question

A citrus orchard harvested two varieties of oranges: Valencia and Navel. The harvest consisted of 800800 crates of Valencia oranges with an average weight of 4545 pounds per crate, and 1,2001,200 crates of Navel oranges with an average weight of 5050 pounds per crate. What is the average weight, in pounds per crate, for the combined harvest of all crates?

Show answer & explanation

Answer: 48

Answer

The average weight of the combined harvest is 48 pounds per crate.
The weighted average is found by calculating the total overall weight divided by the total number of crates. Since Valencia oranges account for 36,000 pounds (800 crates at 45 lbs/crate) and Navel oranges account for 60,000 pounds (1,200 crates at 50 lbs/crate), the total weight is 96,000 pounds across 2,000 crates. Dividing 96,000 by 2,000 gives exactly 48 pounds per crate.

Step-by-Step Solution

1
Calculate the total weight contributed by each variety of oranges.
Valencia weight = 800×45=36,000800 \times 45 = 36,000 lbs; Navel weight = 1,200×50=60,0001,200 \times 50 = 60,000 lbs.
Total weight equals the product of the number of units and the average weight per unit for each group.
2
Determine the total combined weight and the total number of crates.
Total weight = 36,000+60,000=96,00036,000 + 60,000 = 96,000 lbs; Total crates = 800+1,200=2,000800 + 1,200 = 2,000 crates.
Combined weighted averages require summing total values across all subsets.
3
Divide total weight by total number of crates to find the overall weighted average.
Weighted average = 96,0002,000=48\frac{96,000}{2,000} = 48 lbs per crate.
Weighted mean formula: xˉ=(nixi)ni\bar{x} = \frac{\sum (n_i \cdot x_i)}{\sum n_i}.

Key Concept

Weighted Average of Combined Sets
Estimated Time:1m 30s
Question 76Question

Data Set PP consists of five distinct integers with a range of 2020 and a standard deviation of d1d_1, where d1>0d_1 > 0. A new Data Set QQ is formed by multiplying each integer in Data Set PP by 2-2 and then adding 77 to the product. What are the range and standard deviation of Data Set QQ in terms of d1d_1?

Show answer & explanation

Answer: Range is 4040; standard deviation is 2d12d_1

Answer

Range is 4040; standard deviation is 2d12d_1
The correct answer accounts for both linear transformation rules for measures of dispersion: multiplying every value in a dataset by a scalar cc multiplies both the range and standard deviation by c|c|, and adding a constant kk to every value does not alter either measure. Here, multiplying by 2-2 scales the range from 2020 to 4040 and the standard deviation from d1d_1 to 2d12d_1. Adding 77 has no effect on either measure.

Step-by-Step Solution

1
Analyze the effect of multiplying each element by a constant c=2c = -2.
The range scales by c=2=2|c| = |-2| = 2, giving a new range of 20×2=4020 \times 2 = 40. The standard deviation scales by c=2=2|c| = |-2| = 2, giving a new standard deviation of 2d12d_1.
Measures of dispersion (range and standard deviation) are non-negative distance metrics, so they scale by the absolute value of any multiplicative constant.
2
Analyze the effect of adding a constant k=7k = 7 to each element.
The range remains 4040, and the standard deviation remains 2d12d_1.
Adding a constant shifts every data point by the exact same distance, leaving all pairwise distances between data points unchanged.

Key Concept

Linear Transformations on Range and Standard Deviation
Question 77Question

Data set AA consists of five consecutive even integers. What is the ratio of the standard deviation of data set AA to the range of data set AA?

Show answer & explanation

Answer: 24\frac{\sqrt{2}}{4}

Answer

24\frac{\sqrt{2}}{4}
For any set of five consecutive even integers, the deviations from the mean are always 4,2,0,2,4-4, -2, 0, 2, 4, yielding a variance of 8 and a standard deviation of 222\sqrt{2}. The range of any five consecutive even integers is always 88. Taking the ratio of the standard deviation to the range gives 228\frac{2\sqrt{2}}{8}, which simplifies to 24\frac{\sqrt{2}}{4}.

Step-by-Step Solution

1
Represent the dataset algebraic terms
Let the five consecutive even integers be x,x+2,x+4,x+6,x+8x, x+2, x+4, x+6, x+8.
Choosing symmetric terms simplifies calculating the mean and deviations.
2
Calculate the mean of the dataset
Mean μ=x+(x+2)+(x+4)+(x+6)+(x+8)5=x+4\mu = \frac{x + (x+2) + (x+4) + (x+6) + (x+8)}{5} = x+4.
The mean of an evenly spaced set of consecutive numbers is equal to the middle element.
3
Calculate the deviations from the mean and sum of squared deviations
Deviations: 4,2,0,2,4-4, -2, 0, 2, 4.
Squared deviations: 16,4,0,4,1616, 4, 0, 4, 16.
Sum of squared deviations =40= 40.
Standard deviation measures dispersion from the mean.
4
Calculate the variance and standard deviation
Variance σ2=405=8\sigma^2 = \frac{40}{5} = 8.
Standard deviation σ=8=22\sigma = \sqrt{8} = 2\sqrt{2}.
Variance is the average of squared deviations, and standard deviation is its non-negative square root.
5
Calculate the range and the ratio of standard deviation to range
Range =(x+8)x=8= (x+8) - x = 8.
Ratio =σRange=228=24= \frac{\sigma}{\text{Range}} = \frac{2\sqrt{2}}{8} = \frac{\sqrt{2}}{4}.
Range is the difference between the maximum and minimum values.

Key Concept

Properties of Standard Deviation and Range for Consecutively Spaced Datasets
PreviousPage 4 / 4
Statistics and Data Analysis Practice Questions — GMAT — Page 4 | Examkin