Lol battlefield or on a map when you're look for a particular place
Answer:
C. 7790.83 cm^3
Step-by-step explanation:
The volume of a sphere is given by
V = 4/3 pi r^3
We know the radius is 12.3
Using 3.14 for pi (This will give us an approximation, not an exact value)
V = 4/3(3.14) (12.3)^3
=7790.82984 cm^3
Answer:
The probability that the average age of a randomly selected sample of 100 students will be less than 21.8 years is 0.159
Step-by-step explanation:
According to the given data we have the following:
mean = μ= 22
standard deviation = σ = 2
n = 100
μx = 22
σx=σ/√n=2/√100=0.2
Therefore, P( x < 21.8)=P(x-μx)/σx<(21.8-22)/0.2
=P(z<-1)
= 0.159
The probability that the average age of a randomly selected sample of 100 students will be less than 21.8 years is 0.159
In math, Exponentiation refers to the operation of raising one quantity to the power of another. See the program running the exponentiation below.
<h3>What is the required code?</h3>
The code is given below:
number_of_days = 30
amount_after_30days = 0.01 * (2 ** number_of_days)
# print the amount
print(amount_after_30days)
Learn more about exponentiation at;
brainly.com/question/11975096
#SPJ1