Sound travels fastest in solids. A sound is a vibration that travels in a longitudinal direction through a medium in the form of a mechanical wave.
<h3>What is sound?</h3>
A sound is a vibration that travels in a longitudinal direction through a medium in the form of a mechanical wave.
It can propagate through a solid, a liquid, or a gas as its medium. Solids go the fastest, liquids are slower, and gases are the slowest.
Sound travels the quickest through a solid because the molecules are packed together densely, allowing sound waves to leap from one molecule to the next more quickly.
Because the molecules in solids are packed the tightest, sound travels the quickest through them, whereas sound travels the slowest through gases.
To learn more about the sound refer to the link;
brainly.com/question/927975
Answer:
Mar's orbital path is more than that of Earth, thus it takes more number of days to orbit around the sun.
Explanation:
Mars takes over 500 days to orbit all the way around the sun than Earth because its distance from the sun (228 million kilometers) is greater than that of Earth (150 million kilometers) which takes it 365 days.
Planets that orbit closer to the sun take shorter time to orbit around the sun because the cover a shorter orbital distance and orbit faster than those planets further from the sun.
<u>For example</u>
Using Earth's distance from the sun, 150 million kilometers and the number of days taken to orbits the sun ,365 days and the distance Mars is from the Earth, 228 million kilometers, you can approximate the time Mar takes to orbit the sun as:
Earth 150 million kilometers = 365 days
Mars 228 million kilometers= ?
Cross product ; (228 *365) /150 =555 -----(a value closer to that in the question)
Net Force = mass x acceleration
3500=1,000a
So a= 3500/1000
a=35/10
a=3.5 m/s^2
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
Answer:
t = 4.41 10⁻⁴ years
Explanation:
For this exercise we must use the concept of average life time, which is the time in which the quantity and substance decays in half
= ln2 / λ
Let's calculate the decay constant of plutonium
λ = ln2 /
λ = ln 2 / 2.44 10⁵
λ = 2.84 10⁻⁶ s⁻¹
Radioactive decay is a first order process
N = No e (-λ t)
Where N is the number of nuclei, the mass is this by molecular weight
m = N PM
m / PM = m₀ / PM e (- λ t)
m / m₀ = e (- λ t)
-λ t = ln (m / m₀)
t = -1 /λ ln (m/m₀)
t = - 1 / 2.84 10⁻⁶ ln (0.1 / 0.35)
t = 4.41 10⁻⁴ years