Mathorio
Answer key
Introduction to Regression
Show your work for each problem.
- 1.What does the represent in the equation ?
- a)The x-value
- b)The slope (rate of change)
- c)The y-intercept
- d)The prediction
Answer: The slope (rate of change)
In the equation , represents the slope, which tells us how much changes for every 1 unit increase in .
- 2.What is the purpose of linear regression?
- a)To calculate the average of numbers
- b)To find the best-fitting line through data points
- c)To count how many data points exist
- d)To find the largest value in a dataset
Answer: To find the best-fitting line through data points
Linear regression finds the straight line that best fits a set of data points, allowing us to make predictions and understand relationships between variables.
- 3.For the equation , what is the slope?
Answer: 3
In , the slope is . This is the coefficient of , meaning increases by 3 for every 1 unit increase in .
- 4.For the equation , what is the y-intercept?
Answer: 5
In , the y-intercept is . This is where the line crosses the y-axis (when ).
- 5.Using the equation , find when .
Answer: 14
. We substituted into the equation and simplified.
- 6.Calculate the slope between points and .
- a)8
- b)4
- c)2
- d)0.5
Answer: 2
Slope . The y-values change by 8 while x-values change by 4.
- 7.Calculate the slope between points and .
Answer: 3
Slope . For every increase of 1 in x, y increases by 3.
- 8.Find the equation of the line through points and .
Answer: y = 3x
- Calculate the slope using the formula . What is ? 3
- Use point and in . Solve for : . What is ? 0
- Write the final equation with and . y = 3x
- 9.A regression model shows that test scores increase by 8 points for each hour of studying. A student who studies 0 hours scores 40 points. Write the equation and predict the score for 5 hours of studying.
Answer: 80
- What is the slope (points gained per hour)? 8
- What is the y-intercept (score at 0 hours)? 40
- Write the equation in the form y = mx + b y = 8x + 40
- Calculate the predicted score for x = 5 hours: y = 8(5) + 40 80
- 10.A regression line has a negative slope. What does this mean?
- a)As x increases, y decreases
- b)The line passes through the origin
- c)As x increases, y increases
- d)The data has no relationship
Answer: As x increases, y decreases
A negative slope means the line goes downward from left to right. As increases, decreases. This indicates an inverse relationship between the variables.
- 11.Find the equation of the line through points and .
Answer: y = 3x + 5
- Calculate the slope: . What is ? 3
- The first point is . What is the y-intercept ? 5
- Write the final equation. y = 3x + 5
- 12.A car's fuel efficiency is modeled by , where is the car's weight in kg and is km/L. What is the predicted fuel efficiency for a car weighing 1000 kg?
Answer: 10
km/L. The negative slope shows that heavier cars have lower fuel efficiency.
- 13.Find the equation of the line through points and .
Answer: y = -3x + 17
- Calculate the slope: . What is ? -3
- Use point and in . Solve: . What is ? 17
- Write the final equation. y = -3x + 17
- 14.Why is it problematic to use a regression equation to predict values far outside the original data range?
- a)The slope changes automatically
- b)The equation becomes mathematically invalid
- c)The y-intercept shifts
- d)The relationship may not continue linearly beyond the data
Answer: The relationship may not continue linearly beyond the data
This is called extrapolation. While the math works, the real-world relationship may not stay linear outside the data range. For example, fuel efficiency cannot become negative, even if the equation predicts it for very heavy cars.
- 15.A house pricing model shows , where is square meters and is price in euros. Find the predicted price for a 120 m² house, and interpret what the slope means.
Answer: 350000
- What is the slope of the equation? 2500
- What does the slope represent? (Price per what?) square meter
- Calculate: . What is the first part, ? 300000
- Add the base price: . What is the total predicted price? 350000
- 16.Two students measured height and shoe size. Student A found a slope of 0.5, and Student B found a slope of 2.0. Both measured the same people. What could explain this difference?
- a)The data changed between measurements
- b)They measured at different times
- c)One made calculation errors
- d)They used different units for measurement
Answer: They used different units for measurement
The slope depends on the units used. If Student A measured height in meters and Student B in centimeters, the slopes would differ by a factor of 100. This is why it is important to always specify units when reporting regression results.