You would need to freeze it in a freezer. Hope this helps if it does could I have brainlist thanks
Answer:
zero velocity
Explanation:
if the v-t graph is parallel to the time axis its mean body has covered no path in other words the body is at rest so the velocity of the body should be zero
hope my answer will helps u plz mark me brainlist
Answer: e. All of the above.
Explanation:
Rainfall, temperature, seasonal variability are the important factors which determines the type of vegetation will grow in a biome, the type of animals will adapt and survive. Also these factors also determine the fact that type of landforms will form over a region. These factors are necessary for the development of the biodiversity. A biodiversity can be define as the variability and variety of life forms that can be found in the ecosystem or biome.
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
They both are two different elements.SO the answer is Element