Maths Olympiad Prep

Library / /201 of 520

Algebra Difficulty 3.1 AMC 10/12 Find the answer

The 31st World University Summer Games will be held in Chengdu from July 28 to August 8, 2023, promoting sports for all. A sports equipment store has compiled data on the sales volume yy (in units of thousand sets) and the selling price xx (in units of yuan) of sports equipment from January to May 2023, as shown in the table below:

| Month | 1 | 2 | 3 | 4 | 5 |
|-------|-----|-----|-----|-----|-----|
| xx | 100 | 90 | 80 | 70 | 60 |
| yy | 5 | 7.5 | 8 | 9 | 10.5|

(1)(1) Calculate the correlation coefficient rr of (xi,yi)(x_i, y_i) for i=1,2,3,,ni=1,2,3,\cdots,n, and determine if there is a strong linear correlation between the sales volume yy and the selling price xx (When r[0.75,1]|r|\in [0.75,1], it can be considered as a strong linear correlation; otherwise, there is no strong linear correlation) (Round to 0.0010.001);(2)(2) Establish the linear regression equation of yy with respect to xx (Round to 0.0010.001), and estimate the sales volume when the selling price of the equipment is 5050 yuan.

Reference formula: For a set of data (xi,yi)(x_i, y_i) for i=1,2,3,,ni=1,2,3,\cdots,n, the correlation coefficient rr is calculated as r=i=1n(xix)(yiy)i=1n(xix)2i=1n(yiy)2r=\frac{\sum_{i=1}^{n}(x_{i}-\overline{x})(y_{i}-\overline{y})}{\sqrt{\sum_{i=1}^{n}(x_{i}-\overline{x})^{2}}\sqrt{\sum_{i=1}^{n}(y_{i}-\overline{y})^{2}}}, and the least squares estimates of the slope and intercept of the regression line y^=b^x+a^\hat{y}=\hat{b}x+\hat{a} are b^=i=1n(xix)(yiy)i=1n(xix)2\hat{b}=\frac{\sum_{i=1}^{n}(x_{i}-\overline{x})(y_{i}-\overline{y})}{\sum_{i=1}^{n}(x_{i}-\overline{x})^{2}} and a^=yb^x\hat{a}=\overline{y}-\hat{b}\overline{x}, with reference data: 16500128.452\sqrt{16500}\approx128.452.

A number or a short expression. Spacing and $ signs are ignored.

Solution

### Step-by-Step Solution

#### Part 1: Calculating the Correlation Coefficient rr

First, we calculate the mean of xx and yy:

- x=100+90+80+70+605=80\overline{x} = \frac{100 + 90 + 80 + 70 + 60}{5} = 80
- y=5+7.5+8+9+10.55=8\overline{y} = \frac{5 + 7.5 + 8 + 9 + 10.5}{5} = 8

Next, we calculate the necessary sums for the correlation coefficient:

- i=1n(xix)(yiy)=125\sum_{i=1}^n(x_i-\overline{x})(y_i-\overline{y}) = -125
- i=1n(xix)2=1000\sum_{i=1}^n(x_i-\overline{x})^2 = 1000
- i=1n(yiy)2=16.5\sum_{i=1}^n(y_i-\overline{y})^2 = 16.5

Now, we can calculate rr:

r=i=1n(xix)(yiy)i=1n(xix)2i=1n(yiy)2=1251000×16.5=125128.4520.973r = \frac{\sum_{i=1}^{n}(x_{i}-\overline{x})(y_{i}-\overline{y})}{\sqrt{\sum_{i=1}^{n}(x_{i}-\overline{x})^{2}}\sqrt{\sum_{i=1}^{n}(y_{i}-\overline{y})^{2}}} = \frac{-125}{\sqrt{1000}\times\sqrt{16.5}} = \frac{-125}{128.452} \approx -0.973

Therefore, there is a strong linear correlation between the sales volume yy and the selling price xx, since 0.973[0.75,1]|-0.973| \in [0.75,1].

#### Part 2: Establishing the Linear Regression Equation

First, we calculate the slope b^\hat{b}:

b^=i=1n(xix)(yiy)i=1n(xix)2=1251000=0.125\hat{b} = \frac{\sum_{i=1}^n(x_i-\overline{x})(y_i-\overline{y})}{\sum_{i=1}^n(x_i-\overline{x})^2} = \frac{-125}{1000} = -0.125

Next, we calculate the intercept a^\hat{a}:

a^=yb^x=8(0.125)×80=18\hat{a} = \overline{y} - \hat{b}\overline{x} = 8 - (-0.125) \times 80 = 18

Therefore, the linear regression equation of yy with respect to xx is:

y^=0.125x+18\hat{y} = -0.125x + 18

Finally, we estimate the sales volume when the selling price of the equipment is 5050 yuan:

y=0.125×50+18=11.75y = -0.125 \times 50 + 18 = 11.75

Encapsulating the final answers:

- The correlation coefficient rr is 0.973\boxed{-0.973}, indicating a strong linear correlation.
- The linear regression equation is y^=0.125x+18\boxed{\hat{y} = -0.125x + 18}.
- The estimated sales volume for a selling price of 5050 yuan is 11.75\boxed{11.75}.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.