Probability formula of event A or B occurring when A and B can both occur at the same time.
Example question:
If a number is to be selected at random from the numbers 1 - 50, inclusive, what is the probability that the number selected will be a perfect cube or an even number?
P(A or B) = P(A) + P(B) - P(A and B)
P(A or B) = P(25/50) + P(3/50) - P(1/50)
25/50 = number of even numbers
3/50 = number of perfect cubes
1/50 = even number that is a perfect cube
How to find probability for multiple outcomes
number of events * probability of one outcome
how to solve ‘at least’ probability questions
how to solve ‘at least one’ probability questions
SHOULD ONLY DO WHEN EVENTS ARE COMPLEMENTARY
When a question asks for the probability that “at least 1” outcome will occur, consider using complementary events to simplify the problem. That is, P(at least 1 outcome occurs) = 1 - P(none of these outcomes occur)
When asked the probability that some number of items will be selected, we can use combinations to determine the following
of ways that some number of items must be selected [use cominator formula and restrict group, subgroup] / # of ways that all items must be selected
When asked the probability that some number of items must not be selected, we can use combinations to determine the following
of ways that some number of items must not be selected [use cominator formula and restrict items that must not be selected in the main group] / # of ways that all items must be selected
When asked the probaility that some items must be selected AND some items must not be selected
for items that must be selected, remove them from the subgroup and larger group
for items that must not be selected, restrict them from main group
divide the probability over the # of ways that all items must be selected
Probability of mutually exclusive events
1 = P(A) + P(B) - P(Both A and B) + P(Neither)
Probability of non-mutually exclusive events
1 = P(A)+ P(B) + P(Both A and B) + P(Neither A or B)