Probability Formulas and Examples
Probability Formulas and Examples
The Multiplication Rule for dependent events is necessary when the outcome of the first event influences the outcome of the second event. To find the probability of drawing two aces consecutively from a standard 52-card deck without replacing the first card, we first determine P(first ace) = 4/52. Once the first ace is drawn, there are now 3 aces left out of 51 cards, so P(second ace|first ace) = 3/51. Using the formula, P(two aces) = (4/52) × (3/51) = 1/221 .
Combinations differ from permutations in that combinations do not consider the order of selection. To calculate the combination of choosing 3 flavors from 8, use C(n, r) = n! / [r!(n-r)!]. Here, n = 8 and r = 3, so C(8, 3) = 8! / (3!5!) = (8 × 7 × 6) / (3 × 2 × 1) = 56. Thus, there are 56 ways to choose 3 ice cream flavors from 8 without regard to order .
The Complement Rule states that the probability of an event's complement occurring is equal to one minus the probability of the event itself, expressed as P(E') = 1 - P(E). This rule helps calculate scenarios where it's easier to find the probability of an event not happening rather than it happening directly. For a standard 52-card deck, P(spade) = 1/4 since there are 13 spades. Therefore, P(not spade) = 1 - 1/4 = 3/4, signifying that in a single random draw from a full deck, the chance of drawing a card that is not a spade is 75% .
The Fundamental Counting Rule is important for calculating the number of possible outcomes when dealing with multiple independent events. It states that if there are m ways to do one event and n ways to do another, then there are m × n total ways to do both. For rolling two six-sided dice, the first die can land in 6 ways and so can the second. Applying the rule, the total number of outcomes is 6 × 6 = 36 .
The Addition Rule for mutually exclusive events simplifies probability calculations by direct summation of individual probabilities without any intersection since such events cannot happen simultaneously. To find the probability of rolling either a 3 or a 4 on a standard die, calculate P(3) = 1/6 and P(4) = 1/6. Since rolling a 3 and 4 cannot occur at the same time, P(3 or 4) = P(3) + P(4) = 1/6 + 1/6 = 1/3 .
Permutations are used when the order of selection matters, providing the number of ways to arrange n items in r positions. Using the formula P(n, r) = n! / (n-r)!, calculate the number of permutations of lining up 4 students from 10 as P(10, 4) = 10! / (10-4)! = 10! / 6! = (10 × 9 × 8 × 7) = 5040 ways .
Conditional probability refines predictions by adjusting probability calculations in light of new information, defining the probability of an event given another event has occurred. For drawing a queen after a face card from a full deck, initially, P(queen|face card) is assessed using P(A and B) = 4/52 and P(A) = 12/52 (face cards are kings, queens, or jacks). Therefore, P(queen|face card) = (4/52) / (12/52) = 1/3, meaning there's a 33.33% chance of drawing a queen given a face card has been drawn .
Factorial notation is significant in combinatorics for determining the number of ways to arrange n items, often used in permutations and combinations. The factorial of a number n, expressed as n!, is the product of all positive integers less than or equal to n. To calculate 7!, compute 7 × 6 × 5 × 4 × 3 × 2 × 1, which equals 5040 .
The General Addition Rule accounts for overlapping probabilities by including all probabilities of separate events and subtracting the overlap probability where both events occur. In a standard deck, P(king) = 4/52, P(red card) = 26/52, and P(king and red card) = 2/52 (since there are two red kings). Applying the rule, P(king or red card) = (4/52) + (26/52) - (2/52) = 28/52 = 7/13 .
Understanding probability using counting simplifies practical decision-making by allowing the calculation of likelihoods based on direct enumeration of desired and total outcomes. For drawing a green ball from a total of 20 (4 green + 10 red + 6 blue) balls, P(green) = 4/20 = 1/5 or 20%. Accurate probability measurement assists in making informed decisions by quantifying chances .