Data Analysis

174 questions

Question 141Question

A cybersecurity system generates 5-character identification codes consisting of 3 distinct letters followed by 2 distinct digits. The letters must be selected from the set {A,B,C,D,E,F}\{A, B, C, D, E, F\} and the digits from the set {1,2,3,4}\{1, 2, 3, 4\}. If the first character of the code must be a vowel (AA or EE), how many such distinct 5-character identification codes can be formed?

Show answer & explanation

Answer: 480

Answer

480 distinct 5-character identification codes can be formed.
To construct the 5-character code, break the process into sequential choices for each position: Position 1 must be a vowel (AA or EE), giving 2 options. Position 2 can be any of the remaining 5 distinct letters. Position 3 can be any of the remaining 4 distinct letters. Position 4 (the first digit) can be any of the 4 available digits. Position 5 (the second digit) can be any of the remaining 3 distinct digits. Multiplying these independent choices together yields 2×5×4×4×3=4802 \times 5 \times 4 \times 4 \times 3 = 480.

Step-by-Step Solution

1
Calculate the number of ways to choose the first letter (must be a vowel)
There are 2 choices (AA or EE).
The problem restricts the first character of the code to a vowel.
2
Calculate the number of choices for the second and third letters
5 choices for the second letter and 4 choices for the third letter.
The letters must be distinct, leaving 5 remaining letters from the original pool of 6 for the second position, and 4 for the third position.
3
Calculate the number of choices for the two distinct digits
4 choices for the first digit and 3 choices for the second digit.
There are 4 digits available in {1,2,3,4}\{1, 2, 3, 4\} and they must be distinct.
4
Apply the Fundamental Counting Principle to find total codes
2×5×4×4×3=4802 \times 5 \times 4 \times 4 \times 3 = 480.
Multiply the number of independent choices for each sequential position.

Key Concept

Fundamental Counting Principle with Permutations and Restrictions
Question 142Question

A container holds nn spheres, exactly 5 of which are blue and the remaining n5n - 5 are green. Two spheres are drawn at random from the container one after another without replacement. If the probability that at least one of the selected spheres is green is 1415\frac{14}{15}, what is the total number of spheres nn in the container?

Show answer & explanation

Answer: 25

Answer

The total number of spheres nn in the container is 25.
The probability of at least one green sphere is complementary to drawing zero green spheres (meaning both spheres drawn are blue). Subtracting 1415\frac{14}{15} from 1 yields P(both blue)=115P(\text{both blue}) = \frac{1}{15}. Since the selection is without replacement, P(both blue)=5n×4n1=20n(n1)P(\text{both blue}) = \frac{5}{n} \times \frac{4}{n-1} = \frac{20}{n(n-1)}. Equating this to 115\frac{1}{15} gives n(n1)=300n(n-1) = 300. Solving the quadratic equation n2n300=0n^2 - n - 300 = 0 gives n=25n = 25, which correctly represents the total number of spheres.

Step-by-Step Solution

1
Use the complement rule to determine the probability that both selected spheres are blue.
P(both blue)=1P(at least one green)=11415=115P(\text{both blue}) = 1 - P(\text{at least one green}) = 1 - \frac{14}{15} = \frac{1}{15}.
The event that at least one sphere is green is the complement of the event that both drawn spheres are blue.
2
Set up the joint probability equation for drawing two blue spheres sequentially without replacement.
P(both blue)=5n×4n1=20n(n1)P(\text{both blue}) = \frac{5}{n} \times \frac{4}{n - 1} = \frac{20}{n(n - 1)}.
There are 5 blue spheres initially out of nn. After drawing one blue sphere, 4 blue spheres remain out of n1n - 1 total spheres.
3
Equate the expressions and solve for nn.
\begin{aligned} \frac{20}{n(n - 1)} &= \frac{1}{15} \\ n(n - 1) &= 300 \\ n^2 - n - 300 &= 0 \\ (n - 25)(n + 12) &= 0 \end{aligned}
Cross-multiplying gives a quadratic equation in terms of nn.
4
Select the valid positive integer solution for nn.
n=25n = 25 (since n>0n > 0).
The total number of spheres must be a positive integer.

Key Concept

Probability of Complementary Events and Dependent Sequential Events
Estimated Time:2m 0s
Question 143Question

A dataset SS consists of 7 distinct positive integers. The arithmetic mean of the numbers in SS is 20, and the median is 18. If the largest integer in SS is 35, what is the maximum possible value for the second-largest integer in SS?

Show answer & explanation

Answer: 34

Answer

34
To find the maximum possible value of the second-largest integer, we arrange the 7 distinct positive integers in ascending order: x1<x2<x3<x4<x5<x6<x7x_1 < x_2 < x_3 < x_4 < x_5 < x_6 < x_7. The median x4=18x_4 = 18 and the largest element x7=35x_7 = 35. The total sum of all 7 elements is 7×20=1407 \times 20 = 140. Since x6x_6 must be strictly less than x7=35x_7 = 35, the maximum potential integer value for x6x_6 is 34. If x6=34x_6 = 34, the remaining four elements (x1,x2,x3,x5x_1, x_2, x_3, x_5) must sum to 8734=5387 - 34 = 53. Choosing x5=19x_5 = 19 (the smallest integer greater than 18) leaves a sum of 34 for x1+x2+x3x_1 + x_2 + x_3, which can be satisfied by distinct positive integers such as 1, 16, and 17. Thus, 34 is achievable.

Step-by-Step Solution

1
Calculate the total sum of the 7 integers in the dataset.
Total sum = 7×20=1407 \times 20 = 140.
The sum of a dataset equals the number of elements multiplied by its arithmetic mean.
2
Identify the positions of known elements when the dataset is ordered in ascending order x1<x2<x3<x4<x5<x6<x7x_1 < x_2 < x_3 < x_4 < x_5 < x_6 < x_7.
Median x4=18x_4 = 18 and largest element x7=35x_7 = 35.
For a 7-element dataset, the median is the 4th element.
3
Calculate the combined sum of the remaining five unknown elements.
x1+x2+x3+x5+x6=140(18+35)=87x_1 + x_2 + x_3 + x_5 + x_6 = 140 - (18 + 35) = 87.
Subtracting the median and the largest element from the total sum gives the sum of the remaining five elements.
4
Determine the theoretical upper bound for the second-largest integer x6x_6.
Since x6<x7=35x_6 < x_7 = 35 and all integers are distinct, x634x_6 \le 34.
The second-largest integer must be strictly less than the largest integer.
5
Verify if x6=34x_6 = 34 can produce a valid dataset of distinct positive integers.
If x6=34x_6 = 34, then x1+x2+x3+x5=8734=53x_1 + x_2 + x_3 + x_5 = 87 - 34 = 53. Setting x5=19x_5 = 19, x3=17x_3 = 17, x2=16x_2 = 16, and x1=1x_1 = 1 gives 1+16+17+19=531 + 16 + 17 + 19 = 53, forming the valid set {1,16,17,18,19,34,35}\{1, 16, 17, 18, 19, 34, 35\}.
Since a valid set of distinct positive integers exists satisfying all constraints, 34 is the maximum possible value.

Key Concept

Measures of Central Tendency and Data Constraints
Question 144Question

An automated risk-management system uses three independent algorithms—Algorithm X, Algorithm Y, and Algorithm Z—to detect fraudulent transactions. The probability that Algorithm X detects a given fraudulent transaction is 35\frac{3}{5}, the probability that Algorithm Y detects it is 23\frac{2}{3}, and the probability that Algorithm Z detects it is 34\frac{3}{4}. If a fraudulent transaction occurs, what is the probability that it will be detected by at least two of these three algorithms?

Show answer & explanation

Answer: 0.75

Answer

The probability that the transaction is detected by at least two of the three algorithms is 0.75 (or 3/4).
Because the algorithms operate independently, the event 'at least two algorithms detect the transaction' consists of four mutually exclusive outcomes: exactly X and Y detect (probability 6/60 = 0.10), exactly X and Z detect (probability 9/60 = 0.15), exactly Y and Z detect (probability 12/60 = 0.20), and all three detect (probability 18/60 = 0.30). Summing these four probabilities gives 0.10 + 0.15 + 0.20 + 0.30 = 0.75.

Step-by-Step Solution

1
Determine the complementary probabilities of non-detection for each algorithm.
P(X does not detect) = 2/5, P(Y does not detect) = 1/3, and P(Z does not detect) = 1/4.
The probability of an event's complement is 1 minus the probability of the event.
2
Calculate the probability for each scenario where exactly two algorithms detect the transaction.
P(X and Y only) = 6/60, P(X and Z only) = 9/60, P(Y and Z only) = 12/60.
Since the algorithms operate independently, joint probabilities are calculated by multiplying individual probabilities.
3
Calculate the probability that all three algorithms detect the transaction.
P(X and Y and Z) = 18/60.
Multiplying the individual detection probabilities of all three independent algorithms.
4
Sum the probabilities of all qualifying mutually exclusive outcomes.
(6/60) + (9/60) + (12/60) + (18/60) = 45/60 = 0.75.
The events representing different combinations of detections are mutually exclusive, so their probabilities add directly.

Key Concept

Independent Events and Addition Rule for Mutually Exclusive Outcomes
Question 145Question

A university department tracked the number of research articles published by its 8 faculty members over a five-year period. The numbers of publications for 7 of the faculty members were 4,7,9,12,15,18,4, 7, 9, 12, 15, 18, and 2323. If the arithmetic mean of the number of publications for all 8 faculty members is equal to 1.251.25 times their median, what is the number of publications for the 8th faculty member?

Show answer & explanation

Answer: 47

Answer

47
The sum of the 7 known values is 8888, making the total sum 88+x88 + x and the arithmetic mean 88+x8\frac{88 + x}{8}. Assuming x15x \ge 15, the 4th and 5th numbers when sorted are 1212 and 1515, yielding a median of 13.513.5. Setting the mean equal to 1.25×13.5=16.8751.25 \times 13.5 = 16.875 gives 88+x8=16.875\frac{88 + x}{8} = 16.875, which simplifies to 88+x=13588 + x = 135 and yields x=47x = 47.

Step-by-Step Solution

1
Calculate the sum of the 7 known data points and express the mean in terms of the unknown 8th value xx.
Sum of 7 known values = 4+7+9+12+15+18+23=884 + 7 + 9 + 12 + 15 + 18 + 23 = 88. Total mean = 88+x8\frac{88 + x}{8}.
The arithmetic mean of nn values is the sum of all values divided by nn.
2
Analyze the position of xx in sorted order to determine the median.
Assuming x15x \ge 15, the 4th and 5th values in ascending order are 1212 and 1515, giving a median of 12+152=13.5\frac{12 + 15}{2} = 13.5.
For an even number of data points (88), the median is the average of the 4th and 5th terms in sorted order.
3
Formulate and solve the equation linking the mean and median.
88+x8=1.25×13.5=16.875    88+x=135    x=47\frac{88 + x}{8} = 1.25 \times 13.5 = 16.875 \implies 88 + x = 135 \implies x = 47.
The problem specifies that the mean is equal to 1.251.25 times the median.

Key Concept

Calculating mean and median of a dataset containing an unknown value.
Estimated Time:1m 30s
Question 146Question

A committee of 33 members is to be selected at random without replacement from a group of 55 data scientists and 55 software engineers. What is the conditional probability that at least two data scientists are selected in total, given that the first person selected is a data scientist?

Show answer & explanation

Answer: 1318\frac{13}{18}

Answer

The conditional probability is 1318\frac{13}{18}.
The conditional probability is calculated by adjusting the sample space after the first draw. With 1 data scientist already selected, there are 4 data scientists and 5 software engineers left (9 total). Selecting at least 1 more data scientist in the next 2 draws has a probability complementary to selecting 0 more data scientists. The probability of selecting 0 additional data scientists is (52)(92)=1036=518\frac{\binom{5}{2}}{\binom{9}{2}} = \frac{10}{36} = \frac{5}{18}. Therefore, the required conditional probability is 1518=13181 - \frac{5}{18} = \frac{13}{18}.

Step-by-Step Solution

1
Determine the remaining pool of candidates after the first selection.
Since 1 data scientist is selected first, 4 data scientists and 5 software engineers remain (total of 9 candidates). Two more candidates must be selected.
The conditional statement fixes the first selection, changing the sample space for the remaining 2 selections.
2
Identify the condition required for the target event to occur.
Since 1 data scientist is already selected, having at least two data scientists in total means selecting at least 1 additional data scientist in the remaining 2 draws.
Total data scientists = 1 (first draw) + (number of data scientists in next 2 draws).
3
Calculate the complementary probability (selecting 0 additional data scientists).
The number of ways to pick 2 software engineers from 5 is (52)=10\binom{5}{2} = 10. The total ways to pick 2 people from 9 is (92)=36\binom{9}{2} = 36. The probability of 0 additional data scientists is 1036=518\frac{10}{36} = \frac{5}{18}.
Selecting 0 additional data scientists is equivalent to selecting 2 software engineers from the remaining group.
4
Subtract the complementary probability from 1.
1518=13181 - \frac{5}{18} = \frac{13}{18}.
The sum of the probability of an event and its complement equals 1.

Key Concept

Conditional Probability without Replacement
Question 147Question

A museum display curator is arranging 66 distinct historical coins—44 silver coins and 22 gold coins—in a single row inside a display case. If the 22 gold coins cannot be placed adjacent to each other, how many different linear arrangements of the 66 coins are possible?

Show answer & explanation

Answer: 480480

Answer

The total number of valid linear arrangements is 480480.
Arranging the 44 distinct silver coins yields 4!=244! = 24 orderings. These 44 coins create 55 available gaps (including both ends). To guarantee the 22 distinct gold coins are not adjacent, each gold coin must occupy a separate gap. The number of ways to assign 22 distinct gold coins to 55 gaps is P(5,2)=5×4=20P(5, 2) = 5 \times 4 = 20. By the Fundamental Counting Principle, the total number of valid linear arrangements is 24×20=48024 \times 20 = 480.

Step-by-Step Solution

1
Calculate the total number of ways to arrange the unrestricted silver coins.
The 44 distinct silver coins can be arranged in 4!=244! = 24 ways.
The relative positions of the silver coins matter because each coin is distinct.
2
Determine the number of available gap positions created by the silver coins to separate the gold coins.
Arranging 44 silver coins creates 55 possible gaps (one before the first coin, three between adjacent silver coins, and one after the last coin: \_ S \_ S \_ S \_ S \_).
Placing at most one gold coin per gap guarantees that the two gold coins will not be adjacent.
3
Calculate the number of ways to place the 22 distinct gold coins into the 55 available gaps.
The number of ways to place the 22 distinct gold coins into 55 distinct slots is P(5,2)=5×4=20P(5, 2) = 5 \times 4 = 20.
Order matters because the gold coins are distinct objects.
4
Apply the Fundamental Counting Principle to find the total arrangements.
Total arrangements = 24×20=48024 \times 20 = 480.
The arrangement of the silver coins and the placement of the gold coins are independent sequential choices.

Key Concept

Slot method for non-adjacent arrangements using permutations and the Fundamental Counting Principle
Question 148Question

A healthcare clinic logged the waiting times, in minutes, for 7 patients on Monday: 12,41,24,19,33,28,12, 41, 24, 19, 33, 28, and 4949. On Tuesday, 3 additional patients were logged. The arithmetic mean waiting time for all 10 patients combined was 3030 minutes, and the median waiting time of the 3 patients logged on Tuesday was 3434 minutes. If one of the patients logged on Tuesday had a waiting time of 2222 minutes and another had a waiting time of 3434 minutes, what was the waiting time, in minutes, of the third patient logged on Tuesday?

Show answer & explanation

Answer: 38 minutes

Answer

38 minutes
The option stating 38 minutes is correct because the total sum for all 10 patients combined is 10×30=30010 \times 30 = 300 minutes. The sum of Monday's 7 patient waiting times is 12+41+24+19+33+28+49=20612 + 41 + 24 + 19 + 33 + 28 + 49 = 206 minutes. Therefore, Tuesday's 3 patients must sum to 300206=94300 - 206 = 94 minutes. Since two of Tuesday's patients waited 22 minutes and 34 minutes, the third patient's waiting time is 94(22+34)=3894 - (22 + 34) = 38 minutes. Ordering the three Tuesday times (22,34,38)(22, 34, 38) confirms the median is indeed 34 minutes.

Step-by-Step Solution

1
Calculate the total sum of waiting times for all 10 patients.
Total sum = 10×30=30010 \times 30 = 300 minutes.
The arithmetic mean of nn values is Sum/n\text{Sum} / n, so Sum=n×Mean\text{Sum} = n \times \text{Mean}.
2
Calculate the sum of waiting times for the 7 patients logged on Monday.
Monday sum = 12+41+24+19+33+28+49=20612 + 41 + 24 + 19 + 33 + 28 + 49 = 206 minutes.
Adding the individual values gives the total Monday waiting time.
3
Find the total sum of waiting times for the 3 patients logged on Tuesday.
Tuesday sum = 300206=94300 - 206 = 94 minutes.
Subtracting Monday's total from the combined total yields Tuesday's total.
4
Determine the third patient's waiting time on Tuesday using the given values.
Third patient's waiting time = 94(22+34)=9456=3894 - (22 + 34) = 94 - 56 = 38 minutes.
The sum of the 3 Tuesday patients is 94 minutes, and two known patients waited 22 and 34 minutes. Note that the sorted set (22,34,38)(22, 34, 38) has a median of 34 minutes, consistent with the problem statement.

Key Concept

Combined Mean and Median Properties
Question 149Question

A technology committee has a pool of 88 available guest speakers consisting of 55 computer scientists and 33 data privacy experts. A 44-person panel is to be formed from this pool. Which of the following statements regarding the possible panel selections must be true? Select all such statements.

Select all that apply

Show answer & explanation

Answer: The total number of different 44-person panels that can be formed without any restriction on specialty is equal to 7070.; The number of different 44-person panels that consist of exactly 22 computer scientists and 22 data privacy experts is equal to 3030.; The number of different 44-person panels containing at least 11 data privacy expert is equal to 6565.

Answer

The correct statements are those asserting that total unrestricted panels equal 70, panels with exactly 2 computer scientists and 2 privacy experts equal 30, and panels with at least 1 privacy expert equal 65.
The total unrestricted 4-person panels from 8 speakers is 8C4 = 70. Selecting 2 computer scientists (5C2 = 10) and 2 privacy experts (3C2 = 3) yields 10 × 3 = 30 panels. Using complementary counting, panels with at least 1 privacy expert equal total panels (70) minus panels composed entirely of computer scientists (5C4 = 5), giving 70 - 5 = 65.

Step-by-Step Solution

1
Calculate unrestricted combinations of 4 speakers out of 8
(84)=8×7×6×54×3×2×1=70\binom{8}{4} = \frac{8 \times 7 \times 6 \times 5}{4 \times 3 \times 2 \times 1} = 70
Selection order does not matter for committee membership, so we use combinations.
2
Calculate combinations with restricted counts (2 CS and 2 PE)
(52)×(32)=10×3=30\binom{5}{2} \times \binom{3}{2} = 10 \times 3 = 30
By the Fundamental Counting Principle, independent choices for each subgroup are multiplied.
3
Calculate combinations with 'at least 1' condition using the complementary counting method
Total panels minus panels with 0 PE: 70(54)=705=6570 - \binom{5}{4} = 70 - 5 = 65
Subtracting outcomes that violate the constraint from total possible outcomes simplifies 'at least 1' calculations.
4
Evaluate the permutation and impossible constraint statements
Arranging 4 CS out of 5 gives P(5,4)=12020P(5,4) = 120 \neq 20. A 4-person panel with 0 CS requires 4 PE out of 3, which gives 010 \neq 1.
Arrangement requires permutations, and panel requirements exceeding available pool members yield zero valid groups.

Key Concept

Combinations, Permutations, and Complementary Counting Principle
Question 150Question

A quality control analyst evaluates a manufacturing process in which two specific types of flaws, Flaw XX and Flaw YY, can occur on produced glass panels. The probability that a randomly selected panel has Flaw XX is P(X)=0.20P(X) = 0.20, and the probability that it has Flaw YY is P(Y)=0.30P(Y) = 0.30. The analyst confirms that Flaw XX and Flaw YY are mutually exclusive events.

Which of the following statements MUST be true regarding these two flaw types? Select all such statements.

Select all that apply

Show answer & explanation

Answer: The probability that a randomly selected panel has at least one of the two flaws is 0.500.50.; The conditional probability of a panel having Flaw XX given that it has Flaw YY, P(XY)P(X \mid Y), is equal to 00.

Answer

The statement that the probability of having at least one flaw is 0.50 and the statement that the conditional probability P(X | Y) is 0 are both true.
Because Flaw XX and Flaw YY are mutually exclusive, their intersection P(XY)=0P(X \cap Y) = 0. By the addition rule, the probability of at least one flaw is P(XY)=P(X)+P(Y)=0.20+0.30=0.50P(X \cup Y) = P(X) + P(Y) = 0.20 + 0.30 = 0.50. Furthermore, the conditional probability P(XY)=P(XY)P(Y)=00.30=0P(X \mid Y) = \frac{P(X \cap Y)}{P(Y)} = \frac{0}{0.30} = 0. Thus, both the statement claiming the union probability is 0.500.50 and the statement claiming the conditional probability is 00 are correct.

Step-by-Step Solution

1
Analyze the definition of mutually exclusive events
Since Flaw XX and Flaw YY are mutually exclusive, they cannot occur simultaneously on the same panel. Therefore, P(XY)=0P(X \cap Y) = 0.
By definition, mutually exclusive events have an intersection probability of zero.
2
Calculate the union probability P(X or Y)
Using the addition rule for mutually exclusive events: P(XY)=P(X)+P(Y)P(XY)=0.20+0.300=0.50P(X \cup Y) = P(X) + P(Y) - P(X \cap Y) = 0.20 + 0.30 - 0 = 0.50.
The probability of at least one event occurring is the sum of their individual probabilities when the intersection is zero.
3
Calculate the conditional probability P(X | Y)
P(XY)=P(XY)P(Y)=00.30=0P(X \mid Y) = \frac{P(X \cap Y)}{P(Y)} = \frac{0}{0.30} = 0.
If Flaw YY is known to occur, Flaw XX cannot occur due to mutual exclusivity.
4
Evaluate independence between the two events
For independence, P(XY)P(X \cap Y) must equal P(X)×P(Y)=0.20×0.30=0.06P(X) \times P(Y) = 0.20 \times 0.30 = 0.06. Since 00.060 \neq 0.06, the events are dependent.
Two events with non-zero probabilities that are mutually exclusive are always dependent because the occurrence of one guarantees the non-occurrence of the other.

Key Concept

Mutually Exclusive vs. Independent Events
Question 151Question

A librarian is arranging 77 distinct books on a display shelf: 44 history books and 33 science books. If all 33 science books must be placed adjacent to one another, in how many different linear orders can the 77 books be arranged?

Show answer & explanation

Answer: 720

Answer

720 linear arrangements
To arrange items with an adjacency restriction, bundle the restricted items (the 3 science books) into 1 block. This leaves 4 history books and 1 science block, totaling 5 units to arrange linearly in 5! = 120 ways. Within the science block, the 3 distinct books can be arranged in 3! = 6 ways. By the Fundamental Counting Principle, the total number of linear arrangements is 5! × 3! = 120 × 6 = 720.

Step-by-Step Solution

1
Group the constrained items into a single block.
Treat the 33 distinct science books as a single unit or block, denoted as [S][S].
Since the science books must always stand next to each other, they move as a single combined item.
2
Count the total number of items to arrange linearly.
We have 44 individual history books plus 11 science block, giving 4+1=54 + 1 = 5 items.
The 55 units can be ordered among themselves in 5!5! ways.
3
Calculate the outer arrangements of the 5 units.
5!=5×4×3×2×1=1205! = 5 \times 4 \times 3 \times 2 \times 1 = 120.
This accounts for all position permutations of the history books and the block.
4
Calculate internal permutations within the science block and multiply.
3!=63! = 6 ways within the block. Total arrangements = 120×6=720120 \times 6 = 720.
By the Fundamental Counting Principle, total ways equals outer permutations multiplied by inner permutations.

Key Concept

Permutations with Adjacency Restrictions (Block Method)
Question 152Question

A quality assurance auditor reviewed the processing times, in seconds, for a batch of 7 completed tasks: 22,10,24,18,30,22,22, 10, 24, 18, 30, 22, and 1414. An 8th task with a processing time of xx seconds, where xx is a positive integer, is added to the batch. Which of the following statements must be true? Select all such statements.

Select all that apply

Show answer & explanation

Answer: If x=22x = 22, the median of the 8 processing times is equal to 22.; If the arithmetic mean of the 8 processing times is equal to 21, then x=28x = 28.

Answer

The correct statements are those asserting that if x=22x=22, the median of the 8 processing times is 22, and if the mean of the 8 processing times is 21, then x=28x=28.
The statement regarding x=22x=22 is correct because inserting 22 places 22 at both the 4th and 5th positions of the 8-element ordered list, yielding a median of 22. The statement regarding a mean of 21 is correct because the required total sum for 8 items is 8×21=1688 \times 21 = 168, which requires x=168140=28x = 168 - 140 = 28.

Step-by-Step Solution

1
Order the original dataset and calculate initial metrics.
Sorted original list: 10,14,18,22,22,24,3010, 14, 18, 22, 22, 24, 30. Original sum = 140, original mean = 1407=20\frac{140}{7} = 20, original median = 22 (4th term).
Establishing the initial baseline values is necessary to evaluate statements about changes in mean and median.
2
Evaluate the statement regarding median when x=22x=22.
Inserting x=22x=22 yields sorted list: 10,14,18,22,22,22,24,3010, 14, 18, 22, 22, 22, 24, 30. The 4th and 5th items are both 22, giving median 22+222=22\frac{22+22}{2} = 22.
Confirms the first statement is true.
3
Evaluate the statement regarding mean equal to 21.
Target sum for 8 items with mean 21 is 8×21=1688 \times 21 = 168. Setting 140+x=168140 + x = 168 yields x=28x = 28.
Confirms the second statement is true.
4
Evaluate remaining incorrect statements.
For x=18x=18, ordered list is 10,14,18,18,22,22,24,3010, 14, 18, 18, 22, 22, 24, 30, giving median 18+222=2021\frac{18+22}{2} = 20 \neq 21. For x=30x=30, new mean is 21.2521.25, an increase of 1.2551.25 \neq 5. For x=10x=10, 10 and 22 both appear twice, making it bimodal rather than having a single mode of 10.
Verifies that all other statements are false.

Key Concept

Measures of Central Tendency (Mean, Median, Mode) for modified datasets
Question 153Question

A medical laboratory uses an automated analyzer to screen blood samples for two distinct markers, Marker A and Marker B. The probability that a randomly selected sample contains Marker A is 0.400.40, and the probability that it contains Marker B is 0.250.25. If the presence of Marker A and the presence of Marker B are independent events, what is the probability that a randomly selected sample contains at least one of these two markers?

Show answer & explanation

Answer: 0.55

Answer

The probability that a randomly selected sample contains at least one of the two markers is 0.550.55.
To find the probability that a sample contains at least one marker, apply the general addition rule P(A or B)=P(A)+P(B)P(A and B)P(\text{A or B}) = P(\text{A}) + P(\text{B}) - P(\text{A and B}). Because the events are independent, P(A and B)=P(A)×P(B)=0.40×0.25=0.10P(\text{A and B}) = P(\text{A}) \times P(\text{B}) = 0.40 \times 0.25 = 0.10. Substituting the values gives 0.40+0.250.10=0.550.40 + 0.25 - 0.10 = 0.55. Alternatively, using the complementary probability rule yields 1P(neither)=1(10.40)(10.25)=1(0.60×0.75)=10.45=0.551 - P(\text{neither}) = 1 - (1 - 0.40)(1 - 0.25) = 1 - (0.60 \times 0.75) = 1 - 0.45 = 0.55.

Step-by-Step Solution

1
Identify the given probabilities and event relationship.
P(A)=0.40P(\text{A}) = 0.40, P(B)=0.25P(\text{B}) = 0.25, and events A and B are independent.
Establishing the parameters is necessary to apply the appropriate probability formulas.
2
Calculate the joint probability P(A and B)P(\text{A and B}).
P(A and B)=P(A)×P(B)=0.40×0.25=0.10P(\text{A and B}) = P(\text{A}) \times P(\text{B}) = 0.40 \times 0.25 = 0.10.
For independent events, the probability of both events occurring simultaneously is the product of their individual probabilities.
3
Apply the general addition rule for probability to find P(A or B)P(\text{A or B}).
P(A or B)=P(A)+P(B)P(A and B)=0.40+0.250.10=0.55P(\text{A or B}) = P(\text{A}) + P(\text{B}) - P(\text{A and B}) = 0.40 + 0.25 - 0.10 = 0.55.
The probability of at least one event occurring requires subtracting the overlapping joint probability to avoid double-counting.

Key Concept

Probability of Independent Events and the General Addition Rule
Question 154Question

A regional library recorded the daily number of public computer reservations over a 7-day period: 14,25,18,31,25,12,14, 25, 18, 31, 25, 12, and 2121. During the following week, 2 additional daily reservation values, xx and yy, were added to the dataset. If the median of the resulting 9-day dataset is equal to the mode of the original 7-day dataset, which of the following values could be the sum of xx and yy?

Show answer & explanation

Answer: 54

Answer

54
The mode of the original 7 values is 25. When 2 values (xx and yy) are added to form a 9-value dataset, the median is the 5th value when ordered. In the original sorted dataset (12,14,18,21,25,25,3112, 14, 18, 21, 25, 25, 31), there are only 3 values greater than or equal to 25. To make the 5th value of the combined 9-value list equal to 25, both added values must be at least 25 (x25x \ge 25 and y25y \ge 25). Consequently, their sum x+yx + y must be at least 5050. The only choice that satisfies x+y50x + y \ge 50 is 54.

Step-by-Step Solution

1
Identify the mode of the original 7-day dataset.
The original values are 14,25,18,31,25,12,2114, 25, 18, 31, 25, 12, 21. The value 2525 appears twice, while all other numbers appear once. Therefore, the mode is 2525.
The question states that the target median of the 9-day dataset must equal the mode of the original dataset.
2
Sort the original 7-day dataset in ascending order.
The sorted original dataset is 12,14,18,21,25,25,3112, 14, 18, 21, 25, 25, 31.
Determining position-based metrics like median requires ordering the data.
3
Determine the condition required for the median of the 9-day dataset to be 25.
In a sorted 9-element dataset, the median is the 5th element. For the 5th element to be 2525, there must be at least 5 elements in the set that are greater than or equal to 2525. The original set contains 3 elements 25\ge 25 (25,25,3125, 25, 31). Thus, both new values xx and yy must be 25\ge 25.
If only one of xx or yy were 25\ge 25, there would only be 4 elements 25\ge 25, making the 5th element (median) less than 2525.
4
Calculate the lower bound for the sum x+yx + y and select the valid option.
Since x25x \geq 25 and y25y \geq 25, the sum must satisfy x+y25+25=50x + y \geq 25 + 25 = 50. Among the given options, only 5454 is greater than or equal to 5050.
Any sum less than 5050 violates the condition that both xx and yy are at least 2525.

Key Concept

Determining positional metrics (median) after dataset expansion
Question 155Question

A technology startup recorded the monthly software subscription costs, in dollars, for 6 department teams: 450,120,310,120,280,450, 120, 310, 120, 280, and 500500. A seventh department team with a monthly subscription cost of xx dollars is added to the dataset, where xx is a positive integer. Which of the following statements regarding the measures of central tendency for the updated 7-team dataset must be true? Select all that apply.

Select all that apply

Show answer & explanation

Answer: The median of the subscription costs for the 7 teams cannot be greater than 310.; If x=600x = 600, the arithmetic mean of the subscription costs for the 7 teams is greater than the median.

Answer

The statements that must be true are that the median cannot exceed 310, and that if x = 600, the arithmetic mean is greater than the median.
Sorting the six known values gives 120, 120, 280, 310, 450, 500. In a dataset of 7 numbers, the median is the 4th value when sorted. If x is added, the 4th value will be 280 if x ≤ 280, x if 280 < x < 310, or 310 if x ≥ 310. Thus, the median is capped at 310. Furthermore, setting x = 600 yields a median of 310 and a mean of (1780 + 600) / 7 = 340, which is greater than the median.

Step-by-Step Solution

1
Sort the existing 6 dataset elements in ascending order and compute their sum.
Sorted list: 120, 120, 280, 310, 450, 500. Sum = 1780.
Establishing the baseline position of values helps determine how inserting x shifts the median, mean, and mode.
2
Analyze the position of the median for a 7-element dataset.
The median is the 4th element when sorted. If x ≤ 280, the 4th element is 280. If 280 < x < 310, the 4th element is x. If x ≥ 310, the 4th element is 310. Thus, 280 ≤ median ≤ 310.
This establishes upper and lower bounds for the median regardless of x.
3
Evaluate the statement regarding median upper bound (median ≤ 310).
Since the maximum possible 4th element in the sorted 7-element list is 310, the median can never be greater than 310.
Confirms the validity of the statement concerning the maximum median.
4
Evaluate the scenario where x = 600.
Sum = 1780 + 600 = 2380. Mean = 2380 / 7 = 340. Median = 310 (since 600 ≥ 310). 340 > 310.
Confirms that when x = 600, mean (340) is strictly greater than median (310).

Key Concept

Measures of Central Tendency (Mean, Median, Mode)
Question 156Question

A sports scientist records the recovery times, in minutes, for 5 subjects after an intense workout. Four of the times are 44,16,52,44, 16, 52, and 3232 minutes, and the fifth time is xx minutes. The 5 times are listed in no particular order. If 32<x<4432 < x < 44 and the arithmetic mean of all 5 recovery times is equal to the median of the 5 recovery times, what is the value of xx?

Show answer & explanation

Answer: 36

Answer

The value of xx is 36.
Because 32<x<4432 < x < 44, the 5 numbers listed in ascending order are 16,32,x,44,5216, 32, x, 44, 52. The median of these 5 numbers is the middle value, xx. Setting the mean 16+32+x+44+525=144+x5\frac{16 + 32 + x + 44 + 52}{5} = \frac{144 + x}{5} equal to the median xx gives 144+x5=x\frac{144 + x}{5} = x, which simplifies to 4x=1444x = 144 and yields x=36x = 36.

Step-by-Step Solution

1
Order the dataset in ascending numerical order.
The five data values in sorted order are 16,32,x,44,5216, 32, x, 44, 52 because it is given that 32<x<4432 < x < 44.
Finding the median of a dataset requires arranging all elements in ascending or descending order first.
2
Identify the median of the 5 values.
The median is the 3rd element in the sorted 5-element list, which is xx.
For an odd number of items (n=5n = 5), the median is the middle value at position 5+12=3\frac{5+1}{2} = 3.
3
Express the arithmetic mean in terms of xx.
\text{Mean} = \frac{16 + 32 + x + 44 + 52}{5} = \frac{144 + x}{5}$.
The arithmetic mean is defined as the sum of all values divided by the total count of values (n=5n = 5).
4
Set the mean equal to the median and solve for xx.
\frac{144 + x}{5} = x \implies 144 + x = 5x \implies 4x = 144 \implies x = 36$.
The problem states that the arithmetic mean equals the median.

Key Concept

Measures of Central Tendency (Mean, Median, Mode)
Estimated Time:1m 45s
Question 157Question

Two events EE and FF in a sample space have probabilities P(E)=0.40P(E) = 0.40 and P(F)=0.50P(F) = 0.50. Which of the following statements must be true? Select all such statements.

Select all that apply

Show answer & explanation

Answer: If events EE and FF are mutually exclusive, then P(E or F)=0.90P(E \text{ or } F) = 0.90.; If events EE and FF are independent, then P(E and F)=0.20P(E \text{ and } F) = 0.20.; Events EE and FF cannot be both mutually exclusive and independent.

Answer

The correct statements are: 'If events E and F are mutually exclusive, then P(E or F) = 0.90', 'If events E and F are independent, then P(E and F) = 0.20', and 'Events E and F cannot be both mutually exclusive and independent.'
The statement regarding mutually exclusive events correctly uses the addition rule P(E or F) = P(E) + P(F) = 0.90 because there is no overlap. The statement regarding independent events correctly applies the multiplication rule P(E and F) = P(E) * P(F) = 0.20. Finally, events with non-zero probabilities cannot be both mutually exclusive (requiring zero intersection) and independent (requiring positive intersection), making the impossibility statement correct.

Step-by-Step Solution

1
Evaluate the union probability for mutually exclusive events.
P(E or F) = P(E) + P(F) = 0.40 + 0.50 = 0.90.
By definition of mutually exclusive events, P(E and F) = 0.
2
Evaluate the joint probability for independent events.
P(E and F) = P(E) * P(F) = 0.40 * 0.50 = 0.20.
The multiplication rule applies directly to independent events.
3
Evaluate whether mutually exclusive events with non-zero probabilities can be independent.
They cannot be both mutually exclusive and independent.
Mutual exclusivity requires P(E and F) = 0, whereas independence requires P(E and F) = 0.20, which are contradictory.
4
Evaluate the union probability for independent events.
P(E or F) = 0.40 + 0.50 - 0.20 = 0.70.
The general addition rule P(E or F) = P(E) + P(F) - P(E and F) must account for the overlap.

Key Concept

Distinction between independent events and mutually exclusive events in probability
Question 158Question

At an automated agricultural sorting facility, harvested apples are inspected for two independent quality conditions: surface bruising and internal core rot. The probability that a randomly chosen apple has surface bruising is 16\frac{1}{6}, and the probability that it has internal core rot is 15\frac{1}{5}. What is the probability that a randomly chosen apple has at least one of these two quality conditions?

Show answer & explanation

Answer: 13\frac{1}{3}

Answer

13\frac{1}{3}
The probability of at least one of two independent events occurring is given by P(BR)=P(B)+P(R)P(BR)P(B \cup R) = P(B) + P(R) - P(B \cap R). Since the events are independent, P(BR)=P(B)×P(R)=16×15=130P(B \cap R) = P(B) \times P(R) = \frac{1}{6} \times \frac{1}{5} = \frac{1}{30}. Substituting these values gives 16+15130=530+630130=1030=13\frac{1}{6} + \frac{1}{5} - \frac{1}{30} = \frac{5}{30} + \frac{6}{30} - \frac{1}{30} = \frac{10}{30} = \frac{1}{3}. Alternatively, using the complement rule, P(at least one)=1P(neither)=1(116)(115)=1(56×45)=146=13P(\text{at least one}) = 1 - P(\text{neither}) = 1 - \left(1 - \frac{1}{6}\right)\left(1 - \frac{1}{5}\right) = 1 - \left(\frac{5}{6} \times \frac{4}{5}\right) = 1 - \frac{4}{6} = \frac{1}{3}.

Step-by-Step Solution

1
Identify the given probabilities and event relationship.
Let BB be the event that an apple has surface bruising, so P(B)=16P(B) = \frac{1}{6}. Let RR be the event that an apple has internal core rot, so P(R)=15P(R) = \frac{1}{5}. The events are given as independent.
Establishing the mathematical definitions and given conditions is necessary before applying probability rules.
2
Calculate the joint probability of both events occurring, P(BR)P(B \cap R).
P(BR)=P(B)×P(R)=16×15=130P(B \cap R) = P(B) \times P(R) = \frac{1}{6} \times \frac{1}{5} = \frac{1}{30}.
For independent events, the probability that both occur simultaneously is the product of their individual probabilities.
3
Apply the addition rule of probability (inclusion-exclusion principle) to find P(BR)P(B \cup R).
P(BR)=P(B)+P(R)P(BR)=16+15130=530+630130=1030=13P(B \cup R) = P(B) + P(R) - P(B \cap R) = \frac{1}{6} + \frac{1}{5} - \frac{1}{30} = \frac{5}{30} + \frac{6}{30} - \frac{1}{30} = \frac{10}{30} = \frac{1}{3}.
The probability of at least one event occurring requires subtracting the intersection so that the overlapping outcome is not counted twice.

Key Concept

Probability of the Union of Independent Events
Estimated Time:1m 30s
Question 159Question

A dataset consists of 7 integers: 5,8,12,14,16,20,5, 8, 12, 14, 16, 20, and xx. If the median of the dataset is strictly greater than the mean of the dataset, which of the following could be the value of xx? Select all such values.

Select all that apply

Show answer & explanation

Answer: 44; 1313; 1818

Answer

The values of xx that make the median strictly greater than the mean are 44, 1313, and 1818.
The median of a 7-element dataset is its 4th element when arranged in ascending order. Testing the values shows that for 44, the median (1212) exceeds the mean (11.2911.29); for 1313, the median (1313) exceeds the mean (12.5712.57); and for 1818, the median (1414) exceeds the mean (13.2913.29). All three satisfy the condition.

Step-by-Step Solution

1
Express the mean of the dataset in terms of xx.
The sum of the known 6 numbers is 5+8+12+14+16+20=755 + 8 + 12 + 14 + 16 + 20 = 75. The total sum for 7 numbers is 75+x75 + x, making the mean Mean=75+x7\text{Mean} = \frac{75 + x}{7}.
The mean is calculated as the sum of all elements divided by the total count (7).
2
Analyze the median across different ranges of xx.
For 7 numbers sorted in order, the median is the 4th number. If x12x \le 12, the sorted list starts with x,5,8,12x, 5, 8, 12 or similar, so the 4th element is 1212. If 12<x<1412 < x < 14, the 4th element is xx. If x14x \ge 14, the 4th element is 1414.
The position of xx relative to the known numbers determines which element falls into the middle (4th) spot.
3
Test the condition Median>Mean\text{Median} > \text{Mean} for each piecewise case.
Case 1 (x12x \le 12): 12>75+x7    84>75+x    x<912 > \frac{75 + x}{7} \implies 84 > 75 + x \implies x < 9. Thus, x=4x = 4 works, but x=10x = 10 does not.
Case 2 (12<x<1412 < x < 14): x>75+x7    7x>75+x    6x>75    x>12.5x > \frac{75 + x}{7} \implies 7x > 75 + x \implies 6x > 75 \implies x > 12.5. Thus, x=13x = 13 works.
Case 3 (x14x \ge 14): 14>75+x7    98>75+x    x<2314 > \frac{75 + x}{7} \implies 98 > 75 + x \implies x < 23. Thus, x=18x = 18 works, but x=25x = 25 does not.
Solving the inequality for each case yields all valid ranges for xx: x<9x < 9, x=13x = 13, and 14x<2314 \le x < 23.

Key Concept

Measures of Central Tendency (Mean vs. Median Analysis with Variables)
Question 160Question

During a quality assurance test of a dual-sensor monitoring device, Sensor AA operates independently of Sensor BB. The probability that Sensor AA detects a target signal during a test trial is 0.800.80, and the probability that Sensor BB detects the target signal during the same trial is 0.750.75. What is the probability that exactly one of the two sensors detects the target signal during a test trial?

Show answer & explanation

Answer: 0.35

Answer

0.35
To find the probability that exactly one sensor detects the signal, we must evaluate two disjoint scenarios: Sensor AA detects while Sensor BB fails (0.80×0.25=0.200.80 \times 0.25 = 0.20), or Sensor AA fails while Sensor BB detects (0.20×0.75=0.150.20 \times 0.75 = 0.15). Summing these two probabilities gives 0.20+0.15=0.350.20 + 0.15 = 0.35. Alternatively, subtracting the probability that both sensors detect (0.80×0.75=0.600.80 \times 0.75 = 0.60) from the probability that at least one detects (10.20×0.25=0.951 - 0.20 \times 0.25 = 0.95) yields 0.950.60=0.350.95 - 0.60 = 0.35.

Step-by-Step Solution

1
Determine the probabilities of individual event non-occurrences
P(A)=0.20P(A') = 0.20 and P(B)=0.25P(B') = 0.25
The probability of an event not occurring is 11 minus the probability that it occurs.
2
Calculate joint probability for each mutually exclusive event outcome
P(A and B)=0.80×0.25=0.20P(A \text{ and } B') = 0.80 \times 0.25 = 0.20 and P(A and B)=0.20×0.75=0.15P(A' \text{ and } B) = 0.20 \times 0.75 = 0.15
Since the sensors operate independently, P(X and Y)=P(X)×P(Y)P(X \text{ and } Y) = P(X) \times P(Y).
3
Combine the independent outcomes that satisfy the condition
0.20+0.15=0.350.20 + 0.15 = 0.35
The scenarios (only AA detects, or only BB detects) are mutually exclusive, so their probabilities are added.

Key Concept

Probability of Independent and Mutually Exclusive Events
PreviousPage 8 / 9Next
Data Analysis Practice Questions — GRE General Test — Page 8 | Examkin