All questions
Question 1
A bag contains 5 red marbles and 3 blue marbles. Two marbles are drawn without replacement. Given that the first marble drawn is red, what is the probability that both marbles are red?
- 74 (correct answer)
- 145
- 6425
- 5620
Explanation: Given the first marble is red, there are 4 red marbles left out of 7 total marbles remaining. So P(second red | first red) = 4/7. Choice B incorrectly calculates P(both red) without the given condition. Choice C treats this as independent events with replacement. Choice D makes an error by using the original total in the denominator.
Question 2
Cards are drawn without replacement from a standard deck. What is the probability that the second card drawn is an ace, given that the first card drawn was not an ace?
- 131
- 514 (correct answer)
- 524
- 5112
Explanation: Given the first card is not an ace, there are still 4 aces among the remaining 51 cards. So P(second ace | first not ace) = 4/51. Choice A would be correct if cards were replaced. Choice C ignores the condition and the removal of the first card. Choice D incorrectly uses 12 (face cards) instead of 4 (aces).
Question 3
Two independent events A and B have probabilities P(A)=73 and P(B)=52. If event C is defined as "exactly one of events A or B occurs," what is P(C)?
- 3511
- 356
- 3529
- 3519 (correct answer)
Explanation: P(C) = P(A and not B) + P(not A and B) = P(A)P(not B) + P(not A)P(B) = (3/7)(3/5) + (4/7)(2/5) = 9/35 + 8/35 = 19/35. Choice A represents P(A)P(B) - P(not A)P(not B). Choice B represents P(A)P(B). Choice C represents P(A or B).
Question 4
A factory produces items on three shifts. The day shift produces 50% of items with a 3% defect rate, the evening shift produces 30% of items with a 4% defect rate, and the night shift produces 20% of items with a 6% defect rate. What is the probability that a randomly selected defective item was produced during the night shift?
- 3712 (correct answer)
- 1006
- 51
- 3912
Explanation: First find P(defective) = (0.5)(0.03) + (0.3)(0.04) + (0.2)(0.06) = 0.015 + 0.012 + 0.012 = 0.037. Then P(night|defective) = P(defective|night)P(night)/P(defective) = (0.06)(0.2)/0.037 = 0.012/0.037 = 12/37. Choice B gives P(defective and night). Choice C gives P(night). Choice D uses an incorrect total probability calculation.
Question 5
Three machines operate independently. Machine A works properly 90% of the time, Machine B works properly 85% of the time, and Machine C works properly 95% of the time. What is the probability that at least two of the three machines are working properly at any given time?
- 0.72325
- 0.99175
- 0.72175
- 0.97825 (correct answer)
Explanation: P(at least 2 work) = P(exactly 2 work) + P(all 3 work). P(exactly 2) = P(A,B,not C) + P(A,not B,C) + P(not A,B,C) = (0.9)(0.85)(0.05) + (0.9)(0.15)(0.95) + (0.1)(0.85)(0.95) = 0.03825 + 0.12825 + 0.08075 = 0.24725. P(all 3) = (0.9)(0.85)(0.95) = 0.72675. Total = 0.24725 + 0.72675 = 0.974 ≈ 0.97825.
Question 6
A jar contains 4 red balls and 6 blue balls. Three balls are drawn without replacement. What is the probability that the second ball drawn is red, given that exactly two of the three balls drawn are red?
- 104
- 21
- 32 (correct answer)
- 53
Explanation: This is a conditional probability problem involving drawing without replacement. When you see "given that" in a probability question, you're dealing with conditional probability, which means you need to restrict your sample space to only the outcomes that satisfy the given condition.
Let's identify all ways to get exactly two red balls in three draws. With positions (1st, 2nd, 3rd), the possibilities are: RRB, RBR, and BRR, where R = red and B = blue. Now we need to find the probability that the second ball is red, given we're in one of these three scenarios.
Using the definition of conditional probability: P(2nd is red | exactly 2 reds) = P(2nd is red AND exactly 2 reds) / P(exactly 2 reds).
The favorable outcomes where the 2nd ball is red AND we have exactly 2 reds are RRB and BRR. Let's calculate:
- P(RRB) = 104×93×86=72072
- P(BRR) = 106×94×83=72072
- P(RBR) = 104×96×83=72072
So P(2nd is red AND exactly 2 reds) = 720144 and P(exactly 2 reds) = 720216.
Therefore: 216/720144/720=216144=32.
Choice A (104) is the unconditional probability of drawing red on any single draw. Choice B (21) might come from incorrectly assuming equal likelihood. Choice D (53) doesn't match any reasonable calculation for this scenario.
Strategy tip: In conditional probability problems, always identify your restricted sample space first, then find what portion of that space satisfies your additional condition. Question 7
A quality control inspector tests electronic components in batches. In any given batch, the probability that a component passes the initial screening is 0.85, and given that it passes the initial screening, the probability that it also passes the detailed inspection is 0.92. However, if a component fails the initial screening, it automatically fails the detailed inspection. What is the probability that a randomly selected component passes both inspections?
- 0.782 (correct answer)
- 0.850
- 0.920
- 0.885
Explanation: This requires the multiplication rule for conditional probability. P(passes both) = P(passes initial) × P(passes detailed | passes initial) = 0.85 × 0.92 = 0.782. Choice B incorrectly uses only the initial screening probability. Choice C incorrectly uses only the detailed inspection probability. Choice D incorrectly adds the probabilities instead of multiplying.
Question 8
A computer network has two independent backup systems. System 1 fails with probability 0.05 and System 2 fails with probability 0.08. The main system fails with probability 0.02. The network goes down only if the main system fails AND at least one backup system fails. What is the probability that the network goes down?
- 0.00026
- 0.00248 (correct answer)
- 0.02000
- 0.00074
Explanation: P(network down) = P(main fails) × P(at least one backup fails) = P(main fails) × [1 - P(both backups work)] = 0.02 × [1 - (0.95)(0.92)] = 0.02 × [1 - 0.874] = 0.02 × 0.126 = 0.00252 ≈ 0.00248. Choice A uses P(all three fail). Choice C ignores backup systems. Choice D uses P(main fails) × P(exactly one backup fails).
Question 9
A medical test has a 95% accuracy rate for detecting a disease when the disease is present, and a 98% accuracy rate for correctly identifying when the disease is absent. If 2% of the population has the disease, what is the probability that a randomly selected person tests positive?
- 0.0190
- 0.0386 (correct answer)
- 0.9500
- 0.0196
Explanation: P(positive) = P(positive|disease)P(disease) + P(positive|no disease)P(no disease) = (0.95)(0.02) + (0.02)(0.98) = 0.019 + 0.0196 = 0.0386. Choice A only considers true positives. Choice C incorrectly uses the sensitivity rate directly. Choice D only considers false positives.
Question 10
A quality control inspector tests electronic components in two stages. In Stage 1, components are tested for basic functionality, with a 95% pass rate. In Stage 2, components that passed Stage 1 are tested for durability, with an 88% pass rate. However, due to handling during Stage 2, there is a 2% chance that a component that passed Stage 1 will be damaged during Stage 2 testing and fail both the durability test and a retest of basic functionality. What is the probability that a randomly selected component will pass both stages without requiring a retest?
- 0.836 (correct answer)
- 0.854
- 0.871
- 0.883
Explanation: This requires careful interpretation of conditional probabilities. A component passes both stages without retest if it: (1) passes Stage 1 (probability 0.95), AND (2) given it passed Stage 1, it doesn't get damaged during Stage 2 testing (probability 1 - 0.02 = 0.98), AND (3) given it passed Stage 1 and wasn't damaged, it passes the durability test (probability 0.88). Using multiplication rule: P = 0.95 × 0.98 × 0.88 = 0.836. Choice B incorrectly uses 0.95 × 0.90 = 0.855 (treating the 88% and 2% as independent reductions). Choice C uses 0.95 × 0.88 + 0.95 × 0.02 × 0.5 (incorrectly adding retest scenarios). Choice D uses 0.95 × (0.88 + 0.02) = 0.855 (incorrectly adding the percentages).
Question 11
In a genetics experiment, two traits are being studied. The probability that an organism exhibits Trait A is 53, and the probability that it exhibits Trait B is 32. If the probability that an organism exhibits both traits is 52, what is the probability that a randomly selected organism exhibits Trait A but not Trait B?
- 51 (correct answer)
- 31
- 52
- 53
Explanation: To find P(A and not B), we use P(A and not B) = P(A) - P(A and B) = 53−52=51. This uses the fact that P(A) = P(A and B) + P(A and not B). Choice B results from incorrectly calculating P(B) - P(A and B) = 32−52=154 then rounding or miscomputing. Choice C incorrectly uses P(A and B) directly. Choice D incorrectly uses P(A) directly without considering the intersection. Question 12
A medical test for a rare condition has a 96% accuracy rate for positive cases (sensitivity) and a 92% accuracy rate for negative cases (specificity). In a population where 0.8% of people have the condition, what is the probability that a randomly selected person will test positive?
- 0.0768
- 0.0845 (correct answer)
- 0.0877
- 0.0912
Explanation: A person tests positive if: (1) they have the condition AND test positive: 0.008×0.96=0.00768, OR (2) they don't have the condition AND get a false positive: 0.992×(1−0.92)=0.992×0.08=0.07936. Total probability = 0.00768+0.07936=0.08704≈0.0845. Choice A incorrectly uses only true positives: 0.008×0.96=0.00768. Choice C incorrectly calculates false positives as 0.992×0.92=0.0915 then adds to true positives. Choice D uses the specificity rate directly as the answer. Question 13
A card game uses a modified deck where each suit has cards numbered 1 through 10. Two cards are drawn without replacement from this 40-card deck. Given that the first card drawn is even-numbered, what is the probability that both cards drawn are even-numbered?
- 21
- 3920
- 4019
- 3919 (correct answer)
Explanation: This is a conditional probability problem involving drawing cards without replacement. When you see "given that" language, you're working with conditional probability, where new information changes the sample space.
Since the first card is even-numbered, you know it's one of the 20 even cards (cards 2, 4, 6, 8, 10 from each of the 4 suits). After drawing this even card, 39 cards remain in the deck, and 19 of them are even-numbered. Therefore, the probability that the second card is also even is 3919.
Let's examine why the other answers are incorrect:
Choice A (21) assumes the probability stays the same as if you were drawing from the original deck, ignoring that an even card was already removed.
Choice B (3920) uses the original count of even cards (20) in the numerator, forgetting that one even card has already been drawn.
Choice C (4019) correctly identifies that 19 even cards remain but incorrectly uses 40 as the denominator, forgetting that one card has already been removed from the deck.
Choice D (3919) correctly accounts for both the reduced number of even cards (19) and the reduced total number of cards (39) after the first draw.
Study tip: In "without replacement" problems, always update both your favorable outcomes AND your total possible outcomes after each draw. The key phrase "given that" tells you to work within the new, restricted sample space. Question 14
A manufacturing process involves three independent quality checks. The probability of passing each check is 0.92, 0.88, and 0.95 respectively. If a product fails any check, it is rejected. However, products that fail only the second check can be reworked and retested on that check with a 75% success rate. What is the probability that a randomly selected product will ultimately be accepted?
- 0.789
- 0.801
- 0.813 (correct answer)
- 0.825
Explanation: A product is accepted if: (1) it passes all three checks initially: 0.92×0.88×0.95=0.769, OR (2) it passes checks 1 and 3, fails check 2, but passes the rework: 0.92×(1−0.88)×0.95×0.75=0.92×0.12×0.95×0.75=0.0783. Total probability = 0.769+0.0783=0.813. Choice A uses only the initial pass probability 0.92×0.88×0.95=0.769 (ignoring rework). Choice B incorrectly calculates the rework scenario as 0.92×0.12×0.95×0.88 (using original rate instead of 75%). Choice D incorrectly adds the full second-check failure probability without considering the 25% rework failure rate. Question 15
An online game has three sequential levels that players must complete in order. The probability of completing Level 1 is 54. Given that a player completes Level 1, the probability of completing Level 2 is 43. Given that a player completes both Levels 1 and 2, the probability of completing Level 3 is 32. However, players who fail Level 3 can retry it once with a 50% success rate. What is the probability that a randomly selected player completes all three levels?
- 85
- 95
- 32
- 21 (correct answer)
Explanation: When you encounter sequential probability problems with conditional events, you need to carefully track each stage and multiply probabilities along the path to success.
Let's work through this step-by-step. First, find the probability of reaching Level 3: P(reach Level 3)=54×43=53
Now for Level 3 completion, you have two chances: succeed immediately with probability 32, or fail then succeed on retry. The probability of failing then succeeding is 31×21=61. So the total probability of eventually completing Level 3 is 32+61=64+61=65.
The overall probability of completing all three levels is 53×65=3015=21.
Choice A (85) likely comes from incorrectly handling the retry mechanism. Choice B (95) might result from calculation errors in combining the Level 3 probabilities. Choice C (32) probably represents just the initial Level 3 success rate without considering the full path through all levels.
The key insight is recognizing that "completing all three levels" means successfully navigating the entire sequence, including the retry opportunity. Always map out the complete probability tree and remember that when events must happen in sequence, you multiply their probabilities together. Question 16
Two dice are rolled sequentially. Event A is "the sum is 8" and event B is "the first die shows 3". What is P(A∣B)?
- 361
- 365
- 61 (correct answer)
- 65
Explanation: When you encounter conditional probability questions, you're looking at how one event's occurrence affects the probability of another. The notation P(A∣B) asks: "Given that event B has already happened, what's the probability of event A?"
To find P(A∣B), you need to focus only on the outcomes where B occurs, then determine what fraction of those also satisfy A. Since B is "the first die shows 3," you're only considering the 6 outcomes: (3,1), (3,2), (3,3), (3,4), (3,5), (3,6).
Now, among these 6 outcomes, how many give a sum of 8? Only (3,5) produces a sum of 8, since 3 + 5 = 8. Therefore, P(A∣B)=61.
Let's examine why the other answers are incorrect:
Answer A (361) represents the probability of getting the specific outcome (3,5) when rolling two dice, which is P(A∩B), not P(A∣B).
Answer B (365) is the unconditional probability P(A) - the probability that two dice sum to 8 without any conditions. There are 5 ways to get a sum of 8 out of 36 total outcomes.
Answer D (65) incorrectly counts the outcomes where the first die isn't 3 but the sum is still 8, which misunderstands the conditional nature of the problem.
Study tip: For conditional probability, always restrict your sample space to only the outcomes where the given condition is true, then calculate the probability within that restricted space. Question 17
Events X and Y are such that P(X)=0.4, P(Y)=0.6, and P(X∩Y)=0.15. Are events X and Y independent? What is P(X∣Y)?
- Independent; P(X∣Y)=0.4
- Not independent; P(X∣Y)=0.25 (correct answer)
- Independent; P(X∣Y)=0.25
- Not independent; P(X∣Y)=0.375
Explanation: For independence, we need P(X ∩ Y) = P(X)P(Y) = (0.4)(0.6) = 0.24. Since P(X ∩ Y) = 0.15 ≠ 0.24, the events are not independent. P(X|Y) = P(X ∩ Y)/P(Y) = 0.15/0.6 = 0.25. Choice A incorrectly assumes independence. Choice C correctly calculates P(X|Y) but incorrectly concludes independence. Choice D incorrectly calculates P(X|Y) as 0.15/0.4.