Answer:lefmprkfniou4gjkfjrnwerkjdkcheouvwe
Explanation:fefefefrgff
For the given question above, I think there is an associated choice of answer for it. However, the answer for this is London Dispersion Forces. <span>Dipole-dipole forces and hydrogen bonding are much stronger, leading to higher melting and boiling points.</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
They'll vibrate at their characteristic resonant frequency. That depends on the material the object is made of and its shape.
Answer:
5.5 km
Explanation:
First, we convert the distance from km/h to m/s
910 * 1000/3600
= 252.78 m/s
Now, we use the formula v²/r = gtanθ to get our needed radius
making r the subject of the formula, we have
r = v²/gtanθ, where
r = radius of curvature needed
g = acceleration due to gravity
θ = angle of banking
r = 252.78² / (9.8 * tan 50)
r = 63897.73 / (9.8 * 1.19)
r = 63897.73 / 11.662
r = 5479 m or 5.5 km
Thus, we conclude that the minimum curvature radius needed for the turn is 5.5 km