Statistics & Probability: Simple Event Probability

Calculate simple event probabilities P(A) = favorable/total across dice, coins, marble bags, cards, and spinners as fractions, decimals, and percentages.

Solved: 0

Simple Event Probability

Learning Topics

📖 Learning Guide - Simple Event Probability

1. Fundamental Definition & Formula

Probability measures the likelihood of an event occurring on a scale from 0 (impossible) to 1 (certain). For any event AA, the probability is always bounded such that 0P(A)10 \le P(A) \le 1.

When all possible outcomes in an experiment or sample space are equally likely, we calculate the theoretical probability by comparing the count of favorable outcomes where the event occurs against the total number of all possible outcomes:

2. The Probability Continuum Scale

Probabilities can be placed along a visual 0-to-1 scale:
  • Impossible (P=0P = 0 or 0%0\%): The event cannot happen (e.g. rolling a 7 on a standard die).
  • Unlikely (0<P<0.50 < P < 0.5): Less than half chance (e.g. rolling a 6 on a die, P=1616.67%P = \frac{1}{6} \approx 16.67\%).
  • Even Chance (P=0.5P = 0.5 or 50%50\%): Fair coin landing on heads (P=12P = \frac{1}{2}).
  • Likely (0.5<P<10.5 < P < 1): Greater than half chance (e.g. rolling a number >2> 2 on a die, P=46=2366.67%P = \frac{4}{6} = \frac{2}{3} \approx 66.67\%).
  • Certain (P=1P = 1 or 100%100\%): The event is guaranteed to occur.
025%1/2 (50%)75%1 (100%)Impossible (0)UnlikelyEven Chance (1/2)LikelyCertain (1)

3. Complementary Events

The complement of an event AA (denoted A\overline{A}, meaning "not AA") represents the event not occurring. Because an event either happens or does not happen, the sum of their probabilities is always 1 (P(A)+P(A)=1P(A) + P(\overline{A}) = 1). To find the probability that an event does not occur, subtract the probability of the event from 1:
Example: If a bag has 3 red and 7 blue marbles (P(red)=310P(\text{red}) = \frac{3}{10}), then the probability of drawing a marble that is not red is P(not red)=1310=710P(\text{not red}) = 1 - \frac{3}{10} = \frac{7}{10}.

4. The 5 Core Probability Models

  • Fair 6-Sided Dice: Sample space S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\} (Total = 6). Prime numbers are {2,3,5}\{2, 3, 5\}, evens are {2,4,6}\{2, 4, 6\}.
  • Coin Tosses: Single coin has 2 outcomes {H,T}\{H, T\}. Two coins have 4 outcomes {HH,HT,TH,TT}\{HH, HT, TH, TT\}.
  • Marble Bags: Total is the sum of all colored marbles. Favorable is the count of chosen color(s).
  • Standard 52-Card Deck: 4 suits (13 Hearts, 13 Diamonds, 13 Clubs, 13 Spades). 26 Red and 26 Black cards. 12 face cards (4 Jacks, 4 Queens, 4 Kings).
  • Spinners: If divided into equal sectors, probability is sectors of target colortotal sectors\frac{\text{sectors of target color}}{\text{total sectors}}. If proportional, probability equals the fractional area.

5. Representing Probability: Fractions, Decimals, & Percentages

Probabilities can be represented in three equivalent mathematical forms:
  • Simplified Fraction: e.g., 28=14\frac{2}{8} = \frac{1}{4}
  • Decimal: Divide numerator by denominator, e.g., 1÷4=0.251 \div 4 = 0.25
  • Percentage: Multiply decimal by 100, e.g., 0.25×100=25%0.25 \times 100 = 25\%

6. Step-by-Step Worked Examples

Example 1: Marble Bag (Simple Probability & Format Conversion)
Problem: A bag contains 4 red, 6 blue, and 10 green marbles. If one marble is drawn at random, what is the probability of picking a blue marble? Express the answer as a fraction, decimal, and percentage.

Step 1: Count total & favorable outcomes
  • Total marbles = 4+6+10=204 + 6 + 10 = 20
  • Favorable (blue) marbles = 66

    Step 2: Apply the theoretical probability formula
    P(blue)=FavorableTotal=620P(\text{blue}) = \frac{\text{Favorable}}{\text{Total}} = \frac{6}{20}

    Simplify by dividing numerator and denominator by 2:
    P(blue)=310P(\text{blue}) = \frac{3}{10}

    Step 3: Convert to decimal and percentage
  • Decimal: 3÷10=0.33 \div 10 = 0.3
  • Percentage: 0.3×100=30%0.3 \times 100 = 30\% (Unlikely / Less than half chance)
Example 2: Fair 6-Sided Die (Complement Rule)
Problem: A standard fair 6-sided die is rolled. What is the probability of NOT rolling a prime number?

Step 1: Identify outcomes in sample space
Sample space S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\} (Total = 66). The prime numbers are {2,3,5}\{2, 3, 5\} (3 outcomes).

Step 2: Find probability of the event
P(prime)=36=12=50%P(\text{prime}) = \frac{3}{6} = \frac{1}{2} = 50\%

Step 3: Apply the complement formula
P(not prime)=1P(prime)=112=12=50%P(\text{not prime}) = 1 - P(\text{prime}) = 1 - \frac{1}{2} = \frac{1}{2} = 50\%

(Check: The non-prime outcomes are {1,4,6}\{1, 4, 6\}, which also gives 36=12\frac{3}{6} = \frac{1}{2}.)
Example 3: 52-Card Deck (Face Cards or Aces)
Problem: A single card is drawn at random from a standard 52-card deck. What is the probability of drawing a face card (Jack, Queen, King) OR an Ace?

Step 1: Count favorable cards
  • 4 Jacks + 4 Queens + 4 Kings = 12 face cards
  • 4 Aces
  • Total favorable cards = 12+4=1612 + 4 = 16


Step 2: Compute and simplify probability
P(face or ace)=1652P(\text{face or ace}) = \frac{16}{52}

Divide both numerator and denominator by 4:
P(face or ace)=4130.31=30.77%P(\text{face or ace}) = \frac{4}{13} \approx 0.31 = 30.77\%
Learning Topics