You could use the information from part A to get B. I'm not sure if you want A or not, so I'll do it as well.
A
Eo = 10^4.4 Joules
E = 2 * 10^15
Formula
M = (2/3) log (E/Eo)
M = 2/3 * log (2 * 10^15/10^(4.4) )
M = 2/3 * log( 7.9621* 10^10)
M = 2/3 * 10.901
M = 7.26735 on the Richter scale. That is a huge amount of energy.
Part B
Suppose that you use Eo and your base. Eo is 10^4.4
Now the new earthquake is E = 10000 * Eo
So what you get now is M = (2/3)* Log(10000 * Eo / Eo )
The Eo's cancel out.
M = 2/3 * log(10000)
M = 2/3 of 4
M = 8/3
M = 2.6667 difference in the Richter Scale Reading. It is still an awful lot of energy.
What this tells you is that if the original reading was (say) 6 then the 10000 times bigger reading would 8.266667
Answer: M = 2.6667
68-40=28
28/4=7
therefore, 7 is your answer
(Hope it helps my friend ^_^)
Answer:
Step-by-step explanation:
Yes 6 over 9 simplifys to 2 over 3.
And 4 over 6 simplifys down to 2 over 3
Can I have brainliest please :D
6 months goes into 2 years 4 times
30 x 4 = 120
120% of 15,000 is
100% is 1,500
10% is 150
150 x 2 = 300 (20%)
1,500+300=1,800
15,000+1,800=16,800
hope this helped
Answer:
(a) 0.5899
(b) 0.9166
Step-by-step explanation:
Let X be the random variable that represents the height of a woman. Then, X is normally distributed with
= 62.5 in
= 2.2 in
the normal probability density function is given by
, then
(a)
= 0.5899
(in the R statistical programming language) pnorm(63, mean = 62.5, sd = 2.2)
(b) We are seeking
where n = 37.
is normally distributed with mean 62.5 in and standard deviation
. So, the probability density function is given by
, and
= 0.9166
(in the R statistical programming language) pnorm(63, mean = 62.5, sd = 2.2/sqrt(37))
You can use a table from a book to find the probabilities or a programming language like the R statistical programming language.