IB Mathematics: Applications and Interpretation Quiz: Regression Modeling
20 questions · exam conditions
0:00
Regression ModelingQuestion 1 of 20

The value of a certain cryptocurrency, VV in USD, is modelled by the exponential regression equation V(t)=250(1.09)tV(t) = 250(1.09)^t, where tt is the number of months after its launch.

Which statement correctly interprets the parameter 1.09 in the model?

The value of the cryptocurrency increases by $1.09 each month.
The value of the cryptocurrency increases by 109% each month.
The value of the cryptocurrency increases by 9% each month.
The initial value of the cryptocurrency was $1.09.
← Back to quizzes

IB Mathematics: Applications and Interpretation Quiz

IB Mathematics: Applications and Interpretation Quiz: Regression Modeling

Practice Regression Modeling in IB Mathematics: Applications and Interpretation 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 Modeling, giving you a quick way to practice the rules, question types, and explanations that matter most for IB Mathematics: Applications and Interpretation.

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

The value of a certain cryptocurrency, VV in USD, is modelled by the exponential regression equation V(t)=250(1.09)tV(t) = 250(1.09)^t, where tt is the number of months after its launch.

Which statement correctly interprets the parameter 1.09 in the model?

  1. The value of the cryptocurrency increases by $1.09 each month.
  2. The value of the cryptocurrency increases by 109% each month.
  3. The value of the cryptocurrency increases by 9% each month. (correct answer)
  4. The initial value of the cryptocurrency was $1.09.
Explanation: In an exponential model y=abxy = a \cdot b^x, the base bb represents the growth factor. If b=1+rb = 1+r, where rr is the growth rate, then the percentage growth is r \times 100\%. Here, \(b = 1.09, so 1+r=1.091+r = 1.09, which means r=0.09r = 0.09. This corresponds to a 9% increase each month.

Question 2

The number of transistors on a computer chip has been observed to grow exponentially over time. Data is collected on the number of transistors, NN (in millions), in year tt, where t=0t=0 corresponds to the year 2010. The data points are (0, 1200), (2, 2600), (4, 5400), (6, 11500).

Using an exponential regression model of the form N(t)=abtN(t) = a \cdot b^t, predict the number of transistors in the year 2022 (t=12t=12).

  1. 52,300 million
  2. 89,600 million
  3. 104,100 million
  4. 125,500 million (correct answer)
Explanation: First, enter the data into a GDC to find the exponential regression model. The model is approximately N(t)=1195(1.46)tN(t) = 1195 \cdot (1.46)^t. To predict the number of transistors in the year 2022, we need to evaluate the model at t=12t=12. N(12)=1195(1.46)121195105.02125500N(12) = 1195 \cdot (1.46)^{12} \approx 1195 \cdot 105.02 \approx 125500. So, the predicted number is 125,500 million.

Question 3

A marketing analyst creates a linear regression model to predict a product's monthly sales based on its price. The coefficient of determination is calculated to be r2=0.64r^2 = 0.64.

What is the correct interpretation of this r2r^2 value?

  1. There is a 64% probability that a higher price will lead to lower sales.
  2. The model's predictions for monthly sales will be correct 64% of the time.
  3. The correlation coefficient rr is 0.64, indicating a moderately strong positive relationship.
  4. 64% of the variation in monthly sales can be explained by the variation in the product's price. (correct answer)
Explanation: When you encounter questions about the coefficient of determination (r2r^2) in regression analysis, focus on what this statistic actually measures: the proportion of variance in the dependent variable that's explained by the independent variable. The coefficient of determination r2=0.64r^2 = 0.64 tells us that 64% of the variation in monthly sales can be explained by the variation in price. This means that when sales figures fluctuate from month to month, 64% of those fluctuations can be attributed to price changes, while the remaining 36% is due to other factors not included in the model. Let's examine why the other options are incorrect. Option A confuses r2r^2 with probability - the coefficient of determination doesn't give you the probability of a causal relationship occurring. Option B misinterprets r2r^2 as prediction accuracy. While a higher r2r^2 generally indicates better model fit, it doesn't mean the model will be "correct" 64% of the time. Option C makes two errors: it assumes r=0.64r = 0.64 when actually r=±0.64=±0.8r = \pm\sqrt{0.64} = \pm 0.8, and it assumes the relationship is positive when r2r^2 doesn't indicate direction. Remember that r2r^2 always represents "explained variation" - think of it as answering "What percentage of the ups and downs in my outcome variable can be attributed to changes in my predictor variable?" This interpretation applies whether you're looking at sales and price, test scores and study time, or any other regression relationship.

Question 4

A linear regression model is created to predict sales revenue, yy, based on advertising spending, xx. The equation is found to be y=3.5x+1200y = 3.5x + 1200. One of the data points used to create the model was for a month with advertising spending of $500 and sales revenue of $2800.

Calculate the residual for this data point.

  1. -150 (correct answer)
  2. 150
  3. 2800
  4. 2950
Explanation: The residual is the difference between the actual value and the predicted value (Residual = Actual - Predicted). First, calculate the predicted sales revenue for an advertising spend of x=500x=500: ypredicted=3.5(500)+1200=1750+1200=2950y_{predicted} = 3.5(500) + 1200 = 1750 + 1200 = 2950. The actual sales revenue was yactual=2800y_{actual} = 2800. Therefore, the residual is 28002950=1502800 - 2950 = -150.

Question 5

A researcher collects data on the number of hours per week a person spends exercising, xx, and their resting heart rate in beats per minute, yy. The data points are (1, 75), (3, 68), (5, 62), (6, 60), and (8, 54).

The researcher fits a linear regression model to this data. Using this model, what is the predicted resting heart rate for a person who exercises 4 hours per week?

  1. 63.4 bpm
  2. 65.0 bpm
  3. 65.9 bpm (correct answer)
  4. 68.2 bpm
Explanation: First, use a graphic display calculator (GDC) to find the linear regression equation for the given data points. The independent variable xx is hours of exercise, and the dependent variable yy is resting heart rate. The equation is approximately y=2.98x+77.8y = -2.98x + 77.8. To predict the heart rate for someone exercising 4 hours per week, substitute x=4x=4 into the equation: y=2.98(4)+77.8=11.92+77.8=65.88y = -2.98(4) + 77.8 = -11.92 + 77.8 = 65.88. This rounds to 65.9 bpm.

Question 6

A scientist is modeling the concentration of a medication in a patient's bloodstream. After an injection, the concentration increases to a peak and then gradually decreases as the medication is metabolized by the body.

Which type of regression model would be most appropriate to represent the medication's concentration over time?

  1. A linear model, as the concentration changes at a constant rate.
  2. An exponential model, as it can represent rapid initial change.
  3. A quadratic model, as it can represent a quantity that increases to a maximum and then decreases. (correct answer)
  4. Any model is appropriate, and the one with the highest r2r^2 should always be chosen.
Explanation: The description of the medication's concentration—increasing to a peak and then decreasing—describes the shape of a parabola that opens downwards. A quadratic function is the most suitable model for this type of behavior. A linear model would not show a peak, and an exponential model would only show continuous growth or decay, not both.

Question 7

A biologist models the growth of a plant's height, in cm, over a period of 20 days. She creates a linear regression model, H(t)=1.5t+5H(t) = 1.5t + 5, where tt is the number of days. The data was collected for tt values between 3 and 20.

The biologist uses the model to predict the plant's height after 40 days. Which statement best describes this prediction?

  1. The prediction is an interpolation and is likely to be reliable.
  2. The prediction is an extrapolation and is likely to be unreliable as the plant's growth may slow down. (correct answer)
  3. The prediction is an extrapolation and is reliable because linear models are always accurate over time.
  4. The prediction is an interpolation and is likely to be unreliable as plant growth is not linear.
Explanation: The model was created using data for days 3 to 20. Predicting for day 40 is using an input value far outside the original data range. This is called extrapolation. Extrapolation is often unreliable because the trend observed in the data range may not continue. In this context, a plant's growth typically slows down and stops, so a linear model would likely overestimate the height significantly after a long period.

Question 8

The number of active users, UU, on a social media platform is modelled by the exponential function U(t)=1500(1.2)tU(t) = 1500(1.2)^t, where tt is the number of months since the platform launched.

Estimate the number of months it will take for the number of active users to first exceed 20,000.

  1. 12 months
  2. 13 months
  3. 14 months
  4. 15 months (correct answer)
Explanation: We need to solve for tt in the inequality 1500(1.2)t>200001500(1.2)^t > 20000. First, divide by 1500: (1.2)t>20000/1500(1.2)t>13.33...(1.2)^t > 20000 / 1500 \Rightarrow (1.2)^t > 13.33.... We can solve this using logarithms or a GDC solver. Using logarithms: tln(1.2)>ln(13.33...)t \cdot \ln(1.2) > \ln(13.33...) \Rightarrow t>ln(13.33...)/ln(1.2)t>2.59/0.182t>14.2t > \ln(13.33...) / \ln(1.2) \Rightarrow t > 2.59 / 0.182 \Rightarrow t > 14.2. Since tt must be greater than 14.2 months, the number of users will first exceed 20,000 after 14.2 months, which is during the 15th month.

Question 9

A researcher collects data on the number of hours per week a person spends exercising, xx, and their resting heart rate in beats per minute, yy. The data points are (1, 75), (3, 68), (5, 62), (6, 60), and (8, 54).

The researcher fits a linear regression model to this data. Using this model, what is the predicted resting heart rate for a person who exercises 4 hours per week?

  1. 63.4 bpm
  2. 65.0 bpm
  3. 65.9 bpm (correct answer)
  4. 68.2 bpm
Explanation: First, use a graphic display calculator (GDC) to find the linear regression equation for the given data points. The independent variable xx is hours of exercise, and the dependent variable yy is resting heart rate. The equation is approximately y=2.98x+77.8y = -2.98x + 77.8. To predict the heart rate for someone exercising 4 hours per week, substitute x=4x=4 into the equation: y=2.98(4)+77.8=11.92+77.8=65.88y = -2.98(4) + 77.8 = -11.92 + 77.8 = 65.88. This rounds to 65.9 bpm.

Question 10

The value of a certain cryptocurrency, VV in USD, is modelled by the exponential regression equation V(t)=250(1.09)tV(t) = 250(1.09)^t, where tt is the number of months after its launch.

Which statement correctly interprets the parameter 1.09 in the model?

  1. The value of the cryptocurrency increases by $1.09 each month.
  2. The value of the cryptocurrency increases by 109% each month.
  3. The value of the cryptocurrency increases by 9% each month. (correct answer)
  4. The initial value of the cryptocurrency was $1.09.
Explanation: In an exponential model y=abxy = a \cdot b^x, the base bb represents the growth factor. If b=1+rb = 1+r, where rr is the growth rate, then the percentage growth is r \times 100\%. Here, \(b = 1.09, so 1+r=1.091+r = 1.09, which means r=0.09r = 0.09. This corresponds to a 9% increase each month.

Question 11

The population of a town is modelled by the linear regression equation P=450t+25000P = 450t + 25000, where tt is the number of years since 2010.

According to this model, in which year is the population predicted to reach 34,000?

  1. 2025
  2. 2030 (correct answer)
  3. 2035
  4. 2040
Explanation: We need to find the value of tt when P=34000P = 34000. We set up the equation: 34000=450t+2500034000 = 450t + 25000. Subtract 25000 from both sides: 9000=450t9000 = 450t. Divide by 450: t=9000/450=20t = 9000 / 450 = 20. This means 20 years after 2010. The year is 2010+20=20302010 + 20 = 2030.

Question 12

A sports scientist wants to create a model to predict an athlete's 100-metre sprint time based on the number of hours they train per week.

To create a regression model for this prediction, how should the variables be assigned in a GDC?

  1. Independent variable (x): sprint time; Dependent variable (y): hours of training.
  2. Independent variable (x): hours of training; Dependent variable (y): sprint time. (correct answer)
  3. Both variables should be entered as dependent variables.
  4. The assignment does not matter as correlation is symmetrical.
Explanation: In regression analysis, the independent variable (x) is the one that is used to make a prediction, and the dependent variable (y) is the one being predicted. The scientist wants to predict the sprint time (the outcome) based on the hours of training (the input). Therefore, hours of training should be the independent variable (x) and sprint time should be the dependent variable (y).

Question 13

A marketing analyst creates a linear regression model to predict a product's monthly sales based on its price. The coefficient of determination is calculated to be r2=0.64r^2 = 0.64.

What is the correct interpretation of this r2r^2 value?

  1. There is a 64% probability that a higher price will lead to lower sales.
  2. The model's predictions for monthly sales will be correct 64% of the time.
  3. The correlation coefficient rr is 0.64, indicating a moderately strong positive relationship.
  4. 64% of the variation in monthly sales can be explained by the variation in the product's price. (correct answer)
Explanation: When you encounter questions about the coefficient of determination (r2r^2) in regression analysis, focus on what this statistic actually measures: the proportion of variance in the dependent variable that's explained by the independent variable. The coefficient of determination r2=0.64r^2 = 0.64 tells us that 64% of the variation in monthly sales can be explained by the variation in price. This means that when sales figures fluctuate from month to month, 64% of those fluctuations can be attributed to price changes, while the remaining 36% is due to other factors not included in the model. Let's examine why the other options are incorrect. Option A confuses r2r^2 with probability - the coefficient of determination doesn't give you the probability of a causal relationship occurring. Option B misinterprets r2r^2 as prediction accuracy. While a higher r2r^2 generally indicates better model fit, it doesn't mean the model will be "correct" 64% of the time. Option C makes two errors: it assumes r=0.64r = 0.64 when actually r=±0.64=±0.8r = \pm\sqrt{0.64} = \pm 0.8, and it assumes the relationship is positive when r2r^2 doesn't indicate direction. Remember that r2r^2 always represents "explained variation" - think of it as answering "What percentage of the ups and downs in my outcome variable can be attributed to changes in my predictor variable?" This interpretation applies whether you're looking at sales and price, test scores and study time, or any other regression relationship.

Question 14

A real estate agent models the price of a house, PP in thousands of dollars, based on its area, AA in square metres. The linear regression equation is given by P(A)=0.25A+45P(A) = 0.25A + 45.

What is the correct interpretation of the slope of this regression line?

  1. The minimum price of a house is $250.
  2. For each additional square metre of area, the price of the house is predicted to increase by $250. (correct answer)
  3. For each additional dollar in price, the area of the house is predicted to increase by 0.25 square metres.
  4. For each additional square metre of area, the price of the house is predicted to increase by $45,250.
Explanation: In a linear model y=mx+cy = mx + c, the slope mm represents the change in the dependent variable (yy) for a one-unit change in the independent variable (xx). Here, PP is in thousands of dollars and AA is in square metres. The slope is 0.25. This means for each 1 square metre increase in area, the price increases by 0.25 thousands of dollars, which is (0.25 \times 1000 = $250).

Question 15

A company's weekly profit, PP in thousands of euros, is recorded against its advertising spending, ss in thousands of euros. The data is (2, 40), (4, 65), (6, 80), (8, 82), (10, 75).

The company fits a quadratic regression model to the data. What is the predicted advertising spend that would maximize the weekly profit?

  1. €7,700 (correct answer)
  2. €8,100
  3. €82,700
  4. €84,100
Explanation: Using a GDC, a quadratic regression model is fitted to the data points, giving an equation of the form P=as2+bs+cP = as^2 + bs + c. The approximate equation is P=1.90s2+29.3s28.5P = -1.90s^2 + 29.3s - 28.5. The maximum profit occurs at the vertex of the parabola. The s-coordinate of the vertex is given by s=b/(2a)s = -b / (2a). s=29.3/(2×1.90)=29.3/3.87.71s = -29.3 / (2 \times -1.90) = -29.3 / -3.8 \approx 7.71. Since ss is in thousands of euros, the advertising spend is approximately €7,710. The closest answer is €7,700.

Question 16

A scientist is modeling the relationship between the concentration of a pollutant in water and the population of a certain fish species. She fits three different regression models to her data and calculates the coefficient of determination, r2r^2, for each.

The results are: Linear Model r2=0.78r^2=0.78, Quadratic Model r2=0.91r^2=0.91, and Exponential Model r2=0.85r^2=0.85. Based on these values, which model provides the best fit for the data?

  1. The linear model, because its r2r^2 value is positive.
  2. The exponential model, because biological populations often grow exponentially.
  3. The quadratic model, because it has the highest r2r^2 value. (correct answer)
  4. It is impossible to determine the best model without seeing a scatterplot of the data.
Explanation: The coefficient of determination, r2r^2, measures the proportion of the variance in the dependent variable that is predictable from the independent variable(s). A higher r2r^2 value indicates a better fit of the model to the data. Since the quadratic model has the highest r2r^2 value (0.91), it provides the best statistical fit among the three options.

Question 17

The population of a town is modelled by the linear regression equation P=450t+25000P = 450t + 25000, where tt is the number of years since 2010.

According to this model, in which year is the population predicted to reach 34,000?

  1. 2025
  2. 2030 (correct answer)
  3. 2035
  4. 2040
Explanation: We need to find the value of tt when P=34000P = 34000. We set up the equation: 34000=450t+2500034000 = 450t + 25000. Subtract 25000 from both sides: 9000=450t9000 = 450t. Divide by 450: t=9000/450=20t = 9000 / 450 = 20. This means 20 years after 2010. The year is 2010+20=20302010 + 20 = 2030.

Question 18

A dataset shows a strong, positive linear correlation between variables xx and yy. A linear regression line is fitted to the data. A new data point is added which has a very high xx-value and a very high yy-value, and lies well above the original regression line.

How will this new data point most likely affect the slope of the regression line and the value of the correlation coefficient, rr?

  1. The slope will increase and rr will decrease. (correct answer)
  2. The slope will decrease and rr will increase.
  3. The slope will increase and rr will increase.
  4. The slope will decrease and rr will decrease.
Explanation: The new point is an outlier with a large x-value and a y-value that is much higher than the trend predicts. This point will act as a lever, pulling the regression line upwards on the right side, which increases the slope. However, because this point deviates significantly from the linear pattern of the other points (it lies 'well above' the line), it increases the overall scatter around the new line. This increased scatter will weaken the linear relationship, causing the correlation coefficient, rr, to decrease (move closer to 0).

Question 19

A sports scientist wants to create a model to predict an athlete's 100-metre sprint time based on the number of hours they train per week.

To create a regression model for this prediction, how should the variables be assigned in a GDC?

  1. Independent variable (x): sprint time; Dependent variable (y): hours of training.
  2. Independent variable (x): hours of training; Dependent variable (y): sprint time. (correct answer)
  3. Both variables should be entered as dependent variables.
  4. The assignment does not matter as correlation is symmetrical.
Explanation: In regression analysis, the independent variable (x) is the one that is used to make a prediction, and the dependent variable (y) is the one being predicted. The scientist wants to predict the sprint time (the outcome) based on the hours of training (the input). Therefore, hours of training should be the independent variable (x) and sprint time should be the dependent variable (y).

Question 20

A car is purchased for $40,000. Its value is recorded each year, with tt being the number of years since purchase and VV being the value in dollars. The data points are (1, 34000), (2, 28900), (3, 24500), (4, 20800).

Using an exponential regression model, at the end of which year will the car's value first be less than $15,000?

  1. Year 5
  2. Year 6 (correct answer)
  3. Year 7
  4. Year 8
Explanation: Using the data points including the initial value (0, 40000), the exponential regression model is approximately V(t)=40000(0.85)tV(t) = 40000(0.85)^t. We need to find when V(t)<15000V(t) < 15000. Calculating: At t=5t = 5: V(5)=40000(0.85)517,804V(5) = 40000(0.85)^5 ≈ 17,804. At t=6t = 6: V(6)=40000(0.85)615,134V(6) = 40000(0.85)^6 ≈ 15,134. At t=7t = 7: V(7)=40000(0.85)712,864V(7) = 40000(0.85)^7 ≈ 12,864. The value first drops below $15,000 at the end of year 6.