Business Calculus Quiz: Regression Models
16 questions · exam conditions
0:00
Regression ModelsQuestion 1 of 16

A financial analyst develops a linear regression model to predict a company's stock price (PP) based on its quarterly earnings per share (EE). The model yields a coefficient of determination, R2R^2, of 0.64.

Which statement provides the correct interpretation of the R2R^2 value?

The model's predictions for stock price are accurate for 64% of the companies in the dataset.
The correlation between stock price and earnings per share is 0.64.
64% of the variability in stock prices can be explained by the linear relationship with quarterly earnings per share.
There is a 64% probability that an increase in earnings per share will cause an increase in stock price.
← Back to quizzes

Business Calculus Quiz

Business Calculus Quiz: Regression Models

Practice Regression Models in Business Calculus 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 Regression Models, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Calculus.

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 financial analyst develops a linear regression model to predict a company's stock price (PP) based on its quarterly earnings per share (EE). The model yields a coefficient of determination, R2R^2, of 0.64.

Which statement provides the correct interpretation of the R2R^2 value?

  1. The model's predictions for stock price are accurate for 64% of the companies in the dataset.
  2. The correlation between stock price and earnings per share is 0.64.
  3. 64% of the variability in stock prices can be explained by the linear relationship with quarterly earnings per share. (correct answer)
  4. There is a 64% probability that an increase in earnings per share will cause an increase in stock price.
Explanation: The coefficient of determination, R2R^2, measures the proportion of the variance in the dependent variable (stock price) that is predictable from the independent variable (earnings per share). An R2R^2 of 0.64 means that 64% of the observed variation in stock prices is accounted for by the linear model. It does not represent the percentage of accurate predictions, nor is it the correlation coefficient (rr). rr would be the square root of R2R^2, which is 0.80. Finally, R2R^2 describes the strength of association, not causation or probability.

Question 2

Over the past 20 years, a city has observed a strong positive correlation between the number of coffee shops and the number of reported minor crimes. A statistician runs a linear regression and finds the model C=50+2.5SC = 50 + 2.5S, where CC is the number of minor crimes per month and SS is the number of coffee shops. The relationship is statistically significant (p<0.001p < 0.001).

Based on this statistical analysis, which conclusion is most justified?

  1. To reduce the number of minor crimes, the city should limit the number of new coffee shops being opened.
  2. The opening of a new coffee shop is predicted to cause an increase of 2.5 minor crimes per month.
  3. There is a statistically significant positive association between the number of coffee shops and minor crimes, but this does not prove that new coffee shops cause crime. (correct answer)
  4. The high correlation is statistically insignificant, meaning there is no real relationship between coffee shops and crime.
Explanation: The statistical analysis shows a significant association (correlation), but correlation does not imply causation. There could be a lurking variable, such as population growth, that causes both the number of coffee shops and the number of minor crimes to increase. Therefore, one cannot conclude that coffee shops cause crime. Choices A and B incorrectly infer causation. Choice D is incorrect because the problem states the relationship is statistically significant.

Question 3

A consultant builds a regression model to predict annual revenue for small retail businesses. The model is based on a sample of 100 businesses, each with annual advertising budgets between $5,000 and $50,000. The model is $R = 250,000 + 3.5A,where, where Risannualrevenueandis annual revenue andA$ is the annual advertising budget, both in dollars.

The consultant is asked to use this model to predict the annual revenue for a large corporation with an annual advertising budget of $2,000,000. Which of the following statements about this prediction is most accurate?

  1. The prediction will be accurate because the linear relationship between advertising and revenue should continue to hold for larger budgets.
  2. The prediction is an interpolation and should be reliable as long as the corporation is a retail business.
  3. The prediction is an extrapolation and is likely to be unreliable because the input value is far outside the range of the original data. (correct answer)
  4. The prediction will be an underestimate, as the intercept of $250,000 is too low for a large corporation.
Explanation: The model was built using data for advertising budgets between $5,000 and $50,000. Using the model to make a prediction for a budget of $2,000,000 is an example of extrapolation, which means predicting outside the range of the observed data. Extrapolation is dangerous because there is no guarantee that the linear relationship observed in the sample data will hold for values so far outside that range. Therefore, the prediction is likely to be unreliable.

Question 4

A researcher creates a linear model (Model 1) to predict employee productivity (PP, in units per hour) based on training time (TT, in hours): P=10+1.5TP = 10 + 1.5T. The researcher then decides to create a new model (Model 2) using the same data, but with training time measured in minutes (MM).

What would be the equation for Model 2, relating productivity PP to training time in minutes MM?

  1. P=10+90MP = 10 + 90M
  2. P=600+1.5MP = 600 + 1.5M
  3. P=600+90MP = 600 + 90M
  4. P=10+0.025MP = 10 + 0.025M (correct answer)
Explanation: When dealing with unit conversions in linear equations, you need to carefully track how changing the input variable affects both the slope and intercept of your model. In Model 1, P=10+1.5TP = 10 + 1.5T where TT is in hours. To convert to minutes, you use the relationship T=M60T = \frac{M}{60} (since there are 60 minutes in an hour). Substituting this into the original equation: P=10+1.5M60=10+1.5M60=10+0.025MP = 10 + 1.5 \cdot \frac{M}{60} = 10 + \frac{1.5M}{60} = 10 + 0.025M. This gives us answer choice D. Let's examine why the other options are incorrect. Choice A (P=10+90MP = 10 + 90M) mistakenly multiplies the slope by 60 instead of dividing by it - this would suggest that one minute of training equals 60 hours, which is backwards. Choice B (P=600+1.5MP = 600 + 1.5M) correctly identifies that the slope should change but incorrectly modifies the intercept; the baseline productivity of 10 units per hour shouldn't change just because we're measuring time differently. Choice C (P=600+90MP = 600 + 90M) combines both errors from A and B. The key insight is that when you convert the input variable to smaller units (hours to minutes), the coefficient must get smaller proportionally, while the intercept representing the baseline value remains unchanged. Remember: unit conversions affect slopes inversely - if you multiply the input units by a factor, divide the slope by that same factor.

Question 5

A business analyst is modeling the relationship between employee years of experience (XX) and annual salary (YY) for a department. The initial data shows a moderate, positive linear association. A new employee's data point is then added to the dataset: a recent graduate (1 year of experience) who is given an unusually high salary, far above other employees with similar experience.

How will the addition of this new data point, which is an outlier, most likely affect the regression model?

  1. The slope of the regression line will decrease, and the R2R^2 value will decrease. (correct answer)
  2. The slope of the regression line will increase, and the R2R^2 value will increase.
  3. The slope of the regression line will increase, but the R2R^2 value will decrease.
  4. The slope of the regression line will decrease, but the R2R^2 value will increase.
Explanation: When you encounter regression problems involving outliers, focus on how extreme data points affect both the line's direction (slope) and how well it fits the data overall (R2R^2). An outlier with low experience but unusually high salary creates a "leverage point" that pulls the regression line toward it. Since this point has a low x-value (1 year) but high y-value (salary), it flattens the line's slope. Imagine the original line showing a steady upward trend from low to high experience levels—adding this outlier forces the line to accommodate a high salary at the beginning of the experience range, reducing the overall steepness. The R2R^2 value measures how much of the salary variation the experience variable explains. Adding an outlier that doesn't follow the established pattern increases unexplained variation, making the model fit worse and lowering R2R^2. Choice B incorrectly suggests both slope and R2R^2 increase—this would only happen if the outlier reinforced the existing trend. Choice C wrongly claims the slope increases; while the R2R^2 decrease is correct, a low-experience, high-salary outlier pulls the slope down, not up. Choice D incorrectly states R2R^2 increases—outliers that don't follow the pattern always worsen model fit. Study tip: Remember that outliers typically hurt regression models in two ways: they distort the line's direction and reduce how well the line explains the data. Practice visualizing how extreme points "pull" the regression line toward them.

Question 6

A company's marketing department uses the regression model S=50+2.5AS = 50 + 2.5A to forecast monthly sales (SS, in thousands of dollars) based on the monthly advertising budget (AA, in hundreds of dollars).

If the company decides to increase its monthly advertising budget by $2,000, what is the expected increase in its monthly sales according to the model?

  1. $5,000
  2. $50
  3. $55,000
  4. $50,000 (correct answer)
Explanation: When you encounter a linear regression model like S=50+2.5AS = 50 + 2.5A, you're looking at a relationship where the coefficient (2.5) tells you how much the dependent variable changes for each one-unit increase in the independent variable. This coefficient is the key to solving change problems. Here, SS represents sales in thousands of dollars, and AA represents advertising budget in hundreds of dollars. The coefficient 2.5 means that for every additional hundred dollars spent on advertising, sales increase by 2.5 thousand dollars. The company wants to increase advertising by $2,000. First, convert this to the model's units: $2,000 ÷ $100 = 20 hundreds of dollars. So $ΔA=20\Delta A = 20 $. The expected increase in sales is: \Delta S = 2.5 \times 20 = 50 thousand dollars, which equals $50,000. Looking at the wrong answers: Choice A ($5,000) incorrectly uses the advertising increase of 2,000andmultipliesby2.5withoutproperunitconversion.ChoiceB(2,000 and multiplies by 2.5 without proper unit conversion. Choice B (50) forgets that sales are measured in thousands of dollars—this would be the answer if you ignored the units entirely. Choice C ($55,000) appears to add the y-intercept (50) to the change in sales (50), but the y-intercept represents the baseline sales level, not part of the change calculation. Study tip: In linear models, always check your units carefully and remember that the coefficient tells you the rate of change. Convert all values to match the model's units before calculating, and don't confuse the y-intercept with the change in the dependent variable.

Question 7

A data scientist creates a multiple linear regression model to predict the monthly rent (RR, in dollars) for apartments. The model is R^=500+1.5S+400B20D\hat{R} = 500 + 1.5S + 400B - 20D, where SS is the size in square feet, BB is the number of bedrooms, and DD is the distance from the city center in miles.

Which statement correctly interprets the coefficient for the number of bedrooms (BB)?

  1. For apartments of the same size and distance from the city center, each additional bedroom is associated with a predicted $400 increase in monthly rent. (correct answer)
  2. Each additional bedroom is associated with a $400 increase in monthly rent, regardless of the apartment's size or distance from the city center.
  3. An apartment with zero bedrooms is predicted to have a base rent of $400, independent of other factors in the model.
  4. The number of bedrooms is the most influential factor in determining rent, because its coefficient (400) is larger than the coefficients for size (1.5) and distance (-20).
Explanation: When interpreting coefficients in multiple linear regression, you need to understand that each coefficient represents the change in the dependent variable associated with a one-unit increase in that predictor, holding all other variables constant. This "ceteris paribus" principle is crucial for proper interpretation. In the model R^=500+1.5S+400B20D\hat{R} = 500 + 1.5S + 400B - 20D, the coefficient 400 for bedrooms means that when you compare apartments with identical size and distance from city center, each additional bedroom is associated with a $400 increase in predicted rent. This makes choice A correct. Choice B is wrong because it ignores the "all else equal" requirement. The $400 effect only applies when other factors are held constant, not "regardless of" size or distance. Choice C misinterprets what the coefficient represents—it's not a base rent for zero bedrooms, but rather the marginal effect of adding one bedroom. The base rent (when all variables equal zero) is the intercept: $500. Choice D makes the common error of comparing coefficients with different units. You can't conclude that bedrooms (measured in whole units) is more influential than size (measured per square foot) just by comparing 400 to 1.5, since they measure completely different scales. Study tip: Always remember that regression coefficients show marginal effects "holding other variables constant." When you see phrases like "regardless of other factors" or comparisons of coefficient magnitudes across different units, these are red flags for incorrect interpretations.

Question 8

An economist models the market value (VV, in millions of dollars) of technology startups based on their number of active users (UU, in thousands). The fitted model is ln(V)=1.2+0.005U\ln(V) = 1.2 + 0.005U.

According to this log-linear model, what is the approximate effect of gaining an additional 1,000 active users?

  1. Market value is predicted to increase by 0.005 million dollars.
  2. Market value is predicted to increase by approximately 0.5%. (correct answer)
  3. Market value is predicted to increase by approximately 5%.
  4. The natural log of the market value is predicted to increase by 0.5%.
Explanation: This is a log-linear model, where the dependent variable is logarithmic. In such a model, ln(y)=β0+β1x\ln(y) = \beta_0 + \beta_1 x, a one-unit increase in xx corresponds to a multiplicative change in yy by a factor of eβ1e^{\beta_1}. Here, the independent variable UU is in thousands of users, so an increase of 1,000 users means ΔU=1\Delta U = 1. The corresponding change in VV is a multiplication by e0.005e^{0.005}. Since e0.0051.005e^{0.005} \approx 1.005, this represents a 0.5% increase in market value. A common approximation is that the percentage change is 100×β1=100×0.005=0.5%100 \times \beta_1 = 100 \times 0.005 = 0.5\%.

Question 9

A real estate agent uses the model P^=45+0.12A\hat{P} = 45 + 0.12A to predict the price of a home (PP, in thousands of dollars) based on its living area (AA, in square feet).

A specific house with a living area of 2,200 square feet was recently sold for $315,000. What is the residual for this data point?

  1. $309,000
  2. $6,000 (correct answer)
  3. -$6,000
  4. $264,000
Explanation: The residual is the difference between the actual value and the predicted value (actual - predicted). First, calculate the predicted price (P^\hat{P}) for a house with A=2,200A = 2,200 square feet. Note that PP is in thousands of dollars. P^=45+0.12(2200)=45+264=309\hat{P} = 45 + 0.12(2200) = 45 + 264 = 309. This corresponds to a predicted price of $309,000. The actual sales price was $315,000. The residual is: Residual = Actual Price - Predicted Price = $315,000 - $309,000 = $6,000.

Question 10

A marketing firm uses a linear regression model to predict weekly sales of a product. The fitted model is S=1200+4.5AS = 1200 + 4.5A, where SS is the number of units sold and AA is the advertising spending in thousands of dollars. What is the predicted increase in weekly sales if advertising spending is increased from $3,000 to $8,000?

  1. 4.5 units
  2. 22.5 units (correct answer)
  3. 1,236 units
  4. 22,500 units
Explanation: The question asks for the predicted change in sales (SS) for a given change in advertising spending (AA). First, calculate the change in AA in the correct units. The spending increases from $3,000 to $8,000, an increase of $5,000. Since $Aismeasuredinthousandsofdollars,thechangeinis measured in thousands of dollars, the change inAisis5000 / 1000 = 5.Theslopeoftheregressionline,4.5,representsthepredictedchangein. The slope of the regression line, 4.5, represents the predicted change in Sforaoneunitincreaseinfor a one-unit increase inA.Therefore,thetotalpredictedincreaseinsalesistheslopemultipliedbythechangein. Therefore, the total predicted increase in sales is the slope multiplied by the change in A:: 4.5 \times 5 = 22.5$ units.

Question 11

A financial services company collected data on client investment returns over a 5-year period. They developed a multiple regression model to predict annual return percentage (R) based on client age in years (A), initial investment amount in thousands of dollars (I), and risk tolerance score from 1-10 (T). The resulting model is: R = 2.8 + 0.12A - 0.003I + 1.4T

Based on this regression model, what would be the predicted difference in annual returns between two clients who are identical except that one has a risk tolerance score of 8 while the other has a risk tolerance score of 5?

  1. The higher risk tolerance client is predicted to have 3.6 percentage points higher annual return
  2. The higher risk tolerance client is predicted to have 1.4 percentage points higher annual return
  3. The higher risk tolerance client is predicted to have 4.2 percentage points higher annual return (correct answer)
  4. The higher risk tolerance client is predicted to have 2.8 percentage points higher annual return
Explanation: When you encounter a multiple regression model question asking about the difference between two scenarios, focus on how changing one variable affects the outcome while holding all other variables constant. In this regression model, R=2.8+0.12A0.003I+1.4TR = 2.8 + 0.12A - 0.003I + 1.4T, the coefficient 1.4 in front of the risk tolerance variable (T) tells you that for every 1-point increase in risk tolerance score, the predicted annual return increases by 1.4 percentage points, assuming all other factors remain the same. Since the two clients are identical except for their risk tolerance scores (8 vs. 5), you only need to calculate the impact of this 3-point difference in risk tolerance. The difference in predicted returns is: (85)×1.4=3×1.4=4.2(8-5) \times 1.4 = 3 \times 1.4 = 4.2 percentage points. Choice A (3.6 percentage points) incorrectly multiplies the risk tolerance difference by something other than the correct coefficient. Choice B (1.4 percentage points) uses the coefficient correctly but fails to account for the 3-point difference in risk tolerance scores—this would be the answer if the difference were only 1 point. Choice D (2.8 percentage points) confuses the coefficient for risk tolerance with the constant term in the regression equation. Remember this key principle: in regression analysis, when comparing scenarios that differ by only one variable, multiply the difference in that variable by its coefficient. The other terms in the equation cancel out when calculating the difference between predictions.

Question 12

A restaurant chain uses the regression model R=8500+340L12L2+180MR = 8500 + 340L - 12L^2 + 180M to predict monthly revenue RR (in dollars), where LL is the number of lunch specials offered and MM is the number of menu items. The standard error for the coefficient of MM is 45. If the restaurant currently offers 15 lunch specials and 25 menu items, what does the coefficient 180 indicate about the relationship between menu items and revenue?

  1. Each additional menu item increases revenue by exactly $180, holding lunch specials constant at current levels
  2. Menu items contribute $180 per item toward the base revenue before considering lunch special effects
  3. The total revenue increases by $180 for every 25 menu items added to the restaurant's offerings
  4. Each additional menu item increases revenue by approximately $180, holding the number of lunch specials constant (correct answer)
Explanation: When you encounter a regression model, focus on interpreting the coefficients as partial derivatives—they show how the dependent variable changes when you increase one independent variable by one unit while holding all other variables constant. In the model R=8500+340L12L2+180MR = 8500 + 340L - 12L^2 + 180M, the coefficient 180 represents the partial derivative RM=180\frac{\partial R}{\partial M} = 180. This means that for each additional menu item (increasing MM by 1), revenue increases by approximately 180,assumingthenumberoflunchspecials(180, assuming the number of lunch specials ( LL $) remains unchanged. The word "approximately" is crucial because real-world data has variability, and regression coefficients are estimates based on sample data. Answer D correctly captures this interpretation with the key phrase "holding the number of lunch specials constant." Answer A is wrong because it claims the relationship is "exact"—regression coefficients are estimates, not precise relationships. Answer B misinterprets the coefficient as contributing to base revenue, but 180 is the marginal effect per additional item, not a base contribution. Answer C incorrectly suggests the $180 applies to every 25 menu items rather than each single additional item. Remember this pattern: in multiple regression, each coefficient tells you the marginal effect of that variable when all other variables are held constant. Watch for answer choices that ignore the "holding other variables constant" condition or misinterpret coefficients as exact rather than estimated relationships.

Question 13

An e-commerce company's regression analysis reveals that monthly website conversion rate CC (as a percentage) follows the model C=3.2+0.15S0.002S2C = 3.2 + 0.15S - 0.002S^2, where SS is the number of site visits (in thousands). According to this model, what is the optimal number of site visits that maximizes the conversion rate?

  1. The conversion rate is maximized when there are approximately 150.0 thousand site visits per month
  2. The conversion rate is maximized when there are approximately 75.0 thousand site visits per month
  3. The conversion rate is maximized when there are approximately 37.5 thousand site visits per month (correct answer)
  4. The conversion rate is maximized when there are approximately 18.75 thousand site visits per month
Explanation: When you encounter a quadratic function in business calculus and need to find its maximum or minimum value, you're looking for the vertex of the parabola. Since this conversion rate model C=3.2+0.15S0.002S2C = 3.2 + 0.15S - 0.002S^2 has a negative coefficient on the S2S^2 term, it opens downward and has a maximum point. To find where the conversion rate is maximized, you need to take the derivative and set it equal to zero. The derivative is C(S)=0.150.004SC'(S) = 0.15 - 0.004S. Setting this equal to zero: 0.150.004S=00.15 - 0.004S = 0, which gives us S=0.15÷0.004=37.5S = 0.15 ÷ 0.004 = 37.5 thousand site visits. You can verify this is a maximum by checking the second derivative: C(S)=0.004C''(S) = -0.004, which is negative, confirming a maximum. Answer C correctly identifies 37.5 thousand site visits as the optimal number. Answer A (150.0 thousand) appears to come from incorrectly using 0.15÷0.0010.15 ÷ 0.001 instead of the correct 0.0040.004 coefficient. Answer B (75.0 thousand) doubles the correct answer, possibly from a sign error or calculation mistake. Answer D (18.75 thousand) halves the correct answer, suggesting an error in the division step. Study tip: For quadratic optimization problems, always remember the three-step process: take the derivative, set it to zero, and solve for the variable. Double-check your arithmetic carefully, as coefficient errors are common traps in multiple-choice questions.

Question 14

A logistics company finds that delivery time DD (in hours) is related to package weight WW (in pounds) and distance MM (in miles) by the model D=1.2+0.08W+0.003MD = 1.2 + 0.08W + 0.003M. If the coefficient of determination R2=0.76R^2 = 0.76, which statement best interprets this regression model?

  1. 76% of the variation in delivery time can be explained by package weight and distance combined (correct answer)
  2. The correlation between delivery time and the predictor variables is 0.76
  3. 76% of all deliveries will have times predicted accurately within the confidence interval
  4. The model predicts delivery time correctly for 76% of the individual packages shipped
Explanation: R² = 0.76 means that 76% of the variance in the dependent variable (delivery time) is explained by the independent variables (weight and distance) in the regression model. Choice B confuses R² with the correlation coefficient r (which would be √0.76 ≈ 0.87). Choice C incorrectly interprets R² as a confidence interval coverage probability. Choice D misinterprets R² as the percentage of accurate individual predictions rather than explained variance.

Question 15

A retail store's regression analysis shows that weekly profit PP (in dollars) is related to the number of hours of staff training TT by the equation P=2400+85T1.5T2P = 2400 + 85T - 1.5T^2. Based on this model, what does the coefficient 1.5-1.5 most likely represent?

  1. The profit decreases by $1.50 for each additional hour of training beyond the optimal point
  2. The marginal benefit of training decreases by $1.50 for each additional hour of training (correct answer)
  3. The total training cost increases by $1.50 per hour of additional training provided
  4. The profit will always decrease when training hours exceed 1.5 hours per week
Explanation: In the quadratic model P = 2400 + 85T - 1.5T², the coefficient -1.5 on T² indicates the rate of change of the marginal effect. Since dP/dT = 85 - 3T, the coefficient -1.5 (which is half of -3) represents how much the marginal benefit of training decreases with each additional hour. Choice A is incorrect because it misinterprets the quadratic term as a simple linear decrease. Choice C incorrectly assumes the coefficient represents cost rather than the changing rate of benefit. Choice D misunderstands the breakeven point and the meaning of the quadratic term.

Question 16

A consulting firm develops a model to predict project completion time TT (in weeks) using T=12+2.5C+0.8E1.2XT = 12 + 2.5C + 0.8E - 1.2X, where CC is project complexity score (1-10), EE is team experience level (1-5), and XX is a binary variable (1 if remote work, 0 if on-site). What is the predicted difference in completion time between an on-site project and an identical remote project?

  1. The remote project is predicted to take 1.2 weeks longer than the on-site project
  2. The projects are predicted to have the same completion time regardless of work location
  3. The remote project is predicted to take 2.4 weeks longer than the on-site project
  4. The on-site project is predicted to take 1.2 weeks longer than the remote project (correct answer)
Explanation: When you encounter a linear model with binary variables, focus on how changing that variable from 0 to 1 affects the output. Binary variables represent "on/off" conditions, and their coefficients tell you the exact impact of switching states. In this model, XX represents work location: 1 for remote work and 0 for on-site work. The coefficient of XX is 1.2-1.2, which means remote work (X=1X = 1) reduces completion time by 1.2 weeks compared to on-site work (X=0X = 0). To see this clearly, compare two identical projects differing only in location. For an on-site project: Tonsite=12+2.5C+0.8E1.2(0)=12+2.5C+0.8ET_{onsite} = 12 + 2.5C + 0.8E - 1.2(0) = 12 + 2.5C + 0.8E. For the same project done remotely: Tremote=12+2.5C+0.8E1.2(1)=12+2.5C+0.8E1.2T_{remote} = 12 + 2.5C + 0.8E - 1.2(1) = 12 + 2.5C + 0.8E - 1.2. The difference is TonsiteTremote=1.2T_{onsite} - T_{remote} = 1.2 weeks, meaning the on-site project takes 1.2 weeks longer. Choice A incorrectly reverses the relationship, suggesting remote work increases time. Choice B ignores the XX variable entirely, missing that location matters in this model. Choice C doubles the coefficient effect (2.4 instead of 1.2), perhaps confusing the magnitude of change. Study tip: With binary variables in linear models, the coefficient directly gives you the difference between the two states. Always check the sign carefully—negative coefficients mean the "1" state decreases the outcome compared to the "0" state.