Answer:
2062 lbm/h
Explanation:
The air will lose heat and the oil will gain heat.
These heats will be equal in magnitude.
qo = -qa
They will be of different signs because one is entering iits system and the other is exiting.
The heat exchanged by oil is:
qo = Gp * Cpo * (tof - toi)
The heat exchanged by air is:
qa = Ga * Cpa * (taf - tai)
The specific heat capacity of air at constant pressure is:
Cpa = 0.24 BTU/(lbm*F)
Therefore:
Gp * Cpo * (tof - toi) = Ga * Cpa * (taf - tai)
Ga = (Gp * Cpo * (tof - toi)) / (Cpa * (taf - tai))
Ga = (2200 * 0.45 * (150 - 100)) / (0.24 * (300 - 200)) = 2062 lbm/h
Answer:
class TriangleNumbers
{
public static void main (String[] args)
{
for (int number = 1; number <= 10; ++number) {
int sum = 1;
System.out.print("1");
for (int summed = 2; summed <= number; ++summed) {
sum += summed;
System.out.print(" + " + Integer.toString(summed));
}
System.out.print(" = " + Integer.toString(sum) + '\n');
}
}
}
Explanation:
We need to run the code for each of the 10 lines. Each time we sum numbers from 1 to n. We start with 1, then add numbers from 2 to n (and print the operation). At the end, we always print the equals sign, the sum and a newline character.
Answer:
Evaporation.
Explanation:
Evaporation is the stage of the Water Cycle where water turns into water vapor. The steps following Evaporation in order include Condensation, Precipitation, and Transpiration.
The watts that are consumed is 80 watts.
<h3>What power factor?</h3>
The term power factor has to do with the measure of the efficiency of the use of energy. Recall that power is defined as the rate of doing work. The magnitude of the power factor shows the extent to which the power is used.
Now, to obtain the watts are consumed in a circuit having a power factor of 0. 2 if the input is 100 vac at 4 amperes we have; V × I × PF = 100V × 4A × 0.2 = 80 watts.
Learn more about power factor:brainly.com/question/10634193
#SPJ4
Answer: I would help you but I don’t know the answer, so sorry