๐ SAT Math: Problem Solving and Data Analysis Study Notes
Problem Solving and Data Analysis is one of the four main content areas on the SAT Math test, focusing on quantitative reasoning in real-world contexts. This section assesses your ability to apply mathematical concepts to interpret information, solve problems, and draw conclusions from various data representations.
๐ข Ratios, Proportions, and Percentages
These are fundamental tools for comparing quantities and understanding relationships.
๐ Ratios and Proportions
- A ratio compares two quantities. It can be written as \(a:b\), \(a \text{ to } b\), or \(\frac{a}{b}\).
- A proportion is an equation stating that two ratios are equal, such as \(\frac{a}{b} = \frac{c}{d}\).
- To solve proportions, you can use cross-multiplication: if \(\frac{a}{b} = \frac{c}{d}\), then \(ad = bc\).
๐ก Pro Tip: Always ensure the units or categories match when setting up ratios and proportions. For example, if comparing apples to oranges, keep apples in the numerator on both sides or oranges in the numerator on both sides.
๐ Percentages
- A percentage is a ratio out of 100. For example, \(25%\) means \(\frac{25}{100}\).
- To convert a percentage to a decimal, divide by 100: \(25% = 0.25\).
- To find a percentage of a number: "What is \(P%\) of \(N\)?" is \((\frac{P}{100}) \times N\).
- Percentage Increase/Decrease: \[ \text{Percentage Change} = \frac{\text{New Value} - \text{Original Value}}{\text{Original Value}} \times 100% \]
โฑ๏ธ Rates, Unit Conversions, and Dimensional Analysis
Understanding how quantities change in relation to each other and converting between different units is crucial.
๐ Rates
- A rate is a ratio that compares two quantities with different units, such as miles per hour (\(\frac{\text{miles}}{\text{hour}}\)) or dollars per pound (\(\frac{\text{dollars}}{\text{pound}}\)).
- Unit Rate: A rate where the second quantity is 1 unit (e.g., 60 miles per 1 hour).
๐ Unit Conversions
Use conversion factors to change units. A conversion factor is a ratio equal to 1 (e.g., \(\frac{12 \text{ inches}}{1 \text{ foot}}\) or \(\frac{1 \text{ foot}}{12 \text{ inches}}\)).
Example: Convert 30 miles per hour to feet per second.We know: \(1 \text{ mile} = 5280 \text{ feet}\) and \(1 \text{ hour} = 3600 \text{ seconds}\).
\[ \frac{30 \text{ miles}}{1 \text{ hour}} \times \frac{5280 \text{ feet}}{1 \text{ mile}} \times \frac{1 \text{ hour}}{3600 \text{ seconds}} \] \[ = \frac{30 \times 5280}{3600} \frac{\text{feet}}{\text{second}} = 44 \frac{\text{feet}}{\text{second}} \]
๐ Statistical Measures
These measures help summarize and describe sets of data.
๐ Central Tendency and Spread
- Mean (Average): The sum of all values divided by the number of values. \[ \text{Mean} = \frac{\sum x}{n} \]
- Median: The middle value in an ordered set of data. If there's an even number of values, it's the average of the two middle values.
- Mode: The value that appears most frequently in a data set. A data set can have one mode, multiple modes, or no mode.
- Range: The difference between the highest and lowest values in a data set.
- Standard Deviation: A measure of the spread of data around the mean. A small standard deviation means data points are close to the mean; a large one means data points are spread out. You typically won't need to calculate it on the SAT, but understand its meaning.
๐ Impact of Outliers
- An outlier is a data point significantly different from other data points.
- Outliers can significantly affect the mean and range.
- The median and mode are generally less affected by outliers.
๐ Data Interpretation
The SAT frequently presents data in various visual formats. You must be able to extract and interpret information correctly.
๐ Common Data Displays
| Chart Type | Purpose | Key Interpretation |
|---|---|---|
| Bar Graph | Compares categories | Heights of bars indicate values |
| Line Graph | Shows trends over time | Slope indicates rate of change |
| Circle Graph (Pie Chart) | Shows parts of a whole (percentages) | Sector size indicates proportion |
| Table | Organizes data in rows/columns | Read specific values, calculate totals |
| Frequency Distribution | Shows how often values occur | Identify modes, ranges of values |
scatterplot ๐ Scatterplots and Linear Regression
Scatterplots show the relationship between two quantitative variables.
๐ Correlation
- Positive Correlation: As one variable increases, the other tends to increase (points generally go up from left to right).
- Negative Correlation: As one variable increases, the other tends to decrease (points generally go down from left to right).
- No Correlation: No clear relationship between the variables (points appear randomly scattered).
๐ Line of Best Fit (Trend Line)
- A line drawn through the middle of the points on a scatterplot to represent the general trend.
- It can be used to make predictions:
- Interpolation: Predicting values within the range of the observed data.
- Extrapolation: Predicting values outside the range of the observed data (less reliable).
- The equation of the line of best fit is usually in the form \(y = mx + b\), where \(m\) is the slope and \(b\) is the y-intercept.
๐ฒ Probability
Basic concepts of likelihood and chance.
๐ Basic Probability
- The probability of an event \(E\) occurring is: \[ P(E) = \frac{\text{Number of favorable outcomes}}{\text{Total number of possible outcomes}} \]
- Probabilities are always between 0 and 1, inclusive (\(0 \le P(E) \le 1\)).
- The sum of probabilities of all possible outcomes is 1.
๐ Independent and Dependent Events
- Independent Events: The outcome of one event does not affect the outcome of another. \(P(A \text{ and } B) = P(A) \times P(B)\).
- Dependent Events: The outcome of one event affects the outcome of another.
๐ฌ Sampling, Surveys, and Experimental Design
Understanding how data is collected and what conclusions can be drawn.
๐ Random Sampling and Bias
- Random Sample: Each member of the population has an equal chance of being selected. This is essential for generalizing results from a sample to a larger population.
- Bias: Occurs when a sample is not representative of the population, leading to inaccurate conclusions.
๐งช Cause and Effect vs. Association
- Association (Correlation): Two variables tend to occur together or change together. This does not mean one causes the other.
- Cause and Effect: One variable directly influences another. This can typically only be established through a well-designed, randomized experiment.
- An observational study can show association but not cause and effect.
- A controlled experiment, with random assignment to treatment and control groups, can establish cause and effect.