Probability is a measure of the likelihood that an event will occur. It is expressed as a number between 0 and 1, where 0 indicates impossibility and 1 indicates certainty.
P(A or B) = P(A) + P(B) - P(A and B)
P(A and B) = P(A) * P(B)
P(A') = 1 - P(A)
P(A|B) = P(A and B) / P(B)
P(A) = P(A|B1) * P(B1) + P(A|B2) * P(B2) + ... + P(A|Bn) * P(Bn)
1. A fair six-sided die is rolled. What is the probability of rolling an even number or a number less than 3?
2. A jar contains 5 red, 3 blue, and 2 green marbles. If a marble is selected at random, what is the probability of selecting a red or a green marble?
.