QuestionThe table lists the average tuition and fees at private colleges and universities for selected years. \begin{tabular}{|c|c|c|c|c|c|} \hline Year & 1985 & 1990 & 1995 & 2000 & 2008 \\ \hline \begin{tabular}{c} Tuition and \\ Fees \\ (in dollars) \end{tabular} & 5328 & 9369 & 12,336 & 16,154 & 25,111 \\ \hline \end{tabular} (a) Find the equation of the least-squares regression line that models the data. (Type the slope as a decimal rounded to three decimal places. Round the -intercept to the nearest integer.)
Studdy Solution
STEP 1
1. The independent variable represents the year.
2. The dependent variable represents the tuition and fees in dollars.
3. We will use the least-squares method to find the regression line.
4. The years will be transformed into a form suitable for regression analysis, typically by setting the first year as .
STEP 2
1. Transform the year data for regression analysis.
2. Calculate the necessary sums for the least-squares formulas.
3. Compute the slope of the regression line.
4. Compute the y-intercept of the regression line.
5. Write the equation of the regression line.
STEP 3
Transform the year data by setting 1985 as . The transformed years are:
\begin{align*}
1985 & \rightarrow 0 \\
1990 & \rightarrow 5 \\
1995 & \rightarrow 10 \\
2000 & \rightarrow 15 \\
2008 & \rightarrow 23 \\
\end{align*}
STEP 4
Calculate the necessary sums:
\begin{align*}
\sum x &= 0 + 5 + 10 + 15 + 23 = 53 \\
\sum y &= 5328 + 9369 + 12336 + 16154 + 25111 = 68298 \\
\sum xy &= (0 \times 5328) + (5 \times 9369) + (10 \times 12336) + (15 \times 16154) + (23 \times 25111) = 100,7853 \\
\sum x^2 &= 0^2 + 5^2 + 10^2 + 15^2 + 23^2 = 899 \\
\end{align*}
STEP 5
Compute the slope using the formula:
where .
STEP 6
Compute the y-intercept using the formula:
Round to the nearest integer: .
STEP 7
Write the equation of the regression line:
The equation of the least-squares regression line is:
Was this helpful?