Hooke's Law says that F=-kx where k is the spring constant measured in N/m (newtons per meter)
Answer:
1.52g
Explanation:
Given parameters:
Force = 125N
Mass combined = 82kg
Unknown:
Acceleration of the bicycle = ?
Solution:
From Newton second law of motion suggests that:
Force = mass x acceleration
Acceleration =
=
= 1.52g
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:
Significant digits (also called significant figures or “sig figs” for short) indicate the precision of a measurement. A number with more significant digits is more precise. For example, 8.00 cm is more precise than 8.0 cm.
3. Due to the fact that friction is not converted to kinetic energy nor potential energy. The energy is converted into heat energy which is lost and can’t be put back