Explanation:
physical properties are those get can measured and observed without bringing a chemical change chemical properties are those that that get observed and measured when the substance undergoes a chemical change
Speed =distance/time
3.25=3.00/time
3.25xt=3.00
t=3/3.25
s=0.9s
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
aumenta su velocidad de 60 a 100 Km/h en 20 segundos. Calcular la fuerza resultante que actúa sobre el coche y el espacio recorrido en ese tiempo
Answer:
F(Mars) = 2 G m M / (4 R)^2 force of Sun on Mars
F(Merc) = G m M / R^2 force of force of Sun on Mercury
R = distance of Sun from Mercury, m = mass of Mercury
F(Merc) / F(Mars) = 4^2 / 2 = 8