Hi Anchal,
If we are assuming a linear relationship, which I suspect we are given the question title, then we can use the slope-intercept equation:
y=mx + b
m=slope
b=y-intercept
To get slope, recall formula:
m=(y2-y1)/(x2-x1)
We can use any two ordered pairs. I'll go with first and last:
(x1,y1)= (11.3,13.5)
(x2,y2)= (0.6, 4.7)
m=(4.7-13.5)/(0.6-11.3)
m=0.822
Now, we can plug this into our slope-intercept equation and use a point of our choosing for x and y. I'll use the third pair (6.7,9.7):
y=mx + b
9.7= 0.822(6.7) + b
9.7= 5.510 + b
Subtract 5.510 on both sides:
b= 4.190
Now, you have the regression equation:
y= 0.822x + 4.190
We will use this to solve parts (A) and (B). Murders were the response variable. Automatic weapons were the explanatory. Recall that explanatory implies "x," so plug the values you were given in for x:
(A) y^=0.822(1.5) + 4.190
y^= 5.423
(B) y^=0.822(2.5) + 4.190
y^=6.245
I hope this helps.