Answer:
1. Potential hazard
2. Mining opportunity
Explanation:
The two reason, why astronomers are so interested in the discovery of additional Earth-approaching asteroids:
1. Potential hazard: We have proof that the dinosaurs got extinct because of an asteroid/comet strike on Earth. Also we have seen the effects of the Tunguska event and Chelyabinsk tragedy. These are enough to show us that asteroids can be very dangerous and wipe out the life from Earth.
2. Mining Opportunity: We have discovered a lot of asteroids which contains a lot of metal and precious elements. There can be a possibility of mining such asteroids in the future and reducing the burden on Earth.
Answer:
If not because you know you just can't
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're u can never put it back together
When the applied force increases to 5 N, the magnitude of the block's acceleration is 1.7 m/s².
<h3>
Frictional force between the block and the horizontal surface</h3>
The frictional force between the block and the horizontal surface is determined by applying Newton's law;
∑F = ma
F - Ff = ma
Ff = F - ma
Ff = 4 - 2(1.2)
Ff = 4 - 2.4
Ff = 1.6 N
When the applied force increases to 5 N, the magnitude of the block's acceleration is calculated as follows;
F - Ff = ma
5 - 1.6 = 2a
3.4 = 2a
a = 3.4/2
a = 1.7 m/s²
Thus, when the applied force increases to 5 N, the magnitude of the block's acceleration is 1.7 m/s².
Learn more about frictional force here: brainly.com/question/4618599