Wolfram Computation Meets Knowledge

Probability of the Union of Two Events

The probability of the union of two events depends on the probability of either event and the probability of only one of the events occuring.

The probability of A\[Union]B equals the sum of the probabilities of A and B minus the probability of A\[Intersection]B.

Formula

QuantityVariable["P(A⋃B)", "Unitless"] == QuantityVariable["P(A)", "Unitless"] - QuantityVariable["P(A⋂B)", "Unitless"] + QuantityVariable["P(B)", "Unitless"]

symbol description physical quantity
P(A⋃B)
probability of AB
"Unitless"
P(A)
probability of A
"Unitless"
P(A⋂B)
probability of AB
"Unitless"
P(B)
probability of B
"Unitless"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Probability of the Union of Two Events"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Probability of the Union of Two Events"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Probability of the Union of Two Events"], {QuantityVariable[
   "P(B)","Unitless"] -> 0.6`, 
  QuantityVariable["P(A\[Union]B)","Unitless"] -> 0.7`}]
Out[3]=

Publisher Information