logo
Study Lesson
Numerical Reasoning
Probability & Statistics

Probability: How Likely Is It?

19 min read1,545 questions available
In this lesson20 sections

Every time you say "there's a good chance it'll rain," check the odds of winning the lotto, or wonder if a coin is "due" to land heads, you are thinking about probability. And every time you hear "the average grade," "the middle income," or "the most common answer," you are using statistics. These two topics turn vague feelings about "likely" and "typical" into exact numbers — and the Civil Service Exam tests both. This chapter makes them clear, concrete, and quick.

1. Lesson Overview

Probability measures how likely an event is, on a scale from 0 (impossible) to 1 (certain), often written as a fraction or percentage. Statistics (the descriptive kind tested here) summarizes a set of data with a few numbers: the mean, median, mode, and range.

On the Civil Service Exam, probability and basic statistics appear in Numerical Reasoning and Data Interpretation, typically 2 to 4 items. The core probability formula is short, and the four statistics measures are quick to compute — so this is a topic where a little memorization yields dependable marks.

The difficulty is beginner to intermediate. The traps are specific and learnable: knowing when to multiply ("and") versus add ("or"), adjusting for draws without replacement, using the complement to shortcut "at least one" problems, and not confusing the mean with the median. Handle those and the topic is friendly.

2. Learning Objectives

After completing this lesson you will be able to:

  • Compute the probability of a simple event as favorable ÷ total outcomes.
  • Combine probabilities: multiply for "and" (independent), add for "or" (mutually exclusive).
  • Adjust for draws without replacement.
  • Use the complement rule to solve "at least one" problems quickly.
  • Apply the fundamental counting principle to count outcomes.
  • Compute and interpret the mean, median, mode, and range.
  • Explain why the median resists outliers while the mean does not.
  • Avoid the add-vs-multiply and mean-vs-median mistakes that cost marks.

3. Prerequisites

You should be comfortable with:

  • Fractions — simplifying them, and multiplying and adding them.
  • Percentages and decimals — since probabilities convert freely among the three.
  • Basic addition and division — for the statistics measures.
  • Ordering numbers from least to greatest (needed for the median).

A quick refresher on the idea probability rests on: a fair outcome means every possibility is equally likely. A fair coin has two equally likely sides; a fair die has six equally likely faces; a well-shuffled deck gives every card an equal chance. Probability counts the favorable equally-likely outcomes and divides by the total equally-likely outcomes. Keep "equally likely" in mind — it's the assumption that makes the simple formula valid.

4. Why This Topic Matters

Probability and statistics are how we reason about uncertainty and summarize information — everyday skills:

  • Weather and planning. "70% chance of rain" tells you whether to bring a payong.
  • Money and risk. Insurance, lotto odds, and understanding why "the house always wins."
  • Health. Reading that a test is "95% accurate," or that a treatment "reduces risk by 30%."
  • News and surveys. Interpreting an "average income," a "median age," or a survey's "most common response."
  • Government and policy. Census statistics, poverty averages, and election polling all rest on these ideas.
  • Fairness checks. Spotting when an "average" is misleading because a few extreme values distort it.

Understanding these topics makes you a sharper, less foolable reader of numbers — exactly the judgment the exam rewards.

5. Core Concepts

We start with simple probability and build toward combined events, then cover the statistics measures.

The basic probability formula

Probability of an event = (Number of favorable outcomes) ÷ (Total number of possible outcomes).

A bag has 4 red balls and 6 blue balls. P(red) = 4 ÷ 10 = 2/5 (or 0.4, or 40%).

Every probability lands between 0 and 1. A probability of 0 means the event cannot happen; 1 means it is certain; 0.5 means it's as likely as not.

Analogy: Probability is like slicing a pizza where each equally-likely outcome is one slice. The chance of your event is just "how many slices are yours" out of all the slices. If 2 of 5 equal slices are yours, your probability is 2/5.

"And" means multiply (independent events)

When you want two events to both happen, and they don't affect each other (independent), multiply their probabilities.

Rolling a die twice, P(6 then 6) = 1/6 × 1/6 = 1/36. Tossing two coins, P(heads and heads) = 1/2 × 1/2 = 1/4.

Why multiply? Each outcome of the first event branches into all outcomes of the second, so the total possibilities multiply — and only one combined branch is fully favorable.

"Or" means add (mutually exclusive events)

When you want either of two events that can't both happen at once (mutually exclusive), add their probabilities.

Rolling a die once, P(2 or 5) = 1/6 + 1/6 = 2/6 = 1/3. Drawing one card, P(king or queen) = 4/52 + 4/52 = 8/52 = 2/13.

Memory tip: "And" → multiply, "or" → add. "And" narrows the target (both must happen), so the probability shrinks; "or" widens it (either counts), so the probability grows.

With replacement vs. without replacement

If you draw an item and put it back before the next draw, the situation resets — the same probabilities apply. If you don't put it back (without replacement), the total shrinks and the favorable count may too — recompute for the second draw.

From 4 red and 6 blue (10 total), draw 2 reds without replacement: P = (4/10) × (3/9) = 12/90 = 2/15. Note the second fraction: 3 reds left out of 9 total.

The complement rule — the great shortcut

The probability an event does not happen is 1 minus the probability it does:

P(not A) = 1 − P(A).

This is a lifesaver for "at least one" problems, which are messy to count directly but easy through their opposite ("none").

A fair coin is flipped 3 times. P(at least one head)? Easier: P(no heads at all) = (1/2)³ = 1/8. So P(at least one head) = 1 − 1/8 = 7/8.

Two dice are rolled. P(at least one six) = 1 − P(no six) = 1 − (5/6)² = 1 − 25/36 = 11/36.

Counting outcomes: the fundamental counting principle

When a choice is made in stages, the total number of outcomes is the product of the choices at each stage.

With 3 shirts and 2 pairs of pants, the number of outfits = 3 × 2 = 6. A 4-digit PIN using digits 0–9 (repeats allowed) has 10 × 10 × 10 × 10 = 10,000 possibilities.

This principle also gives the denominator (total outcomes) in many probability problems.

Statistics: mean, median, mode, range

These four numbers summarize a data set:

  • Mean — the arithmetic average: sum of values ÷ number of values.
  • Median — the middle value once the data is sorted (for an even count, average the two middle values).
  • Mode — the value that appears most often (a set can have one mode, several, or none).
  • Range — the spread: maximum − minimum.

Data: 3, 7, 7, 9, 12. Mean = (3 + 7 + 7 + 9 + 12) ÷ 5 = 38 ÷ 5 = 7.6. Median = 7 (the middle of the sorted five). Mode = 7 (appears twice). Range = 12 − 3 = 9.

Why the median resists outliers

A single extreme value (an outlier) can drag the mean far from the "typical" value, but the median barely moves, because it only cares about the middle position, not the size of the extremes.

Incomes: 15k, 18k, 20k, 22k, and 500k. The mean is (15 + 18 + 20 + 22 + 500) ÷ 5 = 115k — which describes no one in the group. The median, 20k, is the honest "typical" value. This is why news reports use median income, not mean.

With the ideas in hand, let's picture, tabulate, and drill.

6. Visual Learning Suggestions

  • [Illustration Suggestion] The probability line. A number line from 0 to 1 with "impossible" at 0, "even chance" at 0.5, and "certain" at 1; place events (rolling a 7 on a die = 0, heads on a coin = 0.5) along it.
  • [Illustration Suggestion] Tree diagram. For two coin flips, a branching tree (H/T, then H/T again) showing all four equally-likely outcomes — a visual of why "and" multiplies.
  • [Illustration Suggestion] Complement pie. A circle split into "event happens" and "event doesn't"; the two must sum to 1, illustrating P(not A) = 1 − P(A).
  • [Illustration Suggestion] Mean vs. median see-saw. A number line with most values clustered low and one far to the right; show the mean pulled toward the outlier while the median stays put in the cluster.

7. Formula Library

ConceptFormula
Probabilityfavorable ÷ total
"and" (independent)P(A) × P(B)
"or" (mutually exclusive)P(A) + P(B)
ComplementP(not A) = 1 − P(A)
Without replacementshrink the total (and favorable) each draw
Counting principlemultiply the choices at each stage
Meansum ÷ count
Medianmiddle of the sorted data
Modemost frequent value
Rangemaximum − minimum

A note on "or" that overlaps: the simple "add" rule is for events that can't happen together. If they can overlap (e.g., "a heart or a king" in cards), subtract the overlap: P(A or B) = P(A) + P(B) − P(A and B). For "heart or king": 13/52 + 4/52 − 1/52 = 16/52 = 4/13 (the king of hearts was counted twice).

8. Pattern Recognition

When the problem says…Do this…
"probability of drawing/rolling…"favorable ÷ total
"both / and / then again"multiply (independent)
"either / or" (can't both happen)add
"without putting it back"shrink the total each draw
"at least one"1 − P(none) (complement)
"how many ways / how many outfits/PINs"multiply the stage choices
"average"mean (sum ÷ count)
"middle / typical, resistant to extremes"median (sort first)
"most common / most frequent"mode

9. Problem-Solving Framework

Step 1 — Count the total equally-likely outcomes (the denominator). ↓ Step 2 — Count the favorable outcomes (the numerator). ↓ Step 3 — For combined events, decide "and" (multiply) or "or" (add), and adjust for replacement. ↓ Step 4 — Consider the complement if the phrasing is "at least one." ↓ Step 5 — Simplify and sanity-check: the answer must be between 0 and 1. For statistics, sort before taking the median.

Why Step 3 matters most: swapping "and" for "or" (multiply vs. add) is the defining probability error. Read the linking word carefully and decide before computing.

10. Worked Examples

Beginner

Example 1. A die is rolled. What is the probability of getting an even number? Solution: Favorable = {2, 4, 6} = 3; total = 6. P = 3/6 = 1/2. Difficulty: ★☆☆☆☆

Example 2. A bag has 5 red and 3 green balls. What is the probability of drawing a green ball? Solution: 3 ÷ 8 = 3/8. Difficulty: ★☆☆☆☆

Intermediate

Example 3 ("and"). Two coins are tossed. What is the probability that both land heads? Solution: 1/2 × 1/2 = 1/4. Difficulty: ★★☆☆☆

Example 4 ("or"). A card is drawn from a standard 52-card deck. What is the probability that it is a king or a queen? Solution: 4/52 + 4/52 = 8/52 = 2/13. Difficulty: ★★☆☆☆

Example 5 (statistics). Find the mean, median, mode, and range of 4, 8, 6, 8, 10. Thinking: Sort first: 4, 6, 8, 8, 10. Solution: Mean = 36 ÷ 5 = 7.2; median = 8 (middle); mode = 8; range = 10 − 4 = 6. Difficulty: ★★☆☆☆

Advanced

Example 6 (without replacement). From 4 red and 6 blue balls, two are drawn without replacement. What is the probability both are red? Solution: (4/10) × (3/9) = 12/90 = 2/15. Difficulty: ★★★☆☆

Example 7 (complement). A fair coin is tossed 4 times. What is the probability of getting at least one tail? Thinking: Easier via the opposite: all heads. Solution: P(all heads) = (1/2)⁴ = 1/16, so P(at least one tail) = 1 − 1/16 = 15/16. Difficulty: ★★★☆☆

Example 8 (two dice sum). Two dice are rolled. What is the probability the sum is 7? Thinking: Total outcomes = 6 × 6 = 36. Favorable sums of 7: (1,6),(2,5),(3,4),(4,3),(5,2),(6,1) = 6. Solution: 6/36 = 1/6. Difficulty: ★★★☆☆

Civil Service Exam Level

Example 9 (counting principle). A cafeteria offers 3 rice meals, 4 viands, and 2 drinks. How many different meal combinations (one of each) are possible? Solution: 3 × 4 × 2 = 24. Difficulty: ★★★☆☆

Example 10 (at least one six). Two dice are rolled. What is the probability of getting at least one six? Solution: P(no six) = (5/6)² = 25/36, so P(at least one six) = 1 − 25/36 = 11/36. Difficulty: ★★★★☆

Example 11 (median, even count). Find the median of 12, 7, 9, 15, 20, 10. Thinking: Sort: 7, 9, 10, 12, 15, 20. Even count of 6 → average the two middle values (10 and 12). Solution: (10 + 12) ÷ 2 = 11. Difficulty: ★★★☆☆

Example 12 (mean vs. median with an outlier). Seven employees earn (in thousands) 14, 15, 16, 16, 18, 20, and 120. Which better describes a "typical" salary, the mean or the median, and what is it? Thinking: The 120 is an outlier that inflates the mean. Solution: Mean = 219 ÷ 7 ≈ 31.3k (higher than almost everyone). Median = 16k (the 4th of 7 sorted values) — the honest "typical" figure. The median is better here. Difficulty: ★★★★☆

Example 13 (dependent draw). From a deck of 52 cards, two are drawn without replacement. What is the probability both are kings? Solution: (4/52) × (3/51) = 12/2,652 = 1/221. Difficulty: ★★★★☆

Example 14 (combined "and" across draws). A box has 3 defective and 7 good bulbs. Two are drawn without replacement. What is the probability that both are good? Solution: (7/10) × (6/9) = 42/90 = 7/15. Difficulty: ★★★★☆

11. Exam Tricks

  • "And" vs. "or." Multiply for "and," add for "or." The wrong operation is always among the choices; underline the linking word.
  • Replacement matters. "Without replacement" changes the second fraction's numerator and denominator. Missing this inflates the answer.
  • "At least one" → complement. Never count "at least one" directly; compute 1 − P(none). It's faster and error-proof.
  • Sort before the median. The "middle value" is meaningless until the data is in order — a classic careless slip.
  • Outliers fool the mean. If a data set has one huge or tiny value, expect the exam to test whether you know the median is the fairer summary.

12. Common Mistakes

  • Adding when you should multiply ("and"), or multiplying when you should add ("or").
  • Forgetting to shrink the total on a second draw without replacement.
  • Treating dependent events as independent, distorting the probability.
  • Confusing mean with median, especially when outliers are present.
  • Forgetting to sort the data before finding the median.
  • Counting "at least one" directly instead of using the complement, leading to messy errors.

13. Shortcuts

  • Complement for "at least one": 1 − P(none) turns a hard count into an easy one.
  • Counting principle gives totals fast: multiply the number of choices at each stage.
  • Probability as a fraction check: any valid probability is between 0 and 1 — an answer above 1 signals you added when you should have multiplied.
  • Median shortcut for evenly spaced data: if the data is symmetric, the median equals the mean, giving a quick cross-check.
  • Convert to a common denominator early when adding "or" probabilities, to avoid arithmetic slips.

14. Memory Techniques

  • "And multiplies, Or adds." The single most important rule in probability.
  • "At least one? Flip it." Use the complement (1 − none) for "at least one" problems.
  • "Mean adds, Median middles, Mode most, Range spreads." The four statistics in one line.
  • "Sort, then middle." Always order the data before taking the median.
  • "Between 0 and 1." Every probability lives there — a built-in sanity check.

15. Real Civil Service Exam Strategy

  • Time: a simple probability or statistics item takes under 45 seconds; combined-event and outlier problems 60–90 seconds.
  • Read the linking word first ("and"/"or"/"at least") — it decides your whole method.
  • Use the complement whenever you see "at least one"; it's almost always faster.
  • Sort the data immediately for any median question.
  • Sanity-check that a probability is between 0 and 1, and that a "typical value" question isn't secretly testing mean-vs-median.

16. Practice Questions

Easy

  1. A die is rolled. What is the probability of getting a number greater than 4?
  2. A bag has 6 white and 4 black marbles. What is the probability of drawing a white marble?
  3. Find the mode of 3, 5, 5, 7, 9, 5, 2.

Medium

  1. Two coins are tossed. What is the probability of getting exactly two tails?
  2. A card is drawn from a deck. What is the probability it is a heart or a spade?
  3. Find the mean and range of 10, 14, 18, 22, 26.

Hard

  1. From 5 red and 5 blue balls, two are drawn without replacement. What is the probability both are blue?
  2. A fair coin is tossed 3 times. What is the probability of at least one head?

Challenge

  1. A restaurant menu has 4 appetizers, 5 mains, and 3 desserts. How many three-course meals are possible?
  2. Find the median of 8, 3, 11, 6, 14, 9, and then state whether an added value of 100 would change the median or the mean more.

Answers and Explanations

  1. 1/3. Favorable {5, 6} = 2; 2/6 = 1/3.
  2. 3/5. 6/10.
  3. 5. It appears three times.
  4. 1/4. 1/2 × 1/2.
  5. 1/2. 13/52 + 13/52 = 26/52.
  6. Mean 18, range 16. Sum 90 ÷ 5 = 18; 26 − 10 = 16.
  7. 2/9. (5/10) × (4/9) = 20/90 = 2/9.
  8. 7/8. 1 − (1/2)³ = 1 − 1/8.
  9. 60. 4 × 5 × 3.
  10. Median 8.5; the mean changes more. Sorted: 3, 6, 8, 9, 11, 14 → median (8 + 9)/2 = 8.5. Adding 100 barely shifts the median (a middle position) but pulls the mean up sharply — the outlier lesson.

17. Summary

Probability is favorable ÷ total, always between 0 and 1. Combine events by the linking word: "and" → multiply (independent), "or" → add (mutually exclusive), and subtract the overlap when events can coincide. For draws without replacement, shrink the totals each time; for "at least one," use the complement (1 − P(none)). Count staged possibilities with the fundamental counting principle (multiply the choices). Statistics summarizes data with the mean (average), median (sorted middle), mode (most frequent), and range (max − min); the median is the honest "typical" value when outliers distort the mean. Read the linking word, mind replacement, use the complement, and sort before the median — and this becomes a dependable scoring area.

18. Cheat Sheet

ItemKey point
Probabilityfavorable ÷ total (0 to 1)
"and"multiply
"or" (exclusive)add
"or" (overlapping)add, then subtract the overlap
without replacementshrink totals each draw
"at least one"1 − P(none)
countingmultiply stage choices
mean / median / mode / rangeavg / sorted middle / most frequent / max − min
outliersmove the mean, not the median

19. Frequently Asked Questions

When do I multiply and when do I add probabilities? Multiply for "and" (both events happen, independent). Add for "or" (either event, mutually exclusive). If the two "or" events can happen together, add and then subtract the overlap.

What changes when a draw is "without replacement"? The item isn't returned, so the total (and possibly the favorable count) drops by one for the next draw. Recompute the fraction for each draw.

Why is the complement rule useful? "At least one" is hard to count directly but easy as 1 − P(none). It turns a messy problem into a quick subtraction.

What's the difference between mean and median? The mean is the arithmetic average (sum ÷ count); the median is the middle value once the data is sorted. They differ when the data has outliers — the median stays near the "typical" value.

Can a data set have more than one mode? Yes. If two values tie for most frequent, the set is "bimodal"; if none repeats, there is no mode. The mode is simply the most frequent value(s).

20. Mastery Checklist

  • ☐ I can compute a simple probability as favorable ÷ total.
  • ☐ I multiply for "and" and add for "or," adjusting for overlaps.
  • ☐ I correctly reduce the totals for draws without replacement.
  • ☐ I use the complement (1 − P(none)) for "at least one" problems.
  • ☐ I can count outcomes with the fundamental counting principle.
  • ☐ I can compute the mean, median, mode, and range.
  • ☐ I sort the data before finding the median.
  • ☐ I know the median beats the mean as a "typical" value when outliers are present.

Tick them all and probability and statistics become quick, confident points — and you'll read real-world odds and averages far more critically.

Ready to practice Probability & Statistics?

Put it to the test with 1,545 practice questions on this topic.