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
Answer:
The Energy Involved In A Reaction That Changes Methane Gas And Oxygen Into Carbon Dioxide And Water.
Explanation:
Answer:
all forms of electromagnetic radiation travel at a single speed in a vacuum.
Explanation:
Answer:
Answer in Explanation
Explanation:
Whenever we talk about the gravitational potential energy, it means the energy stored in a body due to its position in the gravitational field. Now, we know that in the gravitational field the work is only done when the body moves vertically. If the body moves horizontally on the same surface in the Earth's Gravitational Field, then the work done on the body is considered to be zero. Hence, the work done or the energy stored in the object while in the gravitational field is only possible if it moves vertically. This vertical distance is referred to as height. <u>This is the main reason why we require height in the P.E formula and calculations.</u>
The derivation of this formula is as follows:
Work = Force * Displacement
For gravitational potential energy:
Work = P.E
Force = Weight = mg
Displacement = Vertical Displacement = Height = h
Therefore,
P.E = mgh