Answer:
1.96 kg/s.
Explanation:
So, we are given the following data or parameters or information which we are going to use in solving this question effectively and these data are;
=> Superheated water vapor at a pressure = 20 MPa,
=> temperature = 500°C,
=> " flow rate of 10 kg/s is to be brought to a saturated vapor state at 10 MPa in an open feedwater heater."
=> "mixing this stream with a stream of liquid water at 20°C and 10 MPa."
K1 = 3241.18, k2 = 93.28 and 2725.47.
Therefore, m1 + m2= m3.
10(3241.18) + m2 (93.28) = (10 + m3) 2725.47.
=> 1.96 kg/s.
Answer:
Two stroke cycle Four stroke cycle
1.Have on power stroke in one revolution. 1.have one power
stroke in two revolution
2.Complete the cycle in 2 stroke 2.Complete the cycle in 4 stroke
3.It have ports 3.It have vales
4.Greater requirement of cooling 4.Lesser requirement of cooling
5.Less thermal efficiency 5.High thermal efficiency
6.Less volumetric efficiency 6.High volumetric efficiency
7.Size of flywheel is less. 7.Size of flywheel is more.
Answer:
it allows your dash board to light up you MPH RPM and all the other numbers on the spadomter
Explanat
Answer:
An AI operated automatic garbage collection system
Explanation:
There is always an issue in my neighbourhood with the garbagemen coming on time so having an automatic system will help in the overall efficiency in the task
Answer:
#Initialise a tuple
team_names = ('Rockets','Raptors','Warriors','Celtics')
print(team_names[0])
print(team_names[1])
print(team_names[2])
print(team_names[3])
Explanation:
The Python code illustrates or printed out the tuple team names at the end of a season.
The code displayed is a function that will display these teams as an output from the program.