Answer:
123 crackers
Step-by-step explanation:
If 1/3 of the box contains sesame seed crackers, then, 2/3 of the box contains whole wheat and cheese flavored crackers.
Total number of whole wheat and cheese flavored crackers = 53 + 29 = 82
Let x be the total number of crackers in the box, so we will have the equation
2/3 x= 82
x = 82 ÷ 2/3; we will get
X =82 x 3/2
X = 123 crackers
(x - xo)^2 + (y - yo)^2 = r^2
[x - (-3)]^2 + [y - (2)]^2 = (1.5)^2
(x+3)^2 + (y-2)^2 = 2.25
Answer: option C
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()
The answer would be B as half of 6 is 3 and 3 x 5 is 15 , 15 x 10 is 150 :)<span />
For this case we have the following equation:
Q = Av
Where the area is given by:
A = pi * r ^ 2
A = pi * (d / 2) ^ 2
A = (pi / 4) * d ^ 2
Substituting we have:
Q = ((pi / 4) * d ^ 2) v
From here, we clear the diameter:
d = root ((4 / pi) * (Q / v))
Substituting values we have:
d = root ((4 / pi) * (50/600))
d = 0.36 feet
Answer:
The diameter of a pipe that allows a maximum flow of 50ft ^ 3 / min of water flowing at a velocity of 600ft / min is:
d = 0.36 feet