For 10 observations on price (x) and supply (y), the following data was obtained: ∑x = 130, ∑y = 220, ∑ x 2= 2288, ∑y 2= 5506 and ∑ xy = 3467.
y = 1.02x + 8.74
The question asks us to find the line of regression of y on x using the provided data for 10 observations on price (x) and supply (y). The line of regression of y on x is typically represented by the equation:
\(y = a + bx\)
where:
We are given the following summary statistics for n = 10 observations:
To find the line of regression \(y = a + bx\), we first need to calculate the regression coefficient \(b\) and then the intercept \(a\).
The formula for the regression coefficient \(b\) of y on x is:
\(b = \frac{n \sum xy - (\sum x)(\sum y)}{n \sum x^2 - (\sum x)^2}\)
Let's plug in the given values:
\(b = \frac{(10)(3467) - (130)(220)}{(10)(2288) - (130)^2}\)
\(b = \frac{34670 - 28600}{22880 - 16900}\)
\(b = \frac{6070}{5980}\)
\(b = \frac{607}{598}\)
Now, let's calculate the decimal value for \(b\):
\(b \approx 1.01505\)
Rounding this to two decimal places gives approximately \(1.02\).
The formula for the intercept \(a\) is:
\(a = \bar{y} - b\bar{x}\)
First, we need to find the means of x and y:
\(\bar{x} = \frac{\sum x}{n} = \frac{130}{10} = 13\)
\(\bar{y} = \frac{\sum y}{n} = \frac{220}{10} = 22\)
Now, using the value of \(b\) we calculated (we will use the rounded value \(b \approx 1.02\) to match the options provided, as is often done in practice):
\(a = 22 - (1.02)(13)\)
\(a = 22 - 13.26\)
\(a = 8.74\)
Now that we have the values for \(a\) and \(b\), we can write the equation for the line of regression of y on x:
\(y = a + bx\)
\(y = 8.74 + 1.02x\)
This can also be written as:
\(y = 1.02x + 8.74\)
Let's compare our calculated regression line with the given options:
| Option | Equation |
|---|---|
| 1 | \(y = 0.91x + 8.74\) |
| 2 | \(y = 1.02x + 8.74\) |
| 3 | \(y = \frac{1}{02}x - 7.02\) (Assuming typo, likely \(y = 1.02x - 7.02\)) |
| 4 | \(y = 0.91x - 7.02\) |
Our calculated line \(y = 1.02x + 8.74\) matches Option 2 exactly. The slight difference in the exact calculated \(b\) (\(\approx 1.01505\)) compared to the option's value (\(1.02\)) is due to standard rounding. When \(b\) is rounded to two decimal places (\(1.02\)), calculating \(a\) using this rounded \(b\) value yields \(8.74\), which perfectly matches the option.
| Concept | Formula (y on x) | Description |
|---|---|---|
| Regression Line | \(y = a + bx\) | Linear equation describing the relationship between x and y. |
| Regression Coefficient (b) | \(b = \frac{n \sum xy - (\sum x)(\sum y)}{n \sum x^2 - (\sum x)^2}\) | Measures the average change in y for a unit change in x. |
| Y-intercept (a) | \(a = \bar{y} - b\bar{x}\) | The expected value of y when x is 0. |
| Mean of x (\(\bar{x}\)) | \(\bar{x} = \frac{\sum x}{n}\) | Average value of the x observations. |
| Mean of y (\(\bar{y}\)) | \(\bar{y} = \frac{\sum y}{n}\) | Average value of the y observations. |
Linear regression is a statistical method used to model the linear relationship between a dependent variable (y) and one or more independent variables (x). When there is only one independent variable, it is called simple linear regression.
The regression line is also known as the "line of best fit" because it minimizes the sum of the squared vertical distances (residuals) between the observed data points and the line.
If r is the coefficient of correlation between x and y, then what is the correlation coefficient between (3x + 4) and (-3y + 3)?
Which of the following statements is/are correct in respect of regression coefficients?
1. It measures the degree of linear relationship between two variables
2. It gives the value by which one variable changes for a unit change in the other variable.
Select the correct answer using the code given below.If two lines of regression are x + 4y + 1 = 0 and 4x + 9y + 7 = 0, then what is the value of x when y = -3 ?
A bivariate data set contains only two points (-1, 1) and (3, 2). What will be the line of regression of y on x ?
If two regression lines between height (x) and weight (y) are 4y – 15x + 410 = 0 and 30x – 2y – 825 = 0, then what will be the correlation coefficient between height and weight?