Answer:
209.4 mm³
Step-by-step explanation:
V = (πr²h)/3
V = (200π)/3
Plug it into a calculator to get 209.4.
Answer:
Please see explanation for the answer. The code is written in python and is as given below:
Step-by-step explanation:
The solution is obtained on the Python with the following code
import matplotlib.pyplot as plotter
import numpy as npy
x_s = npy.linspace(-5,5,100) #Defining a linear sample space with boundaries as -5 to 5 and 100 as number of samples.
def sigmo(z):return 1/(1 + npy.exp(-z)) #Defining sigmoid function for the f(x).
plotter.plot(x_s, sigmo(x_s))
plotter.plot([-5,5],[.5,.5])
plotter.xlabel("z")
plotter.ylabel("sigmoid(z)")
plotter.show()
Answer: The radius of the circular rug is 6 meters.
Step-by-step explanation:
Hi, to answer this question we have to apply the next formula:
<em>Area of a circle (A) = pi r²
</em>
Where r is the radius:
Replacing with the values given:
36 pi=pi r²
Dividing both sides by pi:
36 = r²
√36= r
r = 6 meters
So, the radius of the circular rug is 6 meters.
Feel free to ask for more if needed or if you did not understand something.
This is a disjunction, B, because it has 2 statements with an OR in the middle.
Answer:
<h2>
$5.03</h2>
Step-by-step explanation:
Given data
Sample Mean (M): $48.77
Sample Size (n): 20
Standard Deviation (σ) : $17.58
Confidence Level: 80%
we know that z*-Values for 80% Confidence Levels is 1.28
the expression for margin of error is given bellow\
MOE= z*σ/√n
We can now substitute into the expression and solve for the MOE as
MOE= 1.28*17.58/√20
MOE= 22.502/4.47
MOE= 22.502/4.47
MOE= 5.03
The margin of error for a 80 % confidence interval is $5.03