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 y (in units of thousand sets) and the selling price x (in units of yuan) of sports equipment from January to May 2023, as shown in the table below:
(1) Calculate the correlation coefficient r of (xi,yi) for i=1,2,3,⋯,n, and determine if there is a strong linear correlation between the sales volume y and the selling price x (When ∣r∣∈[0.75,1], it can be considered as a strong linear correlation; otherwise, there is no strong linear correlation) (Round to 0.001);(2) Establish the linear regression equation of y with respect to x (Round to 0.001), and estimate the sales volume when the selling price of the equipment is 50 yuan.
Reference formula: For a set of data (xi,yi) for i=1,2,3,⋯,n, the correlation coefficient r is calculated as r=∑i=1n(xi−x)2∑i=1n(yi−y)2∑i=1n(xi−x)(yi−y), and the least squares estimates of the slope and intercept of the regression line y^=b^x+a^ are b^=∑i=1n(xi−x)2∑i=1n(xi−x)(yi−y) and a^=y−b^x, with reference data: 16500≈128.452.
A number or a short expression. Spacing and $ signs are ignored.
Solution
### Step-by-Step Solution
#### Part 1: Calculating the Correlation Coefficient r
First, we calculate the mean of x and y:
- x=5100+90+80+70+60=80 - y=55+7.5+8+9+10.5=8
Next, we calculate the necessary sums for the correlation coefficient:
Therefore, the linear regression equation of y with respect to x is:
y^=−0.125x+18
Finally, we estimate the sales volume when the selling price of the equipment is 50 yuan:
y=−0.125×50+18=11.75
Encapsulating the final answers:
- The correlation coefficient r is −0.973, indicating a strong linear correlation. - The linear regression equation is y^=−0.125x+18. - The estimated sales volume for a selling price of 50 yuan is 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.