Omni Calculator logo

Knowing how to calculate the OR probability is fundamental to probability theory. Omni will guide you with a simple yet exhaustive explanation of this basic concept.

Follow this article, and you will learn the following:

  • What is the probability of an event?

  • What is the OR probability of A and B?

  • How to find the probability of A or B?

  • Examples and detailed explanation.

Before or, the probability of an event

The probability of the outcome of an event corresponds to the fraction of times we may expect the particular outcome to happen out of the total amount of "happenings" of the event.

We can better grasp this concept with an example. Consider a die. Each outcome of a toss has probability 1/6=0.171/6 = 0.17 (we call this uniform probability distribution, by the way: you can learn more about it at our uniform distribution calculator). We found this number since each number has 11 probability out of 66 to be the result of the toss, with 66 the total amount of possible outcomes.

If the outcome of an event doesn't depend on any other event (or at least, not on the one we care for), we say that the event is independent. A fair coin toss is an excellent example of an independent event.

How do I find the probability of A OR B?

If you want to calculate the probability of two events happening singularly and not at the same time (or anyway, happening together at all), you need to calculate the probability of A or B.

Define the probabilities of the two events as P(A)P(A) and P(B)P(B). Their values are the probability of the specified outcome. We calculate the probability that either one or the other happens with the following formula:

P(AB)=P(A)+P(B)P(AB),\scriptsize P(A\cup B) = P(A) +P(B) - P(A\cap B),

where we see the value of the joint probability of the events A and B, P(AB)P(A\cap B).

What does this formula mean?

  • The first part is the sum of the probabilities of the two events. P(A)+P(B)P(A)+P(B) is the probability that we get the outcome A, both alone and together with the outcome B, summed to the probability to get B, in this case also alone and together with A.

  • The second part is the — relatively restricted — situation in which both of the events happen. For example, two heads in two coin tosses. We considered this quantity two times in the previous point, so we need to subtract it once now.

  • Subtracting the two quantities leaves us with the probability of either one or the other happening and the probability that the two events happen together.

This formula is easy to understand when considering the Venn representation of our probabilities.

Probability of A or B

As you can see, the entire area representing the two events is colored green. The intersection is where the two events happen at once. The two remaining parts of the circle are the outcomes of the two events regardless of the other (obtaining head in one toss and tail in the other).

Notice that these calculations apply only for not mutually exclusive events. These are events that can't happen at the same time. Coin tosses come in our help again. The probability of obtaining heads OR tails in the same toss is an excellent example of mutually exclusive events. You can get either one or the other, but never both at the same time. In a Venn representation, the two sets would be disjointed.

If you are considering mutually exclusive events, the formula to calculate A OR B simplifies to:

P(AB)+P(A)+P(B)P(A\cup B) + P(A)+P(B)

How to calculate the OR probability

In the formula for the OR probability, we meet the joint probability of the two events. We need to learn how to find this value if we want to be able to calculate the OR probability.

For independent events, the joint probability is the multiplication of the probability of the single events:

P(AB)=P(A)×P(B)\scriptsize P(A\cap B)=P(A)\times P(B)

The formula for the OR probability is then:

P(AB)=P(A)+P(B)P(AB)=P(A)+P(B)P(A)×P(B)\scriptsize \begin{split} P(A \cup B) &= P(A) +P(B) - P(A\cap B)\\ &= P(A)+P(B)-P(A)\times P(B) \end{split}

Examples of applications of the OR probability formula

You learned how to calculate the OR probability; it's time to test your knowledge with some examples.

Let's start with the basics. Use the OR probability formula to find the probability of obtaining at least one head in two coin tosses. You can directly apply the formula for the OR probability:

P(HH)=P(H)+P(H)P(HH)\scriptsize P(\mathrm{H}\cup \mathrm{H})\! =\! P(\mathrm{H})\!+\!P(\mathrm{H})\! -\! P(\mathrm{H}\cap \mathrm{H})

The three quantities on the right-hand side are, respectively:

  • The probability of obtaining a head in the first toss;

  • The probability of a head in the second toss; and

  • The probability of a head in both tosses.

Let's apply the formula for the probability of A OR B:

P(HH)=P(H)+P(H)P(H)×P(H)=0.5+0.5(0.5×0.5)=0.75=75%\scriptsize \begin{split} P(\mathrm{H}\cup \mathrm{H}) &= P(\mathrm{H})\!+\!P(\mathrm{H}) \!-\! P(\mathrm{H})\times P(\mathrm{H})\\ &=0.5+0.5-(0.5\times0.5) = 0.75\\ &=75\% \end{split}

It means that in three tosses out of four, you would get at least one time a head.

Other probability calculators

Probabilities are part of our daily lives. Calculating them, however, can be a bit on the tricky side. Omni has a vast assortment of tools for your needs, including:

FAQ

How do I calculate the probability of the event A or the event B?

Assuming the events not to be mutually exclusive, the probability of the event A OR the event B is:

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

where:

  • P(A ∪ B) — The probability of either events; and
  • P(A ∩ B) — The probability of the event A AND the event B.

This last quantity is equal to:

P(A ∩ B) = P(A) × P(B),

for independent events.

What is the probability of obtaining 1 OR 6 in two die tosses?

0.306 or ~31%. To find this result, follow these easy steps:

  1. Define the probability of obtaining 1:

    P(1) = 1/6 = 0.167.

  2. Define the probability of getting 6:

    P(6) = 1/6 = 0.167.

  3. Define the probability of obtaining 1 AND 6:

    P(1 AND 6) = 1/6 × 1/6 = 1/36 = 0.028.

  4. Calculate the probability of getting 1 OR 6:

    P(1 OR 6) = P(1) + P(6) - P(1 AND 6) = 0.167 + 0.167 - 0.028 = 0.306 ≃ 31%

How do I calculate the OR probability of two mutually exclusive events?

Two events are mutually exclusive if they can't happen simultaneously. Think of getting tail and head during the same coin toss.

In this situation, the probability of the event A OR the event B is:

P(A OR B) = P(A) + P(B)

Think of the coin toss again: since P(H) = 0.5 and P(T) = 0.5, the probability of getting a tail or head is:

P(T OR H) = P(T) + P(H) = 0.5 + 0.5 = 1 = 100%

How do I represent the OR probability in a Venn diagram?

In set theory, the OR probability corresponds to the union of the considered set.

If you consider two not mutually exclusive events, you can identify four regions in your representation:

  1. The area outside the sets (no events happening);
  2. The area of the first event alone;
  3. The region of the second event alone; and
  4. The intersection between the two events.

The OR probability encompasses all the regions that are not "no-events", hence the single events and the intersection between them.

Davide Borchia
Probabilities of single events
Probability of A, P(A)
%
Probability of B, P(B)
%
Which probability do you want to see?
At least one of the events occurs
The probability of the union of events A and B
P(A∪B)
%
Check out 33 similar probability theory and odds calculators 🎲
AccuracyBayes theoremBertrand's box paradox… 30 more
People also viewed…

Percentile

The percentile calculator is here to help you get the k-th percentile of a data set of up to 30 numbers.

Plant spacing

Optimize your garden layout with our garden spacing calculator. Perfect for precise plant spacing. Plan your dream garden effortlessly now!

Plastic footprint

Find out how much plastic you use throughout the year with this plastic footprint calculator. Rethink your habits, reduce your plastic waste, and make your life a little greener.

Specificity

With our specificity calculator, you can learn how to examine the accuracy of diagnostic tests.
Copyright by Omni Calculator sp. z o.o.
Privacy, Cookies & Terms of Service