Respuesta :
Answer:
The equation of the regression line is: [tex]y~=~51.5 ~-~ 0.143 \cdot x[/tex]
The best predicted age of the Best Actor winner given that the age of the Best Actress winner that year is 62 years is 43 years.
The actual age of the Best Actor is given as 45 years. Thus the predicated age is within 5 years of the actual age.
Step-by-step explanation:
Linear regression is a linear approach to modelling the relationship between a dependent variable and one or more independent variables.
Let X be the independent variable and Y be the dependent variable. We will define a linear relationship between these two variables as follows:
[tex]Y=bX+a[/tex]
We have the following data:
[tex]\left\begin{array}{cc}\mathrm{Best \:Actress}&\mathrm{Best \: Actor}\\29&43\\30&36\\30&40\\62&45\\33&52\\34&49\\43&63\\30&48\\65&39\\23&53\\46&46\\54&35\end{array}\right\\[/tex]
To find the line of best fit for the points, follow these steps:
Step 1: Find [tex]X\cdot Y[/tex] and [tex]X\cdot X[/tex] as it was done in the below table.
Step 2: Find the sum of every column:
[tex]\sum{X} = 479 ~,~ \sum{Y} = 549 ~,~ \sum{X \cdot Y} = 21608 ~,~ \sum{X^2} = 21265[/tex]
Step 3: Use the following equations to find intercept a and slope b:
[tex]\begin{aligned} a &= \frac{\sum{Y} \cdot \sum{X^2} - \sum{X} \cdot \sum{XY} }{n \cdot \sum{X^2} - \left(\sum{X}\right)^2} = \frac{ 549 \cdot 21265 - 479 \cdot 21608}{ 12 \cdot 21265 - 479^2} \approx 51.5 \\ \\b &= \frac{ n \cdot \sum{XY} - \sum{X} \cdot \sum{Y}}{n \cdot \sum{X^2} - \left(\sum{X}\right)^2} = \frac{ 12 \cdot 21608 - 479 \cdot 549 }{ 12 \cdot 21265 - \left( 479 \right)^2} \approx -0.143\end{aligned}[/tex]
Step 4: Assemble the equation of a line
[tex]\begin{aligned} y~&=~a ~+~ b \cdot x \\y~&=~51.5 ~-~ 0.143 \cdot x\end{aligned}[/tex]
The best predicted age of the Best Actor winner given that the age of the Best Actress winner that year is 62 years is
[tex]y~&=~51.5 ~-~ 0.143 \cdot 62\\y~&=43[/tex]
The actual age of the Best Actor is given as 45 years. Thus the predicated age is within 5 years of the actual age.

