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
Those two units can be compared to a 'mile per hour' and a 'mile per hour - hour'.
One is a rate. The other is a quantity, after maintaining a rate for some time.
-- 'Joule' is a unit of energy. It's the amount of work (energy) you do
when you push with a force of 1 newton though a distance of 1 meter.
Lifting 10 pound of beans 3 feet off the floor takes about 40.7 joules of energy.
-- 'Watt' is a <u><em>rate</em></u> of using energy . . . 1 joule per second.
If you lift 10 pounds 3 feet off the floor in 1 second, your <em>power</em> is 40.7 watts.
-- 'Watt-second' is the amount of energy used in one second,
at the rate of 1 joule per second . . . 1 joule.
-- 'Watt-hour' is the amount of energy used in one hour,
at the rate of 1 joule per second . . . 3,600 joules.
-- 'Kilowatt' is a bigger <em>rate</em> of using energy . . . 1,000 joules per second.
-- 'Kilowatt - second' is the amount of energy used in one second,
at the rate of 1,000 joules per second . . . 1,000 joules .
-- 'Kilowatt - hour' is the amount of energy used in one hour,
at the rate of 1,000 joules per second . . . 3,600,000 joules .
Depending on where you live, 3,600,000 joules of energy bought
from the electric company costs something between 5¢ and 25¢.
Answer:
was is carl sagan?
Explanation:
please forgive me if im wrong :(
We have that for the Question "the acceleration of the object at time t = 0.7 s is most nearly equal to which of the following?"
- it can be said that the acceleration of the object at time t = 0.7 s is most nearly equal to the slope of the line connecting the origin and the point where the graph where the graph crosses the 0.7s grid line
From the question we are told
the acceleration of the object at time t = 0.7 s is most nearly equal to which of the following?
Generally the equation for the Force is mathematically given as
F=\frac{F}{dx}
Therefore
F=-kdx
k=600Nm^{-1}
now
K.E=0.5x ds^2
K.E=600*(-0.1^2)
K.E=3J
Therefore
the acceleration of the object at time t = 0.7 s is most nearly equal to the slope of the line connecting the origin and the point where the graph where the graph crosses the 0.7s grid line
For more information on this visit
brainly.com/question/23379286