Answer:
time spent = 0.2276
Explanation:
given data
distance = 135 mi
usual speed = 65 mph
today speed = 73 mph
solution
we get here time that is express as
time =
...................1
usual time =
= 2.0769 h
today time =
= 1.8493 h
so we get here time spent as
time spent = 2.0769 h - 1.8493 h
time spent = 0.2276
Answer:
Yes, a sled has inertia while sitting still.
Explanation:
From Newton's law of inertia, an object at rest will remain at rest unless it is acted upon by an external force. The reason the object will remain at rest unless an external force acts is because of inertia. Inertia means the resistance of an object to motion.
Thus, a sled hammer at rest will remain at rest unless it is acted upon by an external force. So we can conclude that it has Inertia.
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
A)acceleration is in the direction of motion