Business Statistics Quiz: Interpreting Regression Output
20 questions · exam conditions
0:00
Interpreting Regression OutputQuestion 1 of 20
A manufacturer models the number of defects per batch (Y) based on production line speed in meters per minute (X). The model is Y^=5+0.75X, and the R-squared is 0.60. The company decides to change the dependent variable to defects per 100 batches to create a new report.
If the model is rebuilt using defects per 100 batches (Y′=100Y) as the dependent variable, how will the new slope and R-squared values change?
AThe new slope will be 0.75 and the R-squared will be 0.60.
BThe new slope will be 75 and the R-squared will be 0.60.
CThe new slope will be 0.75 and the R-squared will be 60.
DThe new slope will be 75 and the R-squared will increase.
Business Statistics Quiz: Interpreting Regression Output
Practice Interpreting Regression Output in Business Statistics with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
What this quiz covers
This quiz focuses on Interpreting Regression Output, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Statistics.
How to use this quiz
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
All questions
Question 1
A manufacturer models the number of defects per batch (Y) based on production line speed in meters per minute (X). The model is Y^=5+0.75X, and the R-squared is 0.60. The company decides to change the dependent variable to defects per 100 batches to create a new report.
If the model is rebuilt using defects per 100 batches (Y′=100Y) as the dependent variable, how will the new slope and R-squared values change?
The new slope will be 0.75 and the R-squared will be 0.60.
The new slope will be 75 and the R-squared will be 0.60. (correct answer)
The new slope will be 0.75 and the R-squared will be 60.
The new slope will be 75 and the R-squared will increase.
Explanation: If the dependent variable Y is multiplied by a constant (100), the slope and intercept will also be multiplied by that constant. The new equation is Y^′=100×Y^=100(5+0.75X)=500+75X. So, the new slope is 75. R-squared measures the proportion of variance explained and is invariant to linear scaling of the dependent or independent variable. Thus, R-squared remains 0.60.
Question 2
A financial analyst develops a regression model where monthly investment returns (Y, as a percentage) are predicted by market volatility index (X): Y^=8.2−0.15X with R2=0.34. If the volatility index increases from 20 to 35, what is the most accurate statement about the predicted change in returns?
Returns are predicted to decrease by 2.25 percentage points, though the model explains only 34% of return variation (correct answer)
Returns are predicted to decrease by approximately 0.77 percentage points after adjusting for the model's explanatory power
Returns are predicted to decrease by 2.25 percentage points, with 66% probability that the actual change will be different
Returns are predicted to change by -0.15 percentage points per unit increase in volatility, totaling -2.25 over the range specified
Explanation: The change in X is 35 - 20 = 15 units. With slope = -0.15, the predicted change in Y is 15 × (-0.15) = -2.25 percentage points. The R² value indicates model fit but doesn't adjust individual predictions. Choice B incorrectly attempts to adjust the prediction by R². Choice C misinterprets R² as a probability statement about prediction accuracy. Choice D is awkwardly worded and doesn't clearly state the total predicted change.
Question 3
A regression analysis examining the relationship between advertising expenditure (X, in thousands of dollars) and quarterly sales revenue (Y, in thousands of dollars) yields the equation Y^=45.2+3.8X with R2=0.73. If a company currently spends $12,000 on advertising and increases this to $15,000, what is the most appropriate interpretation of the expected change in sales revenue?
Sales revenue is expected to increase by $11,400, and 73% of this increase can be attributed to the advertising change
Sales revenue is expected to increase by $11,400, assuming the linear relationship continues to hold at this spending level (correct answer)
Sales revenue is expected to increase by $3,800, representing the marginal effect of each additional thousand dollars in advertising
Sales revenue is expected to increase by approximately $8,322, after adjusting for the unexplained variance in the model
Explanation: The slope coefficient 3.8 means that for each $1,000 increase in advertising, sales revenue increases by $3,800. The change from $12,000 to $15,000 is a $3,000 increase, so the expected change is 3 × $3,800 = $11,400. The R² value tells us about overall model fit, not about adjusting individual predictions. Choice A incorrectly applies R² to individual predictions. Choice C gives the per-unit effect rather than the total effect. Choice D incorrectly attempts to adjust the prediction by R².
Question 4
In a simple linear regression analysis of employee productivity, the model yielded a coefficient of determination (R-squared) of 0.40. The Total Sum of Squares (SST), which measures the total variation in productivity, was calculated to be 800.
What is the Sum of Squared Errors (SSE) for this regression model?
320
400
480 (correct answer)
800
Explanation: The R-squared value is the proportion of total variance that is explained by the model. The Sum of Squared Errors (SSE), or residual sum of squares, represents the unexplained variance. The relationship is given by R² = 1 - (SSE / SST). Rearranging the formula to solve for SSE gives SSE = SST * (1 - R²). Plugging in the values: SSE = 800 * (1 - 0.40) = 800 * 0.60 = 480.
Question 5
A financial analyst creates a regression model to predict a company's stock price based on its quarterly earnings, reported in millions of dollars. The resulting equation is: Y^=10+2.5X, where X is earnings in millions. The company's board decides that future reports should state earnings in dollars instead of millions of dollars.
If the regression model is refit using earnings in dollars (X′) instead of millions of dollars (X), what will the new slope for X′ be?
2,500,000
2.5
0.0000025 (correct answer)
0.0025
Explanation: Let X be earnings in millions and X' be earnings in dollars. Then X′=1,000,000×X, or X=X′/1,000,000. The original equation is Y^=10+2.5X. Substituting the expression for X gives Y^=10+2.5(X′/1,000,000), which simplifies to Y^=10+0.0000025X′. The new slope is 0.0000025.
Question 6
A regression model is developed to predict monthly utility costs (in dollars) for a factory based on its monthly production output (in tons). The model is:
Cost = 5000 + 15 * (Output)
The factory manager is preparing a budget for the next quarter, during which production output is projected to be 10% higher than the current month's output of 400 tons. What is the predicted increase in monthly utility costs for the budget?
$600 (correct answer)
$6,000
$11,600
$11,000
Explanation: This problem asks for the increase in cost, not the total new cost.
Calculate the increase in production output: 10% of 400 tons = 0.10 * 400 = 40 tons.
Use the slope to find the corresponding increase in cost. The slope of 15 means that for each additional ton of output, the cost increases by $15.
Calculate the total increase in cost: 40 tons * $15/ton = $600.
Question 7
Two regression models are developed to predict employee productivity scores. Model A: Y^=65+0.8X with R2=0.45, where X is hours of training. Model B: Y^=23+1.2X with R2=0.82, where X is years of experience. A manager wants to compare which factor has a stronger relationship with productivity. What conclusion is most appropriate?
Years of experience has a stronger relationship because Model B has a higher R² value and a larger slope coefficient
The models cannot be meaningfully compared because they use different explanatory variables with different units of measurement
Hours of training has a stronger relationship because Model A has a higher intercept, indicating better baseline productivity
Years of experience has a stronger relationship based on the R² values, but the slope coefficients cannot be compared directly (correct answer)
Explanation: R² measures the proportion of variance explained and can be compared across models with the same dependent variable, indicating that years of experience explains more variance in productivity (82% vs 45%). However, slope coefficients cannot be directly compared because they represent different units (0.8 points per training hour vs 1.2 points per year of experience). Choice A incorrectly compares slopes with different units. Choice B is too restrictive - R² can be compared. Choice C misinterprets the intercept, which doesn't indicate relationship strength.
Question 8
An agricultural firm models the yield of a crop (in tons per acre) based on the amount of a specific fertilizer applied (in kg per acre). The regression model is:
Yield = 3.2 + 0.05 * (Fertilizer)
For a particular 10-acre field, the current plan is to use 80 kg of fertilizer per acre. The agronomist suggests increasing the application by 15%.
Based on the model, what would be the predicted increase in the total yield for the entire 10-acre field if the fertilizer application is increased by 15%?
0.6 tons
6.0 tons (correct answer)
7.2 tons
72.0 tons
Explanation: This is a multi-step problem.
Calculate the increase in fertilizer per acre: 15% of 80 kg is 0.15 * 80 = 12 kg per acre.
Calculate the predicted increase in yield per acre using the slope: 12 kg * 0.05 tons/kg = 0.6 tons per acre.
Calculate the total increase for the 10-acre field: 0.6 tons/acre * 10 acres = 6.0 tons.
Question 9
A company models its monthly server downtime (in hours) as a function of the average age of its servers (in years). The regression equation is:
Downtime = 0.5 + 2.1 * (Average Age)
The data used to build the model included servers with an average age ranging from 1 to 5 years.
How should the model's intercept be interpreted in a practical business context?
The company can expect a baseline of 0.5 hours of downtime per month, regardless of server age.
If the company used brand new servers (age 0), the predicted monthly downtime would be 0.5 hours.
The intercept of 0.5 lacks a reliable practical interpretation as it represents an extrapolation beyond the observed range of the data. (correct answer)
For each additional year of average server age, the downtime is expected to increase by a minimum of 0.5 hours.
Explanation: The intercept (0.5) is the predicted value of the dependent variable (Downtime) when the independent variable (Average Age) is zero. However, the data used for the model only included servers aged 1 to 5 years. Predicting for an age of 0 is an extrapolation, and the linear relationship may not hold in that range. Therefore, the intercept does not have a reliable practical interpretation.
Question 10
A marketing analyst develops a regression model to predict weekly sales of a product based on the amount spent on social media advertising. The coefficient of determination (R-squared) for the model is 0.72.
Which of the following is the most accurate interpretation of the R-squared value?
72% of the weekly sales are directly caused by social media advertising.
The correlation coefficient between weekly sales and advertising spend is 0.72.
72% of the variation in weekly sales can be explained by the linear model with advertising spend. (correct answer)
For every $100 spent on advertising, sales are expected to increase by $72.
Explanation: R-squared, the coefficient of determination, measures the proportion of the total variance in the dependent variable (weekly sales) that is explained by the independent variable (advertising spend) through the linear regression model. It does not imply causation, nor is it the same as the correlation coefficient (which would be 0.72≈0.85) or the slope.
Question 11
A data analyst fits a simple linear regression model and finds an R-squared value of 0.98. A colleague suggests this model will be excellent for forecasting. Which of the following statements represents the most critical reservation about this conclusion?
An R-squared value this high is likely the result of a calculation error and should be disregarded.
The model is likely overfit to the sample data and may not generalize well to new data. (correct answer)
R-squared does not measure the direction of the relationship, so the forecasts could be wrong.
A high R-squared is only meaningful if the correlation coefficient is also close to 1.
Explanation: While a high R-squared indicates a good fit to the existing data, an extremely high value like 0.98 can be a sign of overfitting. An overfit model captures the random noise in the sample data rather than the underlying relationship. Such a model often performs poorly when making predictions on new, unseen data. The other options are incorrect: high R-squared values are possible, R-squared's sign is captured by the slope, and R-squared is the square of the correlation coefficient, so D is redundant and misstated.
Question 12
In a simple linear regression of Y on X, if the independent variable X has no linear relationship with the dependent variable Y, what would be the expected values of the slope coefficient and the R-squared value?
In a simple linear regression of Y on X, if the independent variable X has no linear relationship with the dependent variable Y, what would be the expected values of the slope coefficient and the R-squared value?
Slope = 1; R-squared = 1
Slope = undefined; R-squared = 0
Slope = 0; R-squared = 1
Slope = 0; R-squared = 0 (correct answer)
Explanation: When you encounter questions about regression relationships, focus on what "no linear relationship" means mathematically and how it affects key regression statistics.If X has no linear relationship with Y, then changes in X don't predict changes in Y. The slope coefficient measures how much Y changes for each unit change in X. When there's no relationship, Y doesn't systematically increase or decrease as X changes, so the expected slope is 0. R-squared measures the proportion of variance in Y that's explained by X. If X doesn't explain any of Y's variation, then R-squared equals 0.Looking at the incorrect options: Option A (Slope = 1; R-squared = 1) describes a perfect positive linear relationship where Y increases by exactly 1 unit for each unit increase in X, and X explains 100% of Y's variance. This is the opposite of no relationship. Option B (Slope = undefined; R-squared = 0) incorrectly suggests the slope becomes undefined. The slope is perfectly calculable—it's just zero when there's no relationship. Option C (Slope = 0; R-squared = 1) correctly identifies the zero slope but wrongly claims perfect explanation of variance. If the slope is zero, X explains none of Y's variation, not all of it.Remember this pattern: no linear relationship means both statistics approach their "null" values. The slope approaches 0 (no change), and R-squared approaches 0 (no explanation). This fundamental concept appears frequently in regression analysis questions.
Question 13
An analyst models fuel efficiency (MPG) as a function of vehicle weight (in pounds). The equation is Y^=65−0.01X. The R-squared is 0.80. The analyst's manager suggests measuring weight in kilograms (1 kg ≈ 2.2 lbs) and fuel efficiency in kilometers per liter (1 MPG ≈ 0.425 km/L) to conform to international standards.
If the model is refit using these new units, what will be the effect on the slope and the R-squared value?
The slope will become positive, and the R-squared value will remain 0.80.
The slope will become positive, and the R-squared value will be unchanged.
The slope will remain negative, and the R-squared value will decrease.
The slope will remain negative, and the R-squared value will remain 0.80. (correct answer)
Explanation: When you encounter questions about changing units in regression models, focus on how transformations affect different model components. Linear transformations of variables change slope coefficients but leave correlation-based measures unchanged.Let's work through the unit conversions systematically. The original model is Y^=65−0.01X where Y is MPG and X is pounds. Converting to the new units: if weight increases by 1 kg (= 2.2 lbs), the original model predicts MPG decreases by 0.01×2.2=0.022. Converting this MPG change to km/L: 0.022×0.425=0.00935 km/L decrease. So the new slope is −0.00935, remaining negative since heavier vehicles still consume more fuel per distance.The R-squared measures the proportion of variance explained by the model. Since unit conversions are linear transformations that don't change the underlying relationship strength between variables, R-squared remains exactly 0.80.Answer A incorrectly suggests the slope becomes positive—this would mean heavier cars are more fuel-efficient, contradicting physics. Answer B makes the same slope error while correctly noting R-squared stays unchanged. Answer C correctly identifies the negative slope but wrongly claims R-squared decreases—linear unit transformations never change correlation strength.Study tip: Remember that linear unit conversions change slope magnitudes and intercepts but preserve the sign of relationships and all correlation-based statistics (R-squared, correlation coefficients). The underlying mathematical relationship remains fundamentally identical.
Question 14
A researcher runs a simple linear regression and finds that the p-value for the intercept is 0.45, while the p-value for the slope is <0.001. Using a significance level of α=0.05, what is the most appropriate interpretation?
The entire model is invalid because the intercept is not statistically significant.
The R-squared value for this model must be low because the intercept is not statistically significant.
There is no relationship between the variables because the intercept is not statistically significant.
The model suggests a significant linear relationship, and the intercept's value is not statistically different from zero. (correct answer)
Explanation: When interpreting regression results, you need to understand that the intercept and slope serve different purposes and their statistical significance should be evaluated independently. The slope coefficient tests whether there's a meaningful linear relationship between your variables, while the intercept represents the expected y-value when x equals zero.In this case, the slope has a p-value < 0.001, which is much smaller than α=0.05, indicating strong evidence of a significant linear relationship between the variables. The intercept's p-value of 0.45 > 0.05 simply means you cannot conclude that the intercept is significantly different from zero - but this doesn't invalidate the model or the relationship between variables.Answer D correctly captures this interpretation: there is a significant linear relationship (evidenced by the slope), and the intercept is not statistically different from zero.Answer A is wrong because a non-significant intercept doesn't invalidate the entire model - the slope significance is what matters for establishing the relationship. Answer B incorrectly assumes that intercept significance affects R-squared; these are separate concepts, and R-squared depends on how well the model explains variability, not intercept significance. Answer C confuses intercept significance with the existence of a relationship - the slope coefficient, not the intercept, determines whether variables are related.Remember this key distinction: in simple linear regression, focus on the slope's p-value to determine if there's a significant relationship. The intercept's significance tells you about the y-intercept's value, but doesn't affect whether your variables are meaningfully related.
Question 15
An observational study at a large corporation found a strong negative linear relationship between the average number of hours an employee works per week (X) and their self-reported job satisfaction score (Y, on a scale of 1 to 10). The regression model has an R-squared of 0.81 and a negative slope.
Which of the following is a valid conclusion based on these results?
To increase job satisfaction, the corporation must reduce employee work hours.
81% of an employee's job satisfaction is determined by their work hours.
Longer work hours are associated with lower job satisfaction scores among these employees. (correct answer)
The model proves that working long hours causes job dissatisfaction.
Explanation: Regression and R-squared describe association, not causation. The negative slope indicates a negative association: as one variable increases, the other tends to decrease. The R-squared of 0.81 shows this is a strong linear association. However, we cannot conclude that one variable causes the other. Therefore, only the statement describing the association is valid.
Question 16
A retail manager uses a regression model to forecast daily ice cream sales based on the daily high temperature. The model is:
Sales ($) = -450 + 25 * (Temperature °F)
After reviewing the model, a department head states, "This model is flawed. The intercept of -450 implies we would have to pay customers $450 if the temperature is 0°F, which is impossible."
Which of the following is the best evaluation of the department head's statement?
The statement is correct; a negative intercept indicates a fundamental error in the regression model.
The statement is incorrect; the intercept simply means that sales decrease by $450 for each degree drop in temperature.
The statement correctly identifies the intercept's value but misinterprets its practical relevance, as 0°F is likely far outside the range of temperatures used to build the model. (correct answer)
The statement is correct, and the model should be rebuilt after removing the intercept term to ensure all predictions are non-negative.
Explanation: The department head's interpretation of the intercept's value is literally correct, but their conclusion that the model is flawed is likely wrong. The intercept represents an extrapolation to a temperature of 0°F. If the data used to build the model was collected during warmer months, then 0°F is far outside the relevant range of the data, and the intercept has no practical, standalone meaning. The model can still be useful for making predictions within the observed temperature range.
Question 17
A research firm reports that for a simple linear regression, the Pearson correlation coefficient (r) between advertising spend and revenue is 0.6.
Based on this information, what percentage of the total variation in revenue is explained by its linear relationship with advertising spend?
36% (correct answer)
60%
77%
Cannot be determined without the raw data.
Explanation: For a simple linear regression, the coefficient of determination (R-squared) is equal to the square of the Pearson correlation coefficient (r). R-squared represents the proportion of the variance in the dependent variable that is explained by the independent variable. Therefore, R-squared = r2=(0.6)2=0.36. Expressed as a percentage, this is 36%.
Question 18
A simple linear regression model is built to predict the resale value of a used car (Y) based on its mileage (X). The estimated slope coefficient is -0.12. Which statement provides the correct interpretation of this slope?
For each additional mile on the odometer, the car's resale value is predicted to decrease by 12%.
For each additional mile on the odometer, the car's resale value is predicted to decrease by $0.12. (correct answer)
A car with zero mileage is predicted to have a resale value of $0.12.
The model explains 12% of the variation in the resale value of used cars.
Explanation: The slope coefficient in a simple linear regression represents the estimated change in the dependent variable (Y, resale value) for a one-unit increase in the independent variable (X, mileage). A slope of -0.12 means that for each additional mile, the predicted resale value decreases by $0.12. Choice A incorrectly states it as a percentage. Choice C misinterprets the slope as an intercept. Choice D misinterprets the slope as R-squared.
Question 19
A real estate analytics firm develops a simple linear regression model to predict the sale price of houses in a specific city. The model is:
Predicted Price($)=40,000+200×SquareFootage
The firm decides to create a new version of the model where the independent variable is measured in hundreds of square feet instead of square feet (e.g., a 2,000 square foot house would be represented as 20).
Assuming the relationship remains linear, what would be the slope coefficient for the new independent variable, SquareFootagein hundreds?
$2
$200
$2,000
$20,000 (correct answer)
Explanation: The original slope of 200 means that for each 1-unit increase in SquareFootage, the predicted price increases by $200. The new variable, \text{SquareFootage}_{\text{in hundreds}}\, is 1/100th the size of the original. Therefore, a 1-unit increase in the new variable (e.g., from 20 to 21) is equivalent to a 100-unit increase in the original variable (from 2,000 to 2,100 sq ft). The effect on the price for this 1-unit change in the new variable would be \(100 \times \200 = $20,000$. Thus, the new slope is 20,000.
Question 20
A university researcher models students' final exam scores (scale 0-100) based on their score on a midterm exam (scale 0-100). The data used to build the model only included students who scored between 45 and 90 on the midterm. The resulting regression equation is:
Predicted Final Score=15.2+0.85×Midterm Score
What is the most appropriate interpretation of the model's intercept, 15.2?
The lowest possible score a student can achieve on the final exam is 15.2.
A student who scored 0 on the midterm is predicted to score 15.2 on the final exam.
The intercept lacks a practical interpretation because a midterm score of 0 is a significant extrapolation from the data. (correct answer)
On average, student scores are expected to increase by 15.2 points between the midterm and the final exam.
Explanation: The intercept represents the predicted value of the dependent variable when the independent variable is zero. However, the model was built using data where the midterm scores ranged from 45 to 90. A midterm score of 0 is far outside this range. Using the model to make a prediction at this point is called extrapolation, which is often unreliable. Therefore, while the intercept is mathematically necessary for the line, it has no meaningful or practical interpretation in this context. Choice B states the mathematical definition but ignores the critical issue of extrapolation. Choice A incorrectly interprets a prediction as a guaranteed minimum. Choice D misinterprets the intercept as a slope or a measure of change.