Probability

Probability is the measure of how likely an event is to occur. On the SAT, you'll encounter basic probability concepts, including calculating probabilities from data tables, solving word problems, and understanding conditional probability.

Basic Probability Concepts

Probability is expressed as a number between 0 and 1, or as a percentage between 0% and 100%. A probability of 0 means the event is impossible, while a probability of 1 (or 100%) means the event is certain to occur.

Calculating Basic Probability

The basic formula for probability is:

probability=number of favorable outcomestotal number of possible outcomes

For example, if you roll a fair six-sided die:

  • The probability of rolling a 3 is 16 (one favorable outcome out of six possible outcomes)
  • The probability of rolling an even number is 36=12 (three favorable outcomes: 2, 4, or 6)

Converting Between Fractions and Percentages

Probabilities can be expressed as fractions, decimals, or percentages. To convert between them:

  • Fraction to percentage: Multiply by 100%
  • Percentage to fraction: Divide by 100%

For example:

  • 14=0.25=25%
  • 75%=75100=34

Sum of Probabilities

The sum of all possible probabilities for a given situation must equal 1 (or 100%). This is because one of the possible outcomes must occur.

For example, when rolling a die:

  • Probability of rolling a 1: 16
  • Probability of rolling a 2: 16
  • Probability of rolling a 3: 16
  • Probability of rolling a 4: 16
  • Probability of rolling a 5: 16
  • Probability of rolling a 6: 16
  • Total probability: 16+16+16+16+16+16=1

Probability from Data Tables

On the SAT, you'll often need to calculate probabilities from data presented in tables. These tables might show survey results, experimental outcomes, or other categorical data.

Two-Way Tables

A two-way table (also called a contingency table) shows the frequency of outcomes for two categorical variables. The rows represent one variable, and the columns represent another variable.

For example, consider a survey of 100 students about their favorite subject and grade level:

MathScienceEnglishTotal
9th Grade1510530
10th Grade1281030
11th Grade8121030
12th Grade55010
Total403525100

From this table, you can calculate various probabilities:

  • Probability that a randomly selected student likes Math: 40100=0.4=40%
  • Probability that a randomly selected student is in 9th grade: 30100=0.3=30%
  • Probability that a randomly selected student is in 9th grade AND likes Math: 15100=0.15=15%

Conditional Probability

Conditional probability is the probability of an event occurring given that another event has already occurred. It's written as P(A|B), which means "the probability of A given B."

Calculating Conditional Probability

The formula for conditional probability is:

P(A|B)=P(AandB)P(B)

Using our previous example of the student survey:

  • What is the probability that a student likes Math given that they are in 9th grade?
  • P(Math|9th Grade) = P(Mathand9th Grade)P(9th Grade)=1510030100=1530=12=0.5=50%

This means that 50% of 9th graders like Math.

Independent vs. Dependent Events

Two events are independent if the occurrence of one event does not affect the probability of the other event. For independent events A and B:

P(A|B)=P(A)

For example, if you roll a die twice, the outcome of the first roll does not affect the outcome of the second roll. These are independent events.

Two events are dependent if the occurrence of one event affects the probability of the other event. For example, drawing cards from a deck without replacement: the probability of drawing a second ace depends on whether an ace was drawn first.

Probability Word Problems

On the SAT, you'll encounter word problems that require you to calculate probabilities. These problems often involve real-world scenarios and may require you to:

  • Identify the total number of possible outcomes
  • Count the number of favorable outcomes
  • Apply the basic probability formula
  • Use conditional probability when appropriate

Example Word Problems

Example 1: A bag contains 3 red marbles, 4 blue marbles, and 5 green marbles. If a marble is randomly selected, what is the probability that it is blue?

Solution:

  • Total number of marbles = 3 + 4 + 5 = 12
  • Number of blue marbles = 4
  • Probability = 412=1333.3%

Example 2: A standard deck of 52 cards contains 4 aces. If two cards are drawn without replacement, what is the probability that both cards are aces?

Solution:

  • Probability of drawing first ace = 452=113
  • After drawing first ace, 3 aces remain in 51 cards
  • Probability of drawing second ace = 351=117
  • Probability of both events = 113×117=12210.00450.45%