<span>Folded mountains form because two tectonic plates move towards each other at a convergent plate boundary pushing the land up forming a mountain.
Hope this helps!!
</span>
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:
false
Explanation:
a tsunami is almost always caused by an earthquake under water.
Explanation:
it's B =) hhggusucvgaugcavsjssnd
<span>the transverse wve that requires a medium to move is : sound waves
in order to travel, sound waves need to jumped on between one particle to another, no matter it's liquid, solid , and gases. Which explains why you wont hear a thing in outer space, simply because the sound waves got no particle to jumped into</span>