Answer:
1.25 m/s
Explanation:
Given,
Mass of first ball=0.3 kg
Its speed before collision=2.5 m/s
Its speed after collision=2 m/s
Mass of second ball=0.6 kg
Momentum of 1st ball=mass of the ball*velocity
=0.3kg*2.5m/s
=0.75 kg m/s
Momentum of 2nd ball=mass of the ball*velocity
=0.6 kg*velocity of 2nd ball
Since the first ball undergoes head on collision with the second ball,
momentum of first ball=momentum of second ball
0.75 kg m/s=0.6 kg*velocity of 2nd ball
Velocity of 2nd ball=0.75 kg m/s ÷ 0.6 kg
=1.25 m/s
They both make a thing go faster and slower but the relationship is force.
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
2 is c
3 is a
4 is b
5 is c
Electromagnetic radiation is an energy that is known as light. so electromagnetic radiation will have the same speed as the speed of light which is 3 x 10^8 m/s. so the distance it travel at 55 x 10^-6 s is:
D = ( 3 x 10^8 m/s ) ( 55 x 10^-6 s )
D = 16500 m