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
Answer:
Explanation:
The python code to generate this is quite simple to run.
i hope you understand everything written here, you can as well try out other problems to understand better.
First to begin, we import the package;
Code:
import pandas as pd
import matplotlib.pyplot as plt
name = input('Enter name of the file: ')
op = input('Enter name of output file: ')
df = pd.read_csv(name)
df['Date'] = pd.to_datetime(df["Date"].apply(str))
plt.plot(df['Date'],df['Absent']/(df['Present']+df['Absent']+df['Released']),label="% Absent")
plt.legend(loc="upper right")
plt.xticks(rotation=20)
plt.savefig(op)
plt.show()
This should generate the data(plot) as seen in the uploaded screenshot.
thanks i hope this helps!!!
Answer:
Viscosity is notated using the common classification “XW-XX”. The number preceding the “W” (winter) rates the oil's flow (viscosity) at zero degrees Fahrenheit (-17.8 degrees Celsius). The lower the number, the less the oil thickens in cold weather.
Answer:
You can create high drag which allows a steeper angle without increasing your air speed on landing. you can reduce the length of landing role. Flaps are also used to increase the drag they are retracted when they are not needed. it is adviseable to down he flaps during the time of take off.
Answer:
<em>Electric current is the movement of electrons through a wire. Electric current is measured in amperes (amps) and refers to the number of charges that move through the wire per second. If we want current to flow directly from one point to another, we should use a wire that has as little resistance as possible.</em><em>Current is directly proportional to voltage, inversely proportional to resistance. One of the most common electrical measurements you'll use is the watt, a unit of electrical power: W (Watts) = E (Volts) x I (Amperes). The quantity of electric charge is measured in coulombs.</em><em>They can even pass through bones and teeth. This makes gamma rays very dangerous. They can destroy living cells, produce gene mutations, and cause cancer.</em>
Explanation:
hey mate this is the best answer if you're studying engineering!