Answer:

Explanation:
Given that
R=8 ft
Width= 10 ft
We know that hydro statics force given as
F=ρ g A X
ρ is the density of fluid
A projected area on vertical plane
X is distance of center mass of projected plane from free surface of water.
Here
X=8/2 ⇒X=4 ft
A=8 x 10=80 
So now putting the values
F=ρ g A X
F=62.4(32.14)(80)(4)

A. Physical I/O sensors
Safety switches, operator inputs, travel limit switches etc
Answer: the mass flow rate of concentrated brine out of the process is 46,666.669 kg/hr
Explanation:
F, W and B are the fresh feed, brine and total water obtained
w = 2 x 10^4 L/h
we know that
F = W + B
we substitute
F = 2 x 10^4 + B
F = 20000 + B .................EQUA 1
solute
0.035F = 0.05B
B = 0.035F/0.05
B = 0.7F
now we substitute value of B in equation 1
F = 20000 + 0.7F
0.3F = 20000
F = 20000/0.3
F = 66666.67 kg/hr
B = 0.7F
B = 0.7 * F
B = 0.7 * 66666.67
B = 46,666.669 kg/hr
the mass flow rate of concentrated brine out of the process is 46,666.669 kg/hr
Using the knowledge of computational language in python it is possible to write a code that writes a list and defines the arrange.
<h3>Writing code in python:</h3>
<em>def isSorted(lyst):</em>
<em>if len(lyst) >= 0 and len(lyst) < 2:</em>
<em>return True</em>
<em>else:</em>
<em>for i in range(len(lyst)-1):</em>
<em>if lyst[i] > lyst[i+1]:</em>
<em>return False</em>
<em>return True</em>
<em>def main():</em>
<em>lyst = []</em>
<em>print(isSorted(lyst))</em>
<em>lyst = [1]</em>
<em>print(isSorted(lyst))</em>
<em>lyst = list(range(10))</em>
<em>print(isSorted(lyst))</em>
<em>lyst[9] = 3</em>
<em>print(isSorted(lyst))</em>
<em>main()</em>
See more about python at brainly.com/question/18502436
#SPJ1