Final answer:
To predict the SAT score of a freshman with a GPA of 2.1, we can use a linear regression equation. The slope and intercept of the equation can be calculated using the mean SAT score, mean GPA, standard deviation of SAT scores, and correlation between SAT score and GPA. By plugging in the GPA of 2.1, the predicted SAT score is approximately 1152.69.
Step-by-step explanation:
To predict the SAT score of a freshman who attained a first-semester GPA of 2.1, we can use the linear regression equation between SAT score and GPA. The equation is: SAT score = intercept + slope * GPA. The intercept and slope can be calculated using the mean SAT score, mean GPA, standard deviation of SAT scores, and the correlation between SAT score and GPA.
First, we need to find the slope: slope = correlation * (std deviation of SAT scores / std deviation of GPA). In this case, slope = 0.45 * (127 / 0.52) ≈ 110.625.
Next, we can find the intercept: intercept = mean SAT score - slope * mean GPA. Using the values given in the question, intercept = 1230 - 110.625 * 2.66 ≈ 919.354.
Now we can plug in the GPA of 2.1 into the linear regression equation to predict the SAT score: SAT score = 919.354 + 110.625 * 2.1 ≈ 1152.69.