Skip to content
Medium

Expected Frequency

Simple Explanation

Expected frequency predicts how many times an event should occur if a trial is repeated n times, based on its probability: E = n Γ— P(event). It is a prediction based on probability, not a guaranteed exact outcome.

Why Do We Need It?

Expected frequency turns an abstract probability into a concrete, practical prediction β€” useful for planning resources, comparing predictions to real data, and checking whether results are unusual.

Formula

Expected Frequency

E = n Γ— P(event)

The number of times an event is predicted to happen if a trial is repeated n times, based on its probability.

E
β€” the expected frequency β€” the predicted number of occurrences
n
β€” the number of trials (repetitions)
P(event)
β€” the event's probability on a single trial

When to use it: Whenever you need to predict how many times an event will occur over many repeated trials.

Worked Example

Calculate an expected frequency

A fair die is rolled 120 times. How many times would you expect to roll a 5?

    Why Does This Work?

    If each trial independently has probability P(event) of the event occurring, then over n trials the event is expected to occur in that same fraction, P(event), of the trials on average β€” multiplying by n converts that fraction into an expected count.

    Real-Life Example

    Predicting insurance claims

    An insurance company knows the probability that any one policyholder files a claim in a year, and has 10,000 policyholders.

    Multiplying the claim probability by 10,000 gives the expected number of claims β€” a direct real-world use of expected frequency for financial planning.

    Practice

    A spinner has a 1/4 chance of landing on red. If spun 80 times, how many times is it expected to land on red?

    Medium

    Common mistake

    Treating expected frequency as a guaranteed exact result rather than a prediction β€” actual results from real trials will typically vary somewhat around the expected value, especially for a small number of trials.

    Quick Review

    • E = n Γ— P(event).
    • Expected frequency is a prediction, not a guarantee β€” actual results can vary.
    • Useful for comparing predicted outcomes to observed real-world data.