Correct option is B
Explanation-
Formula for Linear Regression (y = mx + c):
Where:
m = slope=N∑x2−(∑x)2N∑xy−∑x∑y
c = intercept=N∑y−m∑x
Where N is the number of data points.
Step 1: Calculate necessary sums:
∑x∑y∑x2∑xyN=56=184=560=1792=8
Step 2: Calculate slope (m):
mmm=(8×560)−(562)(8×1792)−(56×184)=4480−313614336−10304=13444032=3.0
Step 3: Calculate intercept (c):
cc=8184−(3.0×56)=8184−168=816=2.0
Final Linear Regression Equation: =3+2 (Option b)