Given data:
Snowfall, x (cm): 173, 165, 152, 184, 178
Corn Height, y (cm): 182, 190, 207, 180, 184
First, calculate the sums of x, y, x², and xy:
- Sum of x (Σx): 173 + 165 + 152 + 184 + 178 = 852
- Sum of y (Σy): 182 + 190 + 207 + 180 + 184 = 943
- Sum of x²
Show more…