Given the ordered pairs:
(2500, 2000), (2650, 2001), (3000, 2003), (3500, 2006), (4200, 2010)
Let's find the linear regression line.
Apply the formula:
y = mx + b
Where m si the slope and b is the y-intercept.
To find the slope, apply the formula:
Where:
∑x = 2500 + 2650 + 3000 + 3500 + 4200 = 15850
∑y = 2000 + 2001 + 2003 + 2006 + 2010 = 10020
∑xy = (2500 * 2000) + (2650 * 2001) + (3000 * 2003) + (3500 * 2006) +(4200 * 2010) = 31774650
∑x² = 2500² + 2650² + 3000² + 3500² + 4200² = 52162500
∑y² = 2000² + 2001² + 2003² + 2006² + 2010² = 20080146
n = number of ordered pairs = 5
Thus, we have:
The slope of the regression line is 0.00587
To find the y-intercept, apply the formula:
Thus, we have:
Therefore, the regression line is:
To determine the year the population will hit 8000, substitute 8000 for x and solve for y:
Therefore, the population will hit 8000 in the year 2032.
To find the R-value, apply the formula:
Thus, we have:
The R value is