0% found this document useful (0 votes)
9 views2 pages

Probability Formulas and Examples

The document outlines various probability and counting rules, including classical probability, complement rule, addition and multiplication rules for both independent and dependent events, and conditional probability. It also covers fundamental counting principles, factorial notation, permutations, combinations, and probability calculations using counting methods. Each rule is accompanied by a formula and an illustrative example for clarity.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

Probability Formulas and Examples

The document outlines various probability and counting rules, including classical probability, complement rule, addition and multiplication rules for both independent and dependent events, and conditional probability. It also covers fundamental counting principles, factorial notation, permutations, combinations, and probability calculations using counting methods. Each rule is accompanied by a formula and an illustrative example for clarity.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

PROBABILITY AND COUNTING RULES – FORMULA

REVIEWER

1. Classical Probability
Formula: P(E) = favorable outcomes / total outcomes

Example: Example: When rolling a single die, find P(4). → P(4) = 1/6

2. Complement Rule
Formula: P(E') = 1 - P(E)

Example: Example: If P(heart) = 1/4, then P(not heart) = 1 - 1/4 = 3/4

3. Addition Rule (General Form)


Formula: P(A or B) = P(A) + P(B) - P(A and B)

Example: Example: In a deck of 52 cards, find P(ace or heart). P(A)=4/52, P(B)=13/52,


P(A∩B)=1/52 → 16/52 = 4/13

4. Addition Rule (Mutually Exclusive)


Formula: P(A or B) = P(A) + P(B)

Example: Example: Rolling a die, find P(2 or 5). → 1/6 + 1/6 = 1/3

5. Multiplication Rule (Independent Events)


Formula: P(A and B) = P(A) × P(B)

Example: Example: Flip a coin and roll a die → P(H and 6) = 1/2 × 1/6 = 1/12

6. Multiplication Rule (Dependent Events)


Formula: P(A and B) = P(A) × P(B|A)

Example: Example: Draw 2 kings without replacement → (4/52) × (3/51) = 1/221

7. Conditional Probability
Formula: P(B|A) = P(A and B) / P(A)

Example: Example: 10 boys, 6 passed. P(passed|boy) = (6/20) / (10/20) = 0.6


8. Fundamental Counting Rule
Formula: Total outcomes = m × n

Example: Example: Toss a coin and roll a die → 2 × 6 = 12 outcomes

9. Factorial Notation
Formula: n! = n × (n−1) × ... × 1 ; 0! = 1

Example: Example: 5! = 120

10. Permutation (Order Matters)


Formula: P(n, r) = n! / (n − r)!

Example: Example: Choose 3 officers from 5 students → P(5,3) = 5!/2! = 60

11. Combination (Order Does Not Matter)


Formula: C(n, r) = n! / [r!(n − r)!]

Example: Example: Choose 3 students from 5 → C(5,3) = 5!/(3!2!) = 10

12. Probability Using Counting


Formula: P(E) = desired outcomes / total outcomes

Example: Example: 4 girls in 10 students → P(girl) = 4/10 = 0.4

Common questions

Powered by AI

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 .

You might also like