(1,2), (2,4), (3,6), (4,8), (5,10), (6,12)
Line of Best Fit: A straight line drawn through a scatter plot that best represents the relationship between the variables
- Plot all data points on a coordinate plane
- Observe the general pattern of the points
- Draw a line that goes through the middle of the data points
- Ensure the line has roughly equal points above and below it
All points lie perfectly on a straight line with positive slope
Points form a perfect straight line with positive correlation
Since all points are perfectly aligned, the line passes through every point
The line of best fit is y = 2x
• Balance: Equal number of points above and below the line
• Central tendency: Line represents the center of the data
• Minimize distances: Line should be as close as possible to all points
Linear Equation: y = mx + b, where m is slope and b is y-intercept
Using (0,1) and (1,3) since they are on the line
m = (3-1)/(1-0) = 2/1 = 2
Point (0,1) shows y-intercept b = 1
y = 2x + 1
The equation of the line of best fit is y = 2x + 1
• Slope formula: m = (y₂ - y₁)/(x₂ - x₁)
• Y-intercept: Point where line crosses y-axis (x=0)
• Linear equation: y = mx + b
Goodness of Fit: How closely the line matches the actual data points
For x=1: y = 1.5(1) + 2 = 3.5 ✓
For x=2: y = 1.5(2) + 2 = 5 ✓
For x=3: y = 1.5(3) + 2 = 6.5 ✓
For x=4: y = 1.5(4) + 2 = 8 ✓
All actual values match predicted values perfectly
This is a perfect fit since all points lie exactly on the line
The line y = 1.5x + 2 is a perfect fit for the given data
• Predicted value: Value from line equation for given x
• Residual: Difference between actual and predicted values
• Perfect fit: Residuals are all zero
Line of Best Fit: A straight line that minimizes the distance between itself and all data points
Positive Correlation: Line slopes upward, variables increase together
Negative Correlation: Line slopes downward, one variable increases as the other decreases
Slope: The steepness of the line (rate of change)
Y-intercept: The point where the line crosses the y-axis
Residual: The difference between actual data points and predicted values
- Plot data points: Create scatter plot of the data
- Visual inspection: Identify the general trend
- Draw line: Create line that balances points above and below
- Calculate equation: Find slope and y-intercept
- Assess fit: Check how well the line represents the data
Prediction: Using the line of best fit equation to estimate values not in the original data set
y = 4x + 60, where y = test score and x = hours studied
Replace x with 7: y = 4(7) + 60
y = 28 + 60 = 88
Based on the trend, 7 hours of studying predicts an 88% test score
The predicted test score for 7 hours of studying is 88%
• Prediction accuracy: More reliable within the data range
• Extrapolation: Be cautious when predicting beyond data range
• Linear model: Assumes constant rate of change
Contextual Interpretation: Understanding what slope and intercept mean in real-world situations
Slope = 2.5, meaning earnings increase by $2.50 per hour worked
Y-intercept = 15, meaning starting amount is $15 when hours = 0
Worker earns $2.50 per hour plus a base payment of $15
After 0 hours: $15, after 1 hour: $17.50, after 2 hours: $20
The slope (2.5) represents earning $2.50 per hour, and the y-intercept (15) represents a base payment of $15
• Slope interpretation: Rate of change in context
• Y-intercept meaning: Starting value when x = 0
• Units: Include appropriate units in interpretation
Line of Best Fit: A linear approximation that summarizes the relationship between two variables
Correlation Strength: How closely points cluster around the line (strong, moderate, weak)
Outlier: A data point that deviates significantly from the overall pattern
Interpolation: Predicting values within the range of the data
Extrapolation: Predicting values outside the range of the data
- Data visualization: Create scatter plot of the data
- Pattern recognition: Identify positive/negative/none correlation
- Line placement: Draw line that best represents the data
- Equation determination: Calculate slope and y-intercept
- Quality assessment: Evaluate how well the line fits the data
- Prediction: Use the equation for interpolation/extrapolation
• Equation form: y = mx + b, where m is slope and b is y-intercept
• Slope interpretation: Change in y per unit change in x
• Y-intercept meaning: Value of y when x equals zero
• Prediction reliability: Higher within data range than beyond it