Answer:
a) > x<-c(1,2,3,4,5)
> y<-c(1.9,3.5,3.7,5.1,6)
> linearmodel<-lm(y~x)
And the output is given by:
> linearmodel
Call:
lm(formula = y ~ x)
Coefficients:
(Intercept) x
1.10 0.98
b) 
And if we compare this with the general model 
We see that the slope is m= 0.98 and the intercept b = 1.10
Explanation:
Part a
For this case we have the following data:
x: 1,2,3,4,5
y: 1.9,3.5,3.7,5.1, 6
For this case we can use the following R code:
> x<-c(1,2,3,4,5)
> y<-c(1.9,3.5,3.7,5.1,6)
> linearmodel<-lm(y~x)
And the output is given by:
> linearmodel
Call:
lm(formula = y ~ x)
Coefficients:
(Intercept) x
1.10 0.98
Part b
For this case we have the following trend equation given:

And if we compare this with the general model 
We see that the slope is m= 0.98 and the intercept b = 1.10
the answer is C. It allows citizens to submit anonymous tips to the police.
Answer:
Explanation:
a= 7.8i + 6.6j - 7.1k
b= -2.9 i+ 7.4 j+ 3.9k , and
c = 7.6i + 8.8j + 2.2k
r = a - b +c
=7.8i + 6.6j - 7.1k - ( -2.9i + 7.4j+ 3.9k )+ ( 7.6i + 8.8j + 2.2k)
= 7.8i + 6.6j - 7.1k +2.9i - 7.4j- 3.9k )+ 7.6i + 8.8j + 2.2k
= 18.3 i +18.3 j - k
the angle between r and the positive z axis.
cosθ = 18.3 / √18.3² +18.3² +1
the angle between r and the positive z axis.
= 18.3 / 25.75
cos θ= .71
45 degree
When something is hit harder just like when sound is turned up the waves become higher and more frequent like a zig zag more so then wavy.