Respuesta :
The question is incomplete. The complete question is as follows.
The city of Oakdale wishes to see if there is a linear relantionship between the temperature and the amount of electricity used (in kilowatts). Using the estimated regression equation found by using Temperature as the predictor variable, find a pont estimate Kilowatt usage when the Temperature is 90 degrees outside?
Temperature(x) Â Â Â Â Â Â Â Â Â Â Â Kilowatts(y)
    73                     680
    78                     760
    85                     910
    98                     1510
    93                     1170
    83                     888
    92                     923
    81                      837
    76                     600
    105                     1800
Answer: The point estimate is 1132.5 Kilowatts
Step-by-step explanation: Regression analysis is used to find an equation that fits the data. Once this equation is found, it's used to make predictions. One of the regressions is linear regression.
To find the linear regression model:
1) Create a table with the following: ∑y; ∑x; ∑xy; ∑x²; ∑y²;
2) Use these equations to find coefficients a and b:
a = (∑y)(∑x²) - (∑x)(∑yx) / n(∑x²) - (∑x)²
b = n(∑xy) - (∑x)(∑y) / n(∑x²) - (∑x)²
3) Substitute the coefficients into the equation of form: y = a + bx
For the table above, the linear regression equation is:
y = - 2004 + 34.85x
When Temperature is 90, i.e. x = 90:
y = - 2004 + 34.85*90
y = 1132.5
The estimate Kilowatt is 1132.5.