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
Hence ,From the Guide there are other parameters which with this equation will give the exact time the athlete's walk back

From the question we are told
If the average velocity during the athlete's walk back to the starting line in Guided Example 2.5 is – 1.50 m/s,
Generally the equation Time spent is mathematically given as
T=\frac{d}{v}
Therefore

Hence ,From the Guide there are other parameters which with this equation will give the exact time the athlete's walk back

For more information on this visit
brainly.com/question/22271063
Perfectly inelastic collision is type of collision during which two objects collide, stay connected and momentum is conserved. Formula used for conservation of momentum is:

In case of perfectly inelastic collision v'1 and v'2 are same.
We have following information:
m₁=3 kg
m₂=? kg
v₁=x m/s
v₂=0 m/s
v'1 = v'2 = 1/3 * v₁
Now we insert given information and solve for m₂:
3*v₁ + 0*? = 3*1/3*v₁ + m₂*1/3*v₁
3v₁ = v₁ + m₂*1/3*v₁
2v₁ = m₂*1/3*v₁
2 = m₂*1/3
m₂= 6kg
Mass of second mud ball is 6kg.
Answer:
160 W
Explanation:
Power is the ratio of work to time:
(1600 J)/(10 s) = 160 J/s = 160 W
Answer:
Energy Lost for group A's car = 0.687 J
Energy Lost for group B's car = 0.55 J
Explanation:
The exact question is as follows :
Given - The energy of an object can be converted to heat due to the friction of the car on the hill. The difference between the potential energy of the car and its kinetic energy at the bottom of the hill equals the energy lost due to friction.
To find - How much energy is lost due to heat for group A's car ?
How much for Group B's car ?
Solution -
We know that,
GPE = 1 Joule (Potential Energy)
Now,
For Group A -
Energy Lost = GPE - KE
= 1 J - 0.313 J
= 0.687 J
So,
Energy Lost for group A's car = 0.687 J
Now,
For Group B -
Energy Lost = GPE - KE
= 1 J - 0.45 J
= 0.55 J
So,
Energy Lost for group B's car = 0.55 J