Two dice are rolled simultaneously. What is the probability that their sum is greater than 8 OR at least one die shows a 6?
Opening subject page...
Loading your content
ISEE Upper Level Mathematics Achievement Quiz
Practice Single And Compound Probability in ISEE Upper Level Mathematics Achievement with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 20
0 of 20 answered
Two dice are rolled simultaneously. What is the probability that their sum is greater than 8 OR at least one die shows a 6?
This quiz focuses on Single And Compound Probability, giving you a quick way to practice the rules, question types, and explanations that matter most for ISEE Upper Level Mathematics Achievement.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
Two dice are rolled simultaneously. What is the probability that their sum is greater than 8 OR at least one die shows a 6?
Explanation: When you encounter probability questions with "OR" conditions, you're dealing with the union of events. The key insight is recognizing when events overlap and using the inclusion-exclusion principle: P(A OR B) = P(A) + P(B) - P(A AND B). Let's define our events: A = sum greater than 8, and B = at least one die shows 6. First, find P(A). The favorable outcomes for sums greater than 8 are: (3,6), (4,5), (4,6), (5,4), (5,5), (5,6), (6,3), (6,4), (6,5), (6,6) — that's 10 outcomes out of 36 possible, so P(A) = 3610. Next, find P(B). It's easier to calculate the complement: P(no 6's) = 65×65=3625, so P(at least one 6) = 1−3625=3611. Now find P(A AND B) — outcomes where sum > 8 AND at least one die shows 6: (3,6), (4,6), (5,6), (6,3), (6,4), (6,5), (6,6). That's 7 outcomes, so P(A AND B) = 367. Therefore: P(A OR B) = 3610+3611−367=3614=32, which is answer C. Answer A (125) likely comes from forgetting to subtract the overlap. Answer B (127) might result from miscounting favorable outcomes. Answer D (43) could come from incorrectly adding probabilities without considering overlap. Remember: always subtract the intersection when calculating "OR" probabilities to avoid double-counting overlapping outcomes.
A spinner has three sections: red (probability 0.4), blue (probability 0.3), and green (probability 0.3). The spinner is spun twice. What is the probability that red appears exactly once?
Explanation: When you encounter probability questions involving "exactly" a certain number of outcomes over multiple trials, you're dealing with binomial probability. The key insight is that "exactly once" means the event happens in one trial but not the other. For red to appear exactly once in two spins, there are two possible scenarios: red on the first spin and not red on the second, OR not red on the first spin and red on the second. Since these scenarios are mutually exclusive, you add their probabilities. First scenario: Red first (probability 0.4), then not red (probability 0.6, since blue and green together total 0.3 + 0.3 = 0.6). This gives us 0.4×0.6=0.24. Second scenario: Not red first (probability 0.6), then red (probability 0.4). This gives us 0.6×0.4=0.24. Total probability: 0.24+0.24=0.48, which is answer choice B. Looking at the wrong answers: A (0.32) likely comes from calculating just one scenario instead of both. C (0.52) might result from incorrectly adding 0.4 + 0.3 + 0.3 - 0.4 or similar confusion about complement probabilities. D (0.64) appears to be the probability of getting red at least once, calculated as 1−(0.6)2=1−0.36=0.64. Remember: For "exactly" problems in binomial situations, always consider all the ways the specified outcome can occur, calculate each scenario's probability, then add them together.
Two events A and B are independent with P(A) = 0.6 and P(B) = 0.4. What is P(A or B but not both)?
Explanation: When you encounter probability questions involving "A or B but not both," you're dealing with the exclusive or (XOR) - events that can happen individually but not simultaneously. Since events A and B are independent, you can find P(A or B but not both) by calculating P(A and not B) + P(not A and B). For independent events, P(A and not B) = P(A) × P(not B) = 0.6 × (1 - 0.4) = 0.6 × 0.6 = 0.36. Similarly, P(not A and B) = P(not A) × P(B) = (1 - 0.6) × 0.4 = 0.4 × 0.4 = 0.16. Therefore, P(A or B but not both) = 0.36 + 0.16 = 0.52. Choice A (0.24) represents P(A and B) = 0.6 × 0.4 = 0.24, which is the probability that both events occur together - the opposite of what we want. Choice C (0.76) equals P(A or B) = P(A) + P(B) - P(A and B) = 0.6 + 0.4 - 0.24 = 1.00 - 0.24 = 0.76, which includes cases where both events happen. Choice D (1.00) would mean certainty, which only occurs if the events were mutually exclusive and collectively exhaustive. Remember this pattern: "A or B but not both" always equals P(A or B) - P(A and B). This formula works whether events are independent or not, making it a reliable approach for exclusive or problems.
In a certain school, 60% of students play sports, 40% play music, and 15% play both sports and music. If a student is selected at random, what is the probability that the student plays sports given that the student plays music?
Explanation: When you see "given that" in a probability question, you're dealing with conditional probability. This means you're finding the probability of one event happening when you already know another event has occurred. The question asks for P(plays sports | plays music), which reads as "the probability a student plays sports given that the student plays music." To find this, you use the conditional probability formula: P(A|B) = P(A and B) ÷ P(B). Here, you need P(sports and music) ÷ P(music) = 15% ÷ 40% = 4015=83. Think of it this way: among the 40% of students who play music, 15% play both sports and music. So 4015 of music students also play sports. Looking at the wrong answers: Choice B shows 4015, which is the correct calculation before simplifying to lowest terms. While mathematically equivalent to 83, choice A is in simplest form. Choice C gives 41, which you might get by incorrectly using 6015 (the percentage who play both divided by those who play sports). Choice D shows 6015 exactly, representing the common error of finding P(music | sports) instead of P(sports | music). The key strategy is to carefully identify what's given and what you're looking for. "Given that" tells you the denominator in conditional probability - it's your restricted sample space. Always double-check that you have the conditional relationship in the right direction.
A fair six-sided die is rolled four times. What is the probability of getting exactly three even numbers?
Explanation: This is a binomial probability problem where you need to find the probability of getting exactly three successes (even numbers) in four independent trials (die rolls). First, identify the probability of success on each roll. A six-sided die has three even numbers (2, 4, 6) out of six possible outcomes, so P(even)=63=21. The probability of failure is P(odd)=21. Use the binomial probability formula: P(X=k)=(kn)⋅pk⋅(1−p)n−k, where n=4 rolls, k=3 successes, and p=21. Calculate: P(X=3)=(34)⋅(21)3⋅(21)1=4⋅81⋅21=4⋅161=164=41 Choice A gives 41, which is correct. Choice B shows 164, which equals 41 but wasn't simplified—this represents the same correct answer in unreduced form. Choice C shows 6412, which simplifies to 163—this likely comes from miscalculating the combinations or using wrong probability values. Choice D shows 6427, which doesn't match any reasonable calculation for this scenario and may result from confusion with other probability formulas. When solving binomial probability problems, always identify your success probability first, then carefully apply the formula. Remember that (34)=4, representing the four different ways to arrange three successes in four trials.
A bag contains 5 red, 4 blue, and 6 yellow marbles. Two marbles are drawn without replacement. What is the probability that they are different colors?
Explanation: When you encounter probability questions involving "without replacement," you need to consider how each draw affects the subsequent outcomes. This question asks for the probability that two marbles are different colors, which means avoiding the case where both marbles are the same color.
The bag contains 15 total marbles (5 red + 4 blue + 6 yellow). To find the probability of different colors, calculate 1 minus the probability of same colors.
The probability of drawing two marbles of the same color equals:
Adding these: 21020+12+30=21062=10531
Therefore, P(different colors) = 1−10531=10574, which is answer A.
Answer B (10531) represents the probability of same colors—the complement of what we want. Answer C (10562) is the unreduced fraction 21062 incorrectly placed over 105, showing a computational error. Answer D (10543) likely results from miscounting marble combinations or calculation mistakes.
Remember: when probability questions ask for "different" or "at least one," often the complement approach (1 minus the unwanted outcome) is more efficient than calculating all desired cases separately.
In a game with three rounds, the probability of winning each round is 0.7. What is the probability of winning at least two rounds?
Explanation: When you encounter probability questions asking for "at least" a certain number of successes, you're dealing with binomial probability. The key insight is that "at least two rounds" means exactly two rounds OR exactly three rounds. To find the probability of winning exactly k rounds out of 3, use the binomial formula: P(X=k)=(kn)⋅pk⋅(1−p)n−k, where n = 3 rounds and p = 0.7. For exactly 2 wins: P(X=2)=(23)⋅(0.7)2⋅(0.3)1=3⋅0.49⋅0.3=0.441 For exactly 3 wins: P(X=3)=(33)⋅(0.7)3⋅(0.3)0=1⋅0.343⋅1=0.343 Therefore, P(at least 2 wins) = 0.441 + 0.343 = 0.784. Choice A (0.441) represents only the probability of winning exactly two rounds—this is a common trap where students forget to include the "exactly three" case. Choice C (0.832) likely comes from calculation errors in the binomial coefficients or powers. Choice D (0.973) is far too high and might result from misunderstanding what "at least two" means or incorrectly calculating 1 minus the probability of winning zero or one round. Remember: when you see "at least" in probability questions, always break it down into separate "exactly" cases and add them together. This systematic approach prevents missing scenarios.
A student takes a 10-question true/false test by guessing. What is the probability that the student gets more than 7 questions correct?
Explanation: When you encounter a question about repeated independent trials with only two outcomes (like true/false), you're dealing with binomial probability. Each guess has a 21 chance of being correct, and you need to find the probability of getting "more than 7" correct, which means exactly 8, 9, or 10 correct answers. The binomial probability formula is P(X=k)=(kn)⋅pk⋅(1−p)n−k, where n=10, p=21, and k is the number of correct answers. For 8 correct: P(X=8)=(810)⋅(21)10=45⋅10241=102445 For 9 correct: P(X=9)=(910)⋅(21)10=10⋅10241=102410 For 10 correct: P(X=10)=(1010)⋅(21)10=1⋅10241=10241 Total probability: 102445+10+1=102456, which is answer C. Answer A (1287) equals 102456 when converted, but uses the wrong denominator initially. Answer B (12811) likely comes from miscalculating the binomial coefficients. Answer D (1024176) suggests including cases with 6 or 7 correct answers, misinterpreting "more than 7." Remember: "more than 7" means 8, 9, or 10 — not 7 or more. Always identify exactly which outcomes satisfy the condition before calculating.
In a class of 30 students, 18 study French, 16 study Spanish, and 8 study both languages. If a student is chosen at random, what is the probability that the student studies French but not Spanish?
Explanation: When you encounter problems about students studying multiple subjects, you're dealing with set theory and overlapping groups. The key is organizing the information to avoid double-counting students who belong to both categories. Let's break down what we know: 18 students study French, 16 study Spanish, and 8 study both languages. To find students who study "French but not Spanish," you need to subtract the overlap from the French total: 18 - 8 = 10 students study only French. The probability is therefore 3010=31, making answer A correct. Now let's examine why the other answers are wrong. Answer B gives 3010, which represents the correct number of students (10) but fails to simplify the fraction. While mathematically equivalent to 31, it's not in simplest form. Answer C shows 3018, which would be the probability of studying French at all (including those who also study Spanish) – this ignores the "but not Spanish" requirement. Answer D gives 308, which represents students studying both languages, not French exclusively. Study tip: Always draw a Venn diagram for overlap problems. Put the intersection number (8) in the middle first, then work outward to find the exclusive regions. This visual approach prevents the common mistake of forgetting to subtract the overlap when finding "but not" probabilities.
A coin is flipped three times. What is the probability of getting exactly two heads, given that at least one head occurred?
Explanation: This is a conditional probability problem, which asks for the probability of one event happening given that another event has already occurred. When you see "given that" in a probability question, you need to use the conditional probability formula or adjust your sample space. First, let's find all possible outcomes when flipping a coin three times. There are 23=8 total outcomes: HHH, HHT, HTH, HTT, THH, THT, TTH, TTT. Since we're given that at least one head occurred, we can eliminate TTT from our sample space. This leaves us with 7 favorable outcomes for the condition: HHH, HHT, HTH, HTT, THH, THT, TTH. Now we need exactly two heads from these 7 remaining outcomes. Looking at our list: HHT, HTH, and THH each contain exactly two heads. That's 3 outcomes with exactly two heads. Therefore, the probability is 73. Choice A (41) incorrectly uses the original sample space of 8 outcomes instead of the reduced space of 7. Choice C (83) correctly identifies 3 favorable outcomes but fails to account for the conditional restriction, using all 8 original outcomes as the denominator. Choice D (21) likely comes from incorrectly thinking there are only 6 remaining outcomes or miscounting the favorable cases. Remember: in conditional probability problems, always adjust your sample space to include only the outcomes that satisfy the given condition, then find your target event within that restricted space.
Lottery Draw: Numbers 1 through 10 are used, and 3 numbers are drawn without replacement. A player chooses 3 numbers, and the order does not matter. What is the probability of matching exactly 2 of the 3 drawn numbers?
Explanation: This question tests upper-level ISEE mathematics skills: calculating probability of single and compound events. Probability is the measure of the likelihood that an event will occur, calculated by dividing the number of favorable outcomes by the total number of possible outcomes. In this scenario, 3 numbers are drawn from 1 to 10, and a player chooses 3, finding probability of exactly 2 matches (order irrelevant). Choice A is correct because there are C(3,2) × C(7,1) = 21 favorable combinations out of C(10,3) = 120, yielding 7/40. Choice B is incorrect due to using full match instead, demonstrating a common error where students confuse exact with full matches. To help students: Teach them to carefully analyze whether events are independent or dependent, and practice calculating probabilities using real-life scenarios. Encourage the use of probability trees or diagrams to visualize complex problems and identify potential errors.
A box contains 10 balls: 4 red, 3 blue, and 3 green. If 3 balls are drawn without replacement, what is the probability that exactly 2 are red?
Explanation: When you encounter probability questions involving drawing items without replacement, you need to use combinations to count favorable outcomes and total possible outcomes. To find the probability of exactly 2 red balls in 3 draws, you need to calculate: (ways to choose 2 red from 4) × (ways to choose 1 non-red from 6) ÷ (total ways to choose 3 from 10). The favorable outcomes are: (24)×(16)=6×6=36 The total possible outcomes are: (310)=120 So the probability is 12036=103, which is answer choice C. Looking at the wrong answers: Choice A (41) likely comes from incorrectly thinking about this as a simple ratio problem without considering combinations. Choice B (12018) represents a calculation error—perhaps only counting one way to arrange the draws rather than all possible combinations. Choice D (12054) is too large and might result from miscounting the non-red balls or making an error in the combination formula. Notice that choices B and D both have 120 in the denominator, which is correct for the total outcomes, but their numerators reflect different calculation mistakes. For combination probability problems, always identify what you're selecting from each group, calculate the combinations separately, multiply them together for favorable outcomes, then divide by total possible combinations. Double-check your arithmetic, especially when working with factorials.
Events A and B are mutually exclusive with P(A) = 0.3 and P(A∪B) = 0.7. What is P(B|A∪B)?
Explanation: When you encounter probability questions involving mutually exclusive events and conditional probability, start by identifying what information you have and what relationships you can use. Since events A and B are mutually exclusive, they cannot occur simultaneously, so P(A∩B)=0. This means P(A∪B)=P(A)+P(B). Given P(A)=0.3 and P(A∪B)=0.7, you can find P(B)=0.7−0.3=0.4. Now you need P(B∣A∪B), which represents the probability that event B occurs given that either A or B has occurred. Using the conditional probability formula: P(B∣A∪B)=P(A∪B)P(B∩(A∪B)). Since B is a subset of A∪B, we have P(B∩(A∪B))=P(B)=0.4. Therefore: P(B∣A∪B)=0.70.4=74, which is answer choice B. Let's examine the wrong answers: Choice A (72) might result from incorrectly using P(A∩B)=0 in the numerator. Choice C (73) could come from using P(A) instead of P(B) in the numerator. Choice D (75) might arise from adding probabilities incorrectly or misapplying the complement rule. Remember: with mutually exclusive events, use P(A∪B)=P(A)+P(B) to find missing probabilities, and always check that your conditional probability makes intuitive sense given the constraint.
Card Draw: A 52-card deck has 13 hearts and 39 non-hearts. A student draws one card, then a second card without replacement. If the first card is a heart, what is the probability the second card is also a heart?
Explanation: This question tests upper-level ISEE mathematics skills: calculating probability of single and compound events. Probability is the measure of the likelihood that an event will occur, calculated by dividing the number of favorable outcomes by the total number of possible outcomes. In this scenario, after drawing a heart first without replacement, students must find the conditional probability of drawing another heart. Choice B is correct because 12 hearts remain out of 51 cards, yielding 12/51. Choice A is incorrect due to using the unconditional probability, demonstrating a common error where students ignore the given condition. To help students: Teach them to carefully analyze whether events are independent or dependent, and practice calculating probabilities using real-life scenarios. Encourage the use of probability trees or diagrams to visualize complex problems and identify potential errors.
Weather Forecast: In 100 days, rain happens on 30 days, and both rain and high temperatures happen on 12 days. If it is raining, what is the probability that temperatures are high?
Explanation: This question tests upper-level ISEE mathematics skills: calculating probability of single and compound events. Probability is the measure of the likelihood that an event will occur, calculated by dividing the number of favorable outcomes by the total number of possible outcomes. In this scenario, given weather data over 100 days, students must find the conditional probability of high temperatures given rain. Choice B is correct because it's 12 days both divided by 30 rainy days, yielding 12/30. Choice A is incorrect due to using the joint over total instead of conditional, demonstrating a common error where students confuse conditional with joint probability. To help students: Teach them to carefully analyze whether events are independent or dependent, and practice calculating probabilities using real-life scenarios. Encourage the use of probability trees or diagrams to visualize complex problems and identify potential errors.
Two cards are dealt from a shuffled deck. What is the probability that the second card is an Ace, given that the first card was a King?
Explanation: When you encounter conditional probability problems involving cards dealt without replacement, focus on how the first card changes the composition of the remaining deck. Since the first card was a King, you now have 51 cards left in the deck. The key insight is that removing a King doesn't affect the number of Aces remaining - there are still 4 Aces among those 51 cards. Therefore, the probability that the second card is an Ace is 514. Let's examine why the other answers represent common misconceptions: Answer B (524) treats this as if you're drawing from a full deck, ignoring that the first card was already removed. This would be correct if the first card were replaced, but that's not the case here. Answer C (131) equals 524 in reduced form, so it has the same flaw as option B - failing to account for the reduced deck size. Answer D (513) makes the error of assuming that since a King was drawn first, somehow one fewer Ace remains. This confuses the suits or misunderstands what "given that the first card was a King" means - it's telling you information about what happened, not asking you to calculate it. The correct answer is A: 514. Study tip: In conditional probability card problems, always adjust your denominator for cards already drawn, but only adjust the numerator if the drawn cards actually affect what you're looking for. A King being drawn doesn't change the Ace count.
In a dice game, you roll two fair six-sided dice, so there are 36 equally likely outcomes. The event D is “you roll doubles,” which includes (1,1) through (6,6). What is the probability P(D)?
Explanation: This question tests upper-level ISEE mathematics skills: calculating probability of single and compound events. Probability is the measure of the likelihood that an event will occur, calculated by dividing the number of favorable outcomes by the total number of possible outcomes. In this scenario, students must identify all doubles when rolling two dice: (1,1), (2,2), (3,3), (4,4), (5,5), and (6,6). Choice B is correct because there are exactly 6 doubles out of 36 total outcomes, giving us 6/36 = 1/6. Choice A incorrectly suggests 3 doubles (1/12 = 3/36), while choice C overcounts with 5/36. To help students: Create a visual representation of all 36 outcomes and highlight the diagonal where both dice show the same number. Emphasize that doubles form a pattern along the main diagonal of the outcome grid.
Weather Forecast: A city records 100 summer days. The data show these outcomes: 30 days have rain, 40 days have high temperatures, and 12 days have both rain and high temperatures. Calculate the probability of both rain and high temperatures on a randomly chosen day.
Explanation: This question tests upper-level ISEE mathematics skills: calculating probability of single and compound events. Probability is the measure of the likelihood that an event will occur, calculated by dividing the number of favorable outcomes by the total number of possible outcomes. In this scenario, weather data over 100 days is given, and students must find the probability of both rain and high temperatures. Choice A is correct because 12 days have both out of 100, yielding 12%. Choice B is incorrect due to adding instead of finding intersection, demonstrating a common error where students confuse union with intersection. To help students: Teach them to carefully analyze whether events are independent or dependent, and practice calculating probabilities using real-life scenarios. Encourage the use of probability trees or diagrams to visualize complex problems and identify potential errors.
A jar contains 8 balls numbered 1 through 8. Three balls are drawn without replacement. What is the probability that the sum of the numbers on the three balls is even?
Explanation: When you encounter probability questions involving sums being even or odd, think about the fundamental rule: a sum is even when you add an even number of odd integers, and odd when you add an odd number of odd integers.
In this jar, there are 4 odd-numbered balls (1, 3, 5, 7) and 4 even-numbered balls (2, 4, 6, 8). For the sum of three drawn balls to be even, you need either:
Let's calculate: The total ways to choose 3 balls from 8 is (38)=56.
Ways to get an even sum:
Therefore, the probability is 5628=21, which is answer A.
Answer B (5628) shows the unreduced fraction—mathematically correct but not simplified. Answer C (2814) incorrectly uses 28 as the total possible outcomes instead of 56. Answer D (147) makes the same error as C but reduces the fraction.
Strategy tip: For even/odd sum problems, always count the odd and even numbers first, then use combinations to find favorable outcomes. Remember that equal numbers of odd and even elements often lead to probability of 21 due to symmetry.
Card Draw: A standard 52-card deck has these outcomes: 13 hearts, 13 spades, 13 diamonds, and 13 clubs. A student draws one card, then a second card without replacement. Calculate the probability of drawing a heart and then a spade.
Explanation: This question tests upper-level ISEE mathematics skills: calculating probability of single and compound events. Probability is the measure of the likelihood that an event will occur, calculated by dividing the number of favorable outcomes by the total number of possible outcomes. In this scenario, two cards are drawn without replacement from a 52-card deck, and students must find the probability of a heart followed by a spade. Choice B is correct because the probability is (13/52) × (13/51), simplifying to 13/204 after accounting for the dependent events. Choice A is incorrect due to treating the draws as independent, demonstrating a common error where students ignore the without-replacement condition. To help students: Teach them to carefully analyze whether events are independent or dependent, and practice calculating probabilities using real-life scenarios. Encourage the use of probability trees or diagrams to visualize complex problems and identify potential errors.