Data analysis | SAT - Wyatt's Notes
flowchart TD A[Data Analysis] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Data analysis
Section titled “Data analysis”SAT mathematics study notes - Data analysis
Key Concepts
Section titled “Key Concepts”- Mean: arithmetic average = sum of values / number of values. Sensitive to outliers.
- Median: middle value when sorted. More robust than mean for skewed data.
- Mode: most frequent value. Can have multiple modes.
- Standard Deviation: measures spread from the mean. Low = data clusters near mean; high = data spreads out.
- Probability: P(event) = favorable outcomes / total outcomes. Independent events multiply; mutually exclusive events add.
- Percentiles: the value below which a given percentage of data falls. Median = 50th percentile.
- Scatterplots: show the relationship between two variables. Look for positive/negative/no correlation and linear/non-linear patterns.
Key Formulas
Section titled “Key Formulas”| Measure | Formula | Example |
|---|---|---|
| Mean | Values 2,4,6: mean = 4 | |
| Median | Middle value (or average of two middle values) | Values 1,3,5: median = 3 |
| Range | Values 2,5,9: range = 7 | |
| Probability | 3 red out of 10: | |
| Independent events | ||
| Mutually exclusive |
Worked Examples
Section titled “Worked Examples”Example 1: Mean vs Median
Section titled “Example 1: Mean vs Median”Problem: A dataset has values 2, 3, 5, 5, 7, 8, 10. What is the median?
Solution: Step 1: Sort the data (already sorted): 2, 3, 5, 5, 7, 8, 10 Step 2: Find the middle value: 7 values, so the 4th value is the median Step 3: The median is 5
Key insight: The median is 5, and the mean is . The mean is pulled up by the larger values.
Example 2: Conditional Probability
Section titled “Example 2: Conditional Probability”Problem: In a bag with 3 red and 5 blue marbles, you draw two marbles without replacement. What is the probability both are red?
Solution: Step 1: P(first red) = 3/8 Step 2: After removing one red, P(second red | first red) = 2/7 Step 3: P(both red) =
Key insight: “Without replacement” means the second draw depends on the first — these are dependent events, so we multiply conditional probabilities.
Example 3: Reading a Scatterplot
Section titled “Example 3: Reading a Scatterplot”Problem: A scatterplot shows test scores (x-axis) vs study hours (y-axis). The points form an upward-sloping cloud. What can you conclude?
Solution: Step 1: Upward slope = positive correlation (more hours → higher scores) Step 2: Cloud shape = correlation is not perfect (some scatter) Step 3: You CANNOT conclude causation — other factors (prior knowledge, sleep) may be involved
Key insight: Correlation causation. The SAT tests this distinction frequently.
Intuition
Section titled “Intuition”Data analysis is the art of finding signal in noise. A dataset is like a crowd of people shouting — you need to figure out what they are actually saying. The mean is the average voice, but the median tells you what the middle person is saying, which is more representative when someone is shouting very loudly (an outlier). Standard deviation tells you how much the crowd disagrees with itself — a small standard deviation means everyone is saying roughly the same thing. Probability is your confidence level — how sure are you that the pattern you see is real and not just random chance?
Common Mistakes
Section titled “Common Mistakes”Confusing mean, median, and mode. The mean is the arithmetic average, the median is the middle value, and the mode is the most frequent value. A common error is calculating the mean when the question asks for the median, especially in datasets with outliers where the two measures differ significantly. Read the question to determine which measure of central tendency is required.
Misreading graphs and tables. The SAT frequently tests your ability to extract data from bar graphs, line graphs, and tables. Students often misidentify the axis labels, confuse the scale, or read the wrong data point. Always verify which axis represents which variable and check the scale increments before extracting values.
Forgetting that standard deviation measures spread, not centre. A low standard deviation means data points cluster near the mean; a high standard deviation means they are spread out. Students sometimes confuse standard deviation with the mean itself, or assume that a larger dataset always has a larger standard deviation regardless of how concentrated the values are.
Cross-References
Section titled “Cross-References”- Algebra — Linear regression and statistical formulas use algebraic equations to model relationships between variables.
- Geometry — Probability and data interpretation questions may involve geometric representations such as scatterplots.
- Writing Language — Interpreting data in evidence-based writing requires understanding of statistics and data presentation.
Advanced Content
Section titled “Advanced Content”This section provides detailed coverage of advanced concepts, including full derivations, proofs, and extended examples.
Derivations and Proofs
Section titled “Derivations and Proofs”Complete mathematical derivations and proofs are provided where appropriate. Each step is explained to ensure understanding of the underlying reasoning.
Extended Examples
Section titled “Extended Examples”Advanced examples demonstrate the application of concepts to complex problems. These examples go beyond standard exam questions to develop deeper understanding.
Research Connections
Section titled “Research Connections”This material connects to current research and advanced applications in the field. Understanding these connections provides context for the study material.
Prerequisites
Section titled “Prerequisites”Ensure you have mastered the prerequisite material before attempting this advanced content.
Advanced Content
Section titled “Advanced Content”This section provides detailed coverage of advanced concepts, including full derivations, proofs, and extended examples.
Derivations and Proofs
Section titled “Derivations and Proofs”Complete mathematical derivations and proofs are provided where appropriate. Each step is explained to ensure understanding of the underlying reasoning.
Extended Examples
Section titled “Extended Examples”Advanced examples demonstrate the application of concepts to complex problems. These examples go beyond standard exam questions to develop deeper understanding.
Research Connections
Section titled “Research Connections”This material connects to current research and advanced applications in the field. Understanding these connections provides context for the study material.
Prerequisites
Section titled “Prerequisites”Ensure you have mastered the prerequisite material before attempting this advanced content.
Advanced Content
Section titled “Advanced Content”This section provides detailed coverage of advanced concepts, including full derivations, proofs, and extended examples.
Derivations and Proofs
Section titled “Derivations and Proofs”Complete mathematical derivations and proofs are provided where appropriate. Each step is explained to ensure understanding of the underlying reasoning.
Extended Examples
Section titled “Extended Examples”Advanced examples demonstrate the application of concepts to complex problems. These examples go beyond standard exam questions to develop deeper understanding.
Research Connections
Section titled “Research Connections”This material connects to current research and advanced applications in the field. Understanding these connections provides context for the study material.
Prerequisites
Section titled “Prerequisites”Ensure you have mastered the prerequisite material before attempting this advanced content.