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
We Know,
K.E. = 1/2 mv²
480 = 1/2 (m)(8)²
m = 960/64
m = 15 Kg
So, the mass of the object is 15 Kg
Answer:
4. F
5. F
Explanation:
jupiter constantly has hurricanes and uranus has storms often too.
lightning can move many ways including from cloud to cloud and even from ground ton sky (seriously look it up it's cool)
Groundwater is the water found underground in the cracks and spaces in soil, sand and rock. It is stored in and moves slowly through geologic formations of soil, sand and rocks called aquifers.
Hope this helps.
Please mark as brainliest..........
The circumference of a circle is (2π · the circle's radius).
The length of a semi-circle is (1π · the circle's radius) =
(π · 14.8) = 46.5 (rounded)
(The unit is the same as whatever the unit of the 14.8 is.)