All questions
Question 1
A card is drawn first from a standard 52-card deck and kept out (no replacement). Event A is “the first card is a heart,” and event B is “the second card is a heart.” Given P(A)=5213 and P(B∣A)=5112, what is the probability that both events occur, P(A∩B)?
- 5225
- 5213
- 41⋅41=161
- 5213⋅5112=171 (correct answer)
Explanation: This question tests the Multiplication Rule for Probability, used to find the probability of both events in a dependent sequence without replacement. It treats 'and' as sequential: first draw event A, then event B conditional on A. Here, event A is drawing a heart first from a 52-card deck, with P(A)=5213. Given the first was a heart, the conditional probability of drawing another heart (event B) is P(B∣A)=5112, as one heart is removed. Multiplying yields P(A∩B)=5213×5112=171, the probability of drawing two hearts in sequence without replacement. A common error is assuming independence and using 5213×5213, but this overlooks the deck change after the first draw. A helpful strategy is to read it as 'first a heart, then another heart given the first was removed.'
Question 2
In a sequential game, a player must complete two actions. First, they land on a target (event A) with probability P(A)=0.30. Then, given they landed on the target, they score a bonus (event B) with probability P(B∣A)=0.60. What is the probability that both events occur, P(A∩B)?
- 0.90
- 0.18 (correct answer)
- 0.30+0.60=0.90
- 0.30
Explanation: This question tests the Multiplication Rule for Probability, for finding the joint probability in a sequential game with dependent actions. The rule treats 'and' as conditional sequencing: first event A, then event B given A. Here, event A is landing on the target, with P(A) = 0.30. Given landing on the target, the conditional probability of scoring a bonus (event B) is P(B|A) = 0.60. Thus, P(A ∩ B) = 0.30 × 0.60 = 0.18, the probability of both landing and scoring. Commonly, people assume independence and add probabilities, but bonus scoring depends on landing. A good approach is to parse it as 'first land on target, then score given that landing.'
Question 3
A student applies for a scholarship in two steps. First, their application is submitted on time (event A) with probability P(A)=0.85. Then, given it was submitted on time, it is accepted for review (event B) with probability P(B∣A)=0.40. What is the probability that both events occur, P(A∩B)?
- 0.85+0.40=1.25
- 0.85
- 1.25
- 0.34 (correct answer)
Explanation: This question tests the Multiplication Rule for Probability, to find the joint probability in a two-step scholarship application process. The rule interprets 'and' as sequential and conditional: first event A, then event B given A. Event A is submitting on time, with P(A) = 0.85. Given on-time submission, the conditional probability of acceptance for review (event B) is P(B|A) = 0.40. Thus, P(A ∩ B) = 0.85 × 0.40 = 0.34, the probability of both timely submission and acceptance. People frequently mistake this for independent events and add probabilities, but review depends on timeliness. A strategy is to read it as 'first on time, then accepted given on time.'
Question 4
A quality-control process checks items in two stages. First, an item is chosen from Batch 1 (event A) with probability P(A)=0.25. Then, given it is from Batch 1, it is defective (event B) with probability P(B∣A)=0.08. What is the probability that both events occur, P(A∩B)?
- 0.33
- 0.08
- 0.25⋅0.25=0.0625
- 0.02 (correct answer)
Explanation: This question tests the Multiplication Rule for Probability, to compute the joint probability in a two-stage quality-control process. It frames 'and' as sequential: first event A occurs, then event B conditional on A. In this setup, event A is choosing from Batch 1, with P(A) = 0.25. Then, given Batch 1, the conditional probability of it being defective (event B) is P(B|A) = 0.08. The result is P(A ∩ B) = 0.25 × 0.08 = 0.02, the probability of both from Batch 1 and defective. A typical error is treating events as independent and squaring probabilities, disregarding the conditionality. To counter this, read it as 'first from Batch 1, then defective given that batch.'
Question 5
A manufacturing line has a two-step outcome. First, an item is assembled by Robot 1 (event A) with probability P(A)=0.55. Then, given it was assembled by Robot 1, it is packaged correctly (event B) with probability P(B∣A)=0.92. What is the probability that both events occur, P(A∩B)?
- 0.55+0.92=1.47
- 0.506 (correct answer)
- 0.55⋅0.55=0.3025
- 0.92
Explanation: This question tests the Multiplication Rule for Probability, computing the joint probability in a manufacturing line with dependent steps. It treats 'and' as a sequence: first event A, then event B conditional on A. Event A is assembly by Robot 1, with P(A) = 0.55. Given Robot 1 assembly, the conditional probability of correct packaging (event B) is P(B|A) = 0.92. Multiplying gives P(A ∩ B) = 0.55 × 0.92 = 0.506, the probability of both Robot 1 assembly and correct packaging. A usual error is assuming independence and squaring or adding, but packaging depends on the assembler. Parse as 'first assembled by Robot 1, then packaged correctly given that.'
Question 6
A factory inspects products in two steps. First, a product is selected from the day’s production; the probability it is from Line A is P(A)=0.40. Then, given that it came from Line A, the probability it passes the final inspection is P(B∣A)=0.95. What is the probability that both events occur (the product is from Line A and it passes final inspection), i.e., P(A∩B)?
- 0.95
- 0.38 (correct answer)
- 1.35
- 0.40
Explanation: This question tests the Multiplication Rule for Probability, which calculates the joint probability of two dependent events occurring together. The rule expresses P(A and B) as P(A) multiplied by P(B given A), interpreting 'and' as a sequential process: first event A occurs, then event B given that A has happened. In this factory inspection context, the first event A is selecting a product from Line A, with P(A) = 0.40. Then, given it is from Line A, the conditional probability of passing final inspection (event B) is P(B|A) = 0.95. Multiplying these gives P(A ∩ B) = 0.40 × 0.95 = 0.38, representing the probability that a product is from Line A and passes inspection. A common mistake is assuming independence and multiplying unrelated probabilities, which ignores the dependency on the production line. To avoid this, read the scenario as 'first the product is from Line A, then it passes given that origin.'
Question 7
A two-step lab test works as follows. First, a sample is contaminated (event A) with probability P(A)=0.10. Then, given the sample is contaminated, the test returns positive (event B) with probability P(B∣A)=0.90. What is the probability that both events occur, P(A∩B)?
- 0.09 (correct answer)
- 0.10⋅0.10=0.01
- 0.10+0.90=1.00
- 0.90
Explanation: This question tests the Multiplication Rule for Probability, calculating the joint probability in a two-step lab test with dependency. The rule sees 'and' as a sequence: first event A, then event B given A. Event A is the sample being contaminated, with P(A) = 0.10. Given contamination, the conditional probability of a positive test (event B) is P(B|A) = 0.90. Multiplying provides P(A ∩ B) = 0.10 × 0.90 = 0.09, the probability of both contamination and positive result. Often, independence is wrongly assumed, leading to adding or squaring, but positivity depends on contamination. Interpret as 'first contaminated, then positive given contamination' for accuracy.
Question 8
A jar contains 5 red marbles and 3 blue marbles. Two marbles are drawn without replacement. Let event A be “the first marble is red,” and event B be “the second marble is blue.” Given P(A)=85 and P(B∣A)=73, what is the probability that both events occur, P(A∩B)?
- 73
- 5615 (correct answer)
- 85⋅83=6415
- 85+73
Explanation: This question tests the Multiplication Rule for Probability, applied to dependent draws without replacement from a jar of marbles. It interprets 'and' as a sequence: first event A, then event B conditional on A. Event A is drawing a red marble first, with P(A) = 5/8 from 5 red out of 8 total. Given a red was drawn, the conditional probability of then drawing a blue (event B) is P(B|A) = 3/7, with 3 blue left out of 7 marbles. Multiplying gives P(A ∩ B) = (5/8) × (3/7) = 15/56, the probability of first red then blue without replacement. A frequent mistake is assuming independence and using original fractions for both, ignoring the updated counts. Read it as 'first red, then blue given one red is gone' to apply the rule correctly.
Question 9
A website login process has two sequential checks. First, a user enters a correct username (event A), which happens with probability P(A)=0.90. Then, given the username is correct, the user enters the correct password (event B) with probability P(B∣A)=0.80. What is the probability that both events occur, P(A∩B)?
- 0.72 (correct answer)
- 0.80
- 0.90+0.80=1.70
- 1.70
Explanation: This question tests the Multiplication Rule for Probability, which finds the joint probability for sequential, dependent events in a login process. The rule views 'and' as conditional: first event A succeeds, then event B given A. In this website login, event A is entering the correct username, with P(A) = 0.90. Then, given a correct username, the conditional probability of entering the correct password (event B) is P(B|A) = 0.80. The product is P(A ∩ B) = 0.90 × 0.80 = 0.72, the probability of both steps succeeding. People often mistakenly assume independence and add probabilities, but here password entry depends on username success. To prevent this, think of it as 'first correct username, then correct password given that.'
Question 10
A bag contains 6 black socks and 4 white socks. Two socks are drawn without replacement. Let event A be “the first sock is white,” and event B be “the second sock is white.” Given P(A)=104 and P(B∣A)=93, what is the probability that both events occur, P(A∩B)?
- 104⋅93=152 (correct answer)
- 104
- 104+93
- 52⋅52=254
Explanation: This question tests the Multiplication Rule for Probability, for dependent sock draws without replacement from a bag. It views 'and' as conditional: first event A, then event B given A. Event A is drawing a white sock first, with P(A) = 4/10 from 4 white out of 10 total. Given the first was white, the conditional probability of another white (event B) is P(B|A) = 3/9, with 3 white left out of 9. The product is P(A ∩ B) = (4/10) × (3/9) = 2/15, the probability of two white socks in sequence. A common pitfall is assuming independence and using (4/10) twice, ignoring the reduced count. To avoid errors, think 'first white, then white given one is removed.'
Question 11
A shipping center has a two-stage check. A package is first flagged as overweight (event A). If it is flagged, it is then found to have an incorrect label (event B). If P(A)=0.15 and P(B∣A)=0.20, what is the probability that both A and B occur (i.e., P(A∩B))?
- 0.35
- 0.05
- 0.15
- 0.03 (correct answer)
Explanation: This question tests the multiplication rule for probability, for finding joint probabilities in stages. 'And' means first flagged overweight (A), then incorrect label (B) given flagged, illustrating dependence. The first event A is flagged, P(A) = 0.15. Conditional P(B|A) = 0.20 for incorrect label given flagged. Multiplying yields P(A ∩ B) = 0.15 × 0.20 = 0.03, the probability of both issues in shipping. A common error is independence assumption, ignoring conditioning. Read 'and' as 'first... then given...' to apply the rule in this shipping center context.
Question 12
A deck contains 12 cards: 5 are stars and 7 are circles. You draw one card first without replacement (event A: the first card is a star). Then you draw a second card next without replacement (event B: the second card is a circle). If P(A)=125 and P(B∣A)=117, what is the probability that both A and B occur (i.e., P(A∩B))?
- 117
- 13235 (correct answer)
- 125
- 3512
Explanation: This question tests the multiplication rule for probability, applied to dependent draws without replacement. 'And' here means first drawing a star (A), then a circle (B) given the first was a star, emphasizing the sequence. Event A is first card star, P(A)=125. P(B∣A)=117 is circle second given star first. So, P(A∩B)=125×117=13235, the probability of star then circle without replacement. A typical mistake is assuming independence, but without replacement, probabilities change. Read 'and' as 'first A, then B given A' to handle this card drawing context properly.
Question 13
A factory produces light bulbs. A bulb is selected at random and first tested for being defective (event A). If it is defective, it is then checked to see whether the defect is visible (event B). If P(A)=0.06 and P(B∣A)=0.70, what is the probability that both A and B occur (i.e., P(A∩B))?
- 0.112
- 0.76
- 0.042 (correct answer)
- 0.70
Explanation: This question tests the multiplication rule for probability, which is used to find the probability of two events both occurring. The rule states that the probability of A and B happening is P(A) multiplied by the conditional probability P(B given A), reflecting the sequential nature where 'and' means first A occurs, then B given that A has happened. Here, the first event A is selecting a defective bulb, with P(A) = 0.06. The second event B is the defect being visible given that it's defective, with P(B|A) = 0.70. Multiplying these gives P(A ∩ B) = 0.06 × 0.70 = 0.042, which is the probability that a randomly selected bulb is both defective and has a visible defect. A common mistake is assuming independence and just multiplying P(A) and P(B) without conditioning, but since B depends on A, we must use the conditional probability. A good strategy is to read 'A and B' as 'first A happens, then B given A,' which helps apply the multiplication rule correctly in this factory quality control context.
Question 14
A company runs a two-step hiring process. First, an applicant passes the phone screen (event A) with probability P(A)=0.50. Then, given the applicant passed the phone screen, the probability they pass the onsite interview (event B) is P(B∣A)=0.40. What is the probability that both events occur, P(A∩B)?
- 0.50+0.40=0.90
- 0.50×0.50=0.25
- 0.50×0.40=0.20 (correct answer)
- 0.40
Explanation: This question tests the Multiplication Rule for hiring process events. The "both" means we need P(A and B), requiring passing the phone screen AND the onsite interview. First, an applicant passes the phone screen with probability P(A) = 0.50. Then, given they passed the phone screen, the conditional probability of passing the onsite is P(B|A) = 0.40. By the Multiplication Rule, P(A ∩ B) = P(A) × P(B|A) = 0.50 × 0.40 = 0.20. A common error is assuming both stages have the same 0.50 success rate, but the onsite has its own conditional probability.
Question 15
A student applies for a scholarship in two stages. First, the student must submit the application on time (event A). The probability of submitting on time is P(A)=0.70. Then, given the application was submitted on time, the probability it is approved is P(B∣A)=0.30. What is the probability that both events occur, P(A∩B)?
- 0.70×0.30=0.21 (correct answer)
- 0.70×0.70=0.49
- 0.30
- 0.70+0.30=1.00
Explanation: This question tests the Multiplication Rule for sequential events in a scholarship application. The word "both" indicates we need P(A and B), meaning the application is submitted on time AND approved. First, the student submits on time with probability P(A) = 0.70. Then, given it was submitted on time, the conditional probability of approval is P(B|A) = 0.30. By the Multiplication Rule, P(A ∩ B) = P(A) × P(B|A) = 0.70 × 0.30 = 0.21. A common mistake is adding probabilities (0.70 + 0.30 = 1.00), but we multiply because approval depends on first submitting on time.
Question 16
A factory tests products in two steps. First, a product is selected from the day’s output; the probability it was made on Machine A is P(A)=0.40. Then it is inspected; if it was made on Machine A, the probability it passes inspection is P(B∣A)=0.95. What is the probability that both events occur (the product was made on Machine A and it passes inspection), i.e., P(A∩B)?
- 0.95/0.40=2.375
- 0.40
- 0.40+0.95=1.35
- 0.40×0.95=0.38 (correct answer)
Explanation: This question tests the Multiplication Rule for finding the probability of two events occurring together. The word "both" signals we need to find P(A and B), which means the product was made on Machine A AND passes inspection. First, we identify that a product is selected from Machine A with probability P(A) = 0.40. Then, given it was made on Machine A, it passes inspection with conditional probability P(B|A) = 0.95. By the Multiplication Rule, P(A ∩ B) = P(A) × P(B|A) = 0.40 × 0.95 = 0.38. A common mistake is adding the probabilities (giving 1.35), but we must multiply because we need both events to occur sequentially.
Question 17
A warehouse does a two-step quality check. First, an item is chosen from Supplier X with probability P(A)=0.25. Then, if it came from Supplier X, it is defective with probability P(B∣A)=0.08. What is the probability that both events occur (chosen from Supplier X and defective), P(A∩B)?
- 0.25
- 0.25+0.08=0.33
- 0.25×0.08=0.02 (correct answer)
- 0.25×0.25=0.0625
Explanation: This question tests the Multiplication Rule for quality control events. The "and" means we need both choosing from Supplier X AND the item being defective. First, an item is chosen from Supplier X with probability P(A) = 0.25. Then, given it came from Supplier X, the conditional probability it's defective is P(B|A) = 0.08. By the Multiplication Rule, P(A ∩ B) = P(A) × P(B|A) = 0.25 × 0.08 = 0.02. A common error is assuming independence and using 0.25 × 0.25, but the defect rate specifically depends on coming from Supplier X.
Question 18
A jar contains 5 red marbles and 7 blue marbles. Two marbles are drawn without replacement. Let A be “the first marble is red,” so P(A)=125. Let B be “the second marble is blue.” Given the first marble was red, P(B∣A)=117. What is the probability that both events occur, P(A∩B)?
- 125×117=13235 (correct answer)
- 125×127=14435
- 117
- 125+117
Explanation: This question tests the Multiplication Rule with dependent events in marble selection. The "and" means we need both drawing a red marble first AND a blue marble second. First, the probability of drawing red is P(A) = 5/12. Then, given the first was red, there are still 7 blue marbles but only 11 marbles total, so P(B|A) = 7/11. By the Multiplication Rule, P(A ∩ B) = P(A) × P(B|A) = (5/12) × (7/11) = 35/132. A common error is using 7/12 for the second draw, forgetting that removing one marble changes the total.
Question 19
A card is drawn from a standard 52-card deck without replacement, and then a second card is drawn. Let A be the event “the first card is a heart,” and let B be the event “the second card is a heart.” Given that the first card was a heart, P(B∣A)=5112. What is the probability that both events occur, P(A∩B)?
- 5213×5213
- 5213×5112=171 (correct answer)
- 5112
- 5213+5112
Explanation: This question tests the Multiplication Rule for dependent events in a card-drawing scenario. The "and" means we need both the first card to be a heart AND the second card to be a heart. First, the probability of drawing a heart initially is P(A) = 13/52. Then, given the first card was a heart, only 12 hearts remain out of 51 cards, so P(B|A) = 12/51. By the Multiplication Rule, P(A ∩ B) = P(A) × P(B|A) = (13/52) × (12/51) = 156/2652 = 1/17. A common error is treating the events as independent and using 13/52 for both draws, but drawing without replacement creates dependence.
Question 20
A basketball play has two sequential outcomes. First, the player makes the first free throw (event A) with probability P(A)=0.85. Then, given the first free throw was made, the probability the player makes the second free throw (event B) is P(B∣A)=0.90. What is the probability that both events occur, P(A∩B)?
- 0.85×0.90=0.765 (correct answer)
- 0.90
- 0.85×0.85=0.7225
- 0.85+0.90=1.75
Explanation: This question tests the Multiplication Rule for sequential basketball free throws. The "both" signals we need P(A and B), meaning making the first free throw AND the second. First, the player makes the first free throw with probability P(A) = 0.85. Then, given the first was made, the conditional probability of making the second is P(B|A) = 0.90. By the Multiplication Rule, P(A ∩ B) = P(A) × P(B|A) = 0.85 × 0.90 = 0.765. A common mistake is assuming both shots have the same 0.85 probability, but success on the second shot often increases after making the first.