What Is Event in Math? | Probability Made Clear

An event is a set of outcomes from a chance experiment, chosen from the sample space, that can be given a probability.

You’ll meet the word “event” any time a math class starts talking about probability. It sounds like something that happens in real life, and that’s close. In probability, an event is the thing you’re watching for: a result, a pattern of results, or a condition that can occur when you run an experiment.

This article keeps it practical. You’ll get a clean definition, see how events are written with set notation, and learn the event types teachers love to test. You’ll also get a simple method for turning word problems into event statements.

What Is Event In Math? Definition And Notation

In probability, you start with an experiment: a repeatable action with outcomes you can list or describe. A coin toss, a die roll, drawing a card, or measuring a waiting time all count.

The sample space (often written as S or Ω) is the set of all possible outcomes of that experiment. An event is any set of outcomes taken from that sample space. In set language, an event is a subset of the sample space: A ⊂ S.

If the actual outcome lands inside that set, we say the event occurs. The rest of probability builds on that idea.

Why math treats events as sets

Calling an event a “set of outcomes” is a practical move that lets you use set operations to combine conditions.

  • Union (A ∪ B) means “A or B occurs.”
  • Intersection (A ∩ B) means “A and B occur together.”
  • Complement (Ac or A′) means “A does not occur.”

Once you translate words like “or,” “and,” and “not” into these symbols, many probability questions feel less slippery.

Outcome vs. event

An outcome is one result, like rolling a 4. An event can be one outcome, or it can bundle many outcomes, like “rolling an even number.” If the sample space for one die roll is S = {1,2,3,4,5,6}, then the event “even” is E = {2,4,6}.

Events match the questions people ask, so most courses put the spotlight on “probability of an event.”

How to write an event from a word problem

When a problem says “Find the probability that…,” your first job is to name the event. Try this routine:

  1. State the experiment. What action creates the random result?
  2. Describe the sample space. List outcomes when it’s small; describe it when it’s large or continuous.
  3. Write the event as a set. List outcomes, or write a condition that picks outcomes out of the sample space.

Three common ways events are written

Teachers accept several styles, as long as the meaning is clear.

  • Roster form: list the outcomes. A = {2,4,6}.
  • Set-builder form: write a rule. A = {x in S : x is even}.
  • Interval form: for measurements. A = {x : 0 ≤ x < 10}.

Interval language shows up with continuous sample spaces, like heights, times, or lengths. You still treat events as sets; you just describe them instead of listing them.

Event operations you’ll use all the time

Many questions hide more than one condition. Translate the wording into set operations first, then pick the matching probability rule.

“A or B” means union

“Get a heart or a face card” is a union: A ∪ B. The union includes outcomes that satisfy either condition, including ones that satisfy both.

“A and B” means intersection

“Get a heart and a face card” is an intersection: A ∩ B. It contains outcomes that meet both conditions at once.

“Not A” means complement

“Not a heart” is the complement: Ac. It contains every outcome in the sample space that is not in A.

If a problem feels wordy, write the event using symbols first. Then the math step tends to be straightforward.

Types of events you should recognize

Probability courses reuse a small set of event labels. Each label signals a property that changes how you compute a probability.

The notes below match standard definitions used in many intro courses, including MIT OpenCourseWare materials on sample spaces and events. MIT OCW lecture notes on sample space and events use the same set-based setup.

Event type What it means Common notation
Simple event One outcome only {ω}
Compound event Two or more outcomes grouped together 1, ω2, …}
Certain event The whole sample space; it always occurs S or Ω
Impossible event Empty set; it never occurs
Complementary event Everything not in A Ac
Mutually exclusive events No shared outcomes; they can’t both occur A ∩ B = ∅
Independent events Knowing one occurred doesn’t change the probability of the other P(A ∩ B)=P(A)P(B)
Dependent events Knowing one occurred changes the probability of the other P(B|A) ≠ P(B)

Mutually exclusive events use an addition rule with no overlap. Independent events use a multiplication rule. Complement events give you a fast way to switch from “A happens” to “A doesn’t happen.”

Where events live: the probability space

In more formal classes you may see the phrase “probability space.” It’s a package: a sample space, a collection of allowed events, and a probability rule that assigns numbers to those events.

In many school problems, the “allowed events” part stays in the background, since you often work with all subsets of a finite sample space. In advanced work, that event collection matters, since not every subset behaves well with probability on continuous spaces.

Discrete and continuous sample spaces

When the outcomes are countable, the sample space is discrete. Card draws, die rolls, and counting the number of heads are common cases. Events are sets of those outcomes.

When outcomes form a continuum, like a measurement on a number line, the sample space is continuous. Events become intervals or regions, like “between 5 and 6 minutes” or “less than 10 mm.” You still treat them as sets; you just describe them instead of listing them.

Probability of an event: the core rules

Once you’ve named an event, probability assigns it a number from 0 to 1. A probability of 0 means it can’t happen within the model. A probability of 1 means it must happen within the model.

In a finite sample space with equally likely outcomes, you often use the counting rule:

P(A) = (number of outcomes in A) / (number of outcomes in S)

This works only when “equally likely” is a fair assumption. Classroom dice and well-shuffled decks are set up for it.

Complement as a time-saver

Some events are easier to count by counting what they are not. “At least one 6 in four die rolls” is a classic. Counting “no 6s at all” is simpler, then you flip it:

P(A) = 1 – P(Ac)

Union rule with overlap

When two events can overlap, the union needs a correction so you don’t double-count the shared outcomes:

P(A ∪ B) = P(A) + P(B) – P(A ∩ B)

Conditional probability in one line

Conditional probability is the idea of narrowing your attention to the outcomes where a given condition holds. You’ll see it written as P(B|A).

The definition is:

P(B|A) = P(A ∩ B) / P(A) (when P(A) > 0)

If you want extra practice with this “restrict the sample space” idea, Khan Academy probability library has targeted lessons and exercises.

Rule Formula When it fits
Complement P(Ac) = 1 – P(A) “not A,” “none,” “no one,” “fails”
Union with overlap P(A ∪ B) = P(A)+P(B)-P(A ∩ B) Two conditions joined by “or”
Mutually exclusive union P(A ∪ B) = P(A)+P(B) No overlap: A ∩ B = ∅
Multiplication rule P(A ∩ B) = P(A)P(B|A) Two conditions joined by “and”
Independent events P(A ∩ B) = P(A)P(B) One doesn’t change the other
Conditional definition P(B|A) = P(A ∩ B) / P(A) You’re told A occurred

Common slips students make with events

Most mistakes happen before any calculation. The event gets written wrong, or the sample space gets trimmed without you noticing. Watch these traps.

Mixing up “or” and “and”

“Or” widens the set. “And” narrows it. If a problem says “odd or prime,” you should expect a bigger event than either one alone. If it says “odd and prime,” you should expect a smaller one.

Forgetting the sample space changed

Once a condition is given, like “the first card is a heart,” your working sample space shrinks. That shift is what the bar in P(B|A) is telling you.

Treating dependent events as independent

With replacement, draws can act independent. Without replacement, early results change later probabilities. If the problem says “without replacement,” think conditional probability.

Mini template: turn a question into an event

When you’re stuck, write the event in one clean line tied to the sample space.

  • Name the sample space:S = {all possible outcomes}
  • Name the event:A = {outcomes in S that match the condition}
  • Check edge cases: does A include what you meant, and only what you meant?

Edge cases show up in words like “at least,” “at most,” “exactly,” and “no more than.” Your event set should match that wording with zero wiggle room.

Practice: build events from familiar experiments

Try writing each event before you compute anything. If you can write the set, the probability step gets easier.

One die roll

Let S = {1,2,3,4,5,6}.

  • A: “roll greater than 4” → {5,6}
  • B: “roll an odd number” → {1,3,5}
  • A ∩ B: “greater than 4 and odd” → {5}

Drawing one card

Let S be the 52 cards in a standard deck.

  • D: “a spade”
  • E: “a king”
  • D ∪ E: “a spade or a king”
  • D ∩ E: “king of spades”

What to remember about events

An event is a subset of the sample space. If the outcome falls inside that subset, the event occurs. From there, you combine events with union, intersection, and complement, then apply the matching probability rules.

If you can name S and write A as a set, you’re already doing probability the way textbooks intend. The calculations feel lighter once the event is written cleanly.

References & Sources