Calculate combined probabilities for two independent events — AND, OR, and complement.
Probability measures how likely an event is to happen, expressed as a number between 0 (impossible) and 1 (certain). This calculator handles two independent events — where the outcome of one doesn't affect the other, like flipping a coin and rolling a die.
P(A and B) = P(A) × P(B)
P(A or B) = P(A) + P(B) - P(A) × P(B)
P(not A) = 1 - P(A)
If P(A) = 0.5 (a coin landing heads) and P(B) = 0.3 (drawing a red card from a small deck), then P(A and B) = 0.5 × 0.3 = 0.15, and P(A or B) = 0.5 + 0.3 - 0.15 = 0.65.
Probability = favorable outcomes ÷ total possible outcomes.
Multiply the individual probabilities together.
Independent events don't affect each other's outcome; dependent events do.