If the probes are identical, then the one that feels a larger gravitational
force is orbiting closer to Jupiter than the other one is.
If they're not identical, then the one with greater mass will feel more
gravitational force than the one with less mass, even if they're both
the same distance from Jupiter. (We know this from the experimental
observation that fatter people weigh more, even on Earth.)
Answer:
The correct answer is d
Explanation:
In this exercise they ask us which statement is correct, for this we plan the solution of the problem, this is a Doppler effect problem, it is the frequency change due to the relative speed between the emitter and the receiver of sound.
The expression for the Doppler effect of a moving source is
f ’= (v / (v- + v_s) f
From this expression we see that if the speed the sound source is different from zero feels a change in the frequency.
The correct answer is d
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
The third one sliding friction
Explanation:
We don't know the change in velocity, so can't answer.