Answer:
For
- 5.556 lb/s
For
- 7.4047 lb/s
Solution:
As per the question:
System Load = 96000 Btuh
Temperature, T = 
Temperature rise, T' =
Now,
The system load is taken to be at constant pressure, then:
Specific heat of air, 
Now, for a rise of
in temeprature:


Now, for
:


Answer:
They don't make a positive change in the world because they have made mistakes that aren't able to be made fixed and there are a lot of engineers who haven't study enough and know the important basis of coming to engineer.
Answer:
// Program is written in C++
// Comments are used to explain some lines
// Only the required function is written. The main method is excluded.
#include<bits/stdc++.h>
#include<iostream>
using namespace std;
int divSum(int num)
{
// The next line declares the final result of summation of divisors. The variable declared is also
//initialised to 0
int result = 0;
// find all numbers which divide 'num'
for (int i=2; i<=(num/2); i++)
{
// if 'i' is divisor of 'num'
if (num%i==0)
{
if (i==(num/i))
result += i; //add divisor to result
else
result += (i + num/i); //add divisor to result
}
}
cout<<result+1;
}
Answer:

Explanation:
We have to combine the following formula to find the mass yield:


The diffusion coefficient : 
The area : 
Time : 
ΔC: 
Δx: 
Now substitute the values

![M=-(6.0*10^{-8} m/s^{2})(0.25 m^{2})(3600 s/h)[(0.64-3.0kg/m^{3})(3.1*10^{-3}m)]](https://tex.z-dn.net/?f=M%3D-%286.0%2A10%5E%7B-8%7D%20m%2Fs%5E%7B2%7D%29%280.25%20m%5E%7B2%7D%29%283600%20s%2Fh%29%5B%280.64-3.0kg%2Fm%5E%7B3%7D%29%283.1%2A10%5E%7B-3%7Dm%29%5D)
