Answer:
overflow rate 20.53 m^3/d/m^2
Detention time 2.34 hr
weir loading 114.06 m^3/d/m
Explanation:
calculation for single clarifier



volume of tank



overflow rate =
Detention time
weir loading
Answer:
for i in range(0,10):
if SimonPattern[i] == UserPattern[i]:
score = score + 1
i = i + 1
else:
break
if i == 9:
score = score + 1
print("Total Score: {}".format(score))
Explanation:
This for loop was made using Python. Full code attached.
- For loop requires a range of numbers to define the end points. For this Simon Says game, we are talking about 10 characters, so that must be the range for the for loop: from 0 to 10.
- Conditional if tests if Simon pattern matches User's one characheter by one and add point for each match.
- Break statement is ready to escape the for loop at first mismatch.
- As we are starting from index 0, if the users matched all the characters correctly, then we need to add 1, otherwise the maximun score would be 9 and it should be 10.
Answer:
The principal stresses are σp1 = 27 ksi, σp2 = -37 ksi and the shear stress is zero
Explanation:
The expression for the maximum shear stress is given:

Where
σx = stress in vertical plane = 20 ksi
σy = stress in horizontal plane = -30 ksi
τM = 32 ksi
Replacing:

Solving for τxy:
τxy = ±19.98 ksi
The principal stress is:

Where
σp1 = 20 ksi
σp2 = -30 ksi
(equation 1)
equation 2
Solving both equations:
σp1 = 27 ksi
σp2 = -37 ksi
The shear stress on the vertical plane is zero
Answer:
835,175.68W
Explanation:
Calculation to determine the required power input to the pump
First step is to calculate the power needed
Using this formula
P=V*p*g*h
Where,
P represent power
V represent Volume flow rate =0.3 m³/s
p represent brine density=1050 kg/m³
g represent gravity=9.81m/s²
h represent height=200m
Let plug in the formula
P=0.3 m³/s *1050 kg/m³*9.81m/s² *200m
P=618,030 W
Now let calculate the required power input to the pump
Using this formula
Required power input=P/μ
Where,
P represent power=618,030 W
μ represent pump efficiency=74%
Let plug in the formula
Required power input=618,030W/0.74
Required power input=835,175.68W
Therefore the required power input to the pump will be 835,175.68W