All questions
Question 1
A random integer from 10 through 30 inclusive is chosen. What is the probability the number is a multiple of 4?
- 203
- 214
- 215 (correct answer)
- 216
Explanation: When you encounter probability questions involving "choosing from a range," you need to identify the total number of possible outcomes and the number of favorable outcomes.
First, let's find the total number of integers from 10 through 30 inclusive. This is 30−10+1=21 integers. (Remember to add 1 when counting inclusive ranges!)
Next, identify which numbers in this range are multiples of 4. Start with the smallest multiple of 4 that's at least 10: that's 12. Then continue: 12, 16, 20, 24, 28. The next multiple would be 32, which exceeds our range. So we have exactly 5 multiples of 4.
Therefore, the probability is total outcomesfavorable outcomes=215.
Looking at the wrong answers: Choice A gives 203, which likely comes from miscounting either the multiples (getting 3 instead of 5) or the total range (getting 20 instead of 21). Choice B shows 214 — this gets the denominator right but undercounts the multiples of 4, perhaps by missing one of the five. Choice D gives 216, which overcounts the multiples, possibly by including 8 (too small) or 32 (too large).
Study tip: Always double-check your counting in probability problems. For ranges, use the formula "end - start + 1" for inclusive counting. For multiples, systematically list them out rather than trying to calculate — it prevents errors and takes just seconds. Question 2
A committee of 4 people is randomly selected from a group of 6 men and 4 women. What is the probability that the committee contains exactly 2 men and 2 women?
- 73 (correct answer)
- 21060
- 74
- \frac{90/210}
Explanation: The number of ways to choose exactly 2 men from 6 and 2 women from 4 is C(6,2)×C(4,2) = 15×6 = 90. The total number of ways to choose 4 people from 10 is C(10,4) = 210. So probability = 90/210 = 3/7. Choice B shows the calculation 60/210, which results from an error (possibly C(6,2)×C(4,2) = 15×4 = 60). Choice C gives 4/7, which might result from a computational error. Choice D shows 90/210 without simplification in an unusual format.
Question 3
A fair six-sided die is rolled once. What is the probability that the number rolled is greater than 4?
- 31 (correct answer)
- 21
- 32
- 65
Explanation: This is a basic probability question involving favorable outcomes versus total possible outcomes. When working with dice problems, always start by identifying what outcomes satisfy your condition.
A fair six-sided die has outcomes: 1, 2, 3, 4, 5, and 6. You need to find which numbers are greater than 4. Only 5 and 6 satisfy this condition, giving you 2 favorable outcomes out of 6 total possible outcomes.
The probability is total outcomesfavorable outcomes=62=31, which is choice A.
Let's examine why the other answers are incorrect. Choice B (21) would be correct if you were looking for numbers greater than 3, since that would give you outcomes 4, 5, and 6 (3 out of 6 = 21). Choice C (32) represents finding numbers less than or equal to 4 (outcomes 1, 2, 3, 4), which is actually the complement of what you want. Choice D (65) would mean 5 favorable outcomes, but there's no reasonable interpretation of "greater than 4" that yields 5 outcomes on a standard die.
Strategy tip: In probability questions, always clearly identify your sample space (all possible outcomes) and count your favorable outcomes carefully. Double-check by asking yourself if your answer makes intuitive sense—since most numbers on a die (4 out of 6) are NOT greater than 4, the probability should be relatively small, making 31 reasonable. Question 4
Two fair coins are tossed. What is the probability that exactly one head appears?
- 41
- 21 (correct answer)
- 43
- 1
Explanation: When you encounter probability questions involving multiple events, always start by listing all possible outcomes systematically. This ensures you don't miss any possibilities or count anything twice.
For two coin tosses, each coin can land either heads (H) or tails (T). The complete sample space contains four equally likely outcomes: HH, HT, TH, and TT. Since the coins are fair, each outcome has probability 41.
To find the probability of exactly one head, identify which outcomes satisfy this condition. Looking at our list: HH has two heads (doesn't qualify), HT has exactly one head (qualifies), TH has exactly one head (qualifies), and TT has zero heads (doesn't qualify). So two outcomes out of four meet our criteria, giving us 42=21.
Choice A (41) represents the probability of any single specific outcome, like getting HT in that exact order. This misses that there are two ways to get exactly one head.
Choice C (43) would be the probability of getting at least one head, which includes HH, HT, and TH - three outcomes instead of two.
Choice D (1) suggests certainty, which would only apply if every possible outcome resulted in exactly one head. Since we can get zero heads (TT) or two heads (HH), this is clearly wrong.
Remember: in probability problems with multiple events, always enumerate all possibilities first. This prevents calculation errors and helps you spot what each answer choice might represent. Question 5
A bag contains 4 red marbles, 3 blue marbles, and 5 green marbles. If one marble is selected at random, what is the probability it is not blue?
- 123
- 125
- 129 (correct answer)
- 1210
Explanation: When you encounter probability questions involving "not" events, remember that it's often easier to find what you want by subtracting from 1, or by directly counting the favorable outcomes.
Let's find the probability that a randomly selected marble is not blue. First, count the total marbles: 4 red + 3 blue + 5 green = 12 marbles total.
For "not blue" marbles, we want either red or green marbles. That's 4 red + 5 green = 9 marbles that are not blue. So the probability is 129, which is answer choice C.
You could also solve this using the complement rule: P(not blue) = 1 - P(blue) = 1−123=1212−123=129.
Looking at the wrong answers: Choice A gives 123, which is actually the probability that the marble IS blue - this represents the complement confusion. Choice B gives 125, which only counts green marbles, missing the red ones that are also "not blue." Choice D gives 1210, which incorrectly includes an extra marble, possibly from miscounting the total or the favorable outcomes.
Strategy tip: For "not" probability questions, you can either count directly (as we did with 9 non-blue marbles) or use complements (1 minus the unwanted probability). Both methods should give the same answer, so use whichever feels more natural to you as a quick check. Question 6
A bag contains 15 marbles: 6 red, 5 blue, and 4 green. If two marbles are drawn without replacement, what is the probability that both marbles are the same color?
- 10531 (correct answer)
- 10537
- 3511
- 72
Explanation: To find the probability both marbles are the same color, calculate: P(both red) + P(both blue) + P(both green). P(both red) = (6/15)(5/14) = 30/210 = 1/7. P(both blue) = (5/15)(4/14) = 20/210 = 2/21. P(both green) = (4/15)(3/14) = 12/210 = 2/35. Converting to common denominator 105: 15/105 + 10/105 + 6/105 = 31/105. Choice B incorrectly adds the individual probabilities as fractions without considering proper combination. Choice C results from calculation errors in the common denominator. Choice D represents only the probability of drawing two red marbles.
Question 7
A box contains 8 identical balls except for color: 3 are white, 3 are black, and 2 are gray. Three balls are drawn simultaneously. What is the probability that all three balls are different colors?
- 289 (correct answer)
- 5618
- 11236
- 143
Explanation: To get all different colors, we need exactly 1 white, 1 black, and 1 gray. The number of ways to choose this is C(3,1)×C(3,1)×C(2,1) = 3×3×2 = 18. The total number of ways to choose 3 balls from 8 is C(8,3) = 56. So probability = 18/56 = 9/28. Choice B shows 18/56 without simplification. Choice C represents a computational error (doubling the numerator and denominator). Choice D results from a different calculation error, possibly confusing the selection process.
Question 8
In a standard deck of 52 cards, what is the probability of drawing either a face card (Jack, Queen, or King) or a card from the suit of hearts, but not both?
- 5219
- 269 (correct answer)
- 5223
- 5221
Explanation: This asks for P(face card OR heart) - P(face card AND heart). There are 12 face cards total and 13 hearts. The overlap consists of 3 cards (Jack, Queen, King of hearts). We want cards that are face cards but not hearts (9 cards) plus hearts that are not face cards (10 cards). So 9 + 10 = 19 cards total, giving probability 19/52 = 9/26. Choice A gives 19/52 without simplification. Choice C incorrectly adds all face cards and hearts without subtracting overlap. Choice D represents a common computational error in handling the overlap.