Problem Solvers
Explanation:
Engineers find problems in the world, and then they find solutions for them.
Answer:
401.3 kg/s
Explanation:
The power plant has an efficiency of 36%. This means 64% of the heat form the source (q1) will become waste heat. Of the waste heat, 85% will be taken away by water (qw).
qw = 0.85 * q2
q2 = 0.64 * q1
p = 0.36 * q1
q1 = p /0.36
q2 = 0.64/0.36 * p
qw = 0.85 *0.64/0.36 * p
qw = 0.85 *0.64/0.36 * 600 = 907 MW
In evaporation water becomes vapor absorbing heat without going to the boiling point (similar to how sweating takes heat from the human body)
The latent heat for the vaporization of water is:
SLH = 2.26 MJ/kg
So, to dissipate 907 MW
G = qw * SLH = 907 / 2.26 = 401.3 kg/s
Answer:
<em>Python code is as follows:
</em>
********************************************************************************
#function to get number up to any number of decimal places
def toFixed(value, digits):
return "%.*f" % (digits, value)
print("Enter the price: ", end='', flush=True) #prompt for the input of price
price = float(input()) #taken input
totalCost = price + 0.05 * price #calculating cost
print("Total Cost after the sales tax of 5% is applied: " + toFixed(totalCost,2)) #print and output totalCost
************************************************************************************
Answer:
COP_max = 18.69
Explanation:
We are given;
Heated space temperature; T_H = 26°C = 273K + 26 = 299K
Temperature at which heat is extracted; T_L = 10°C = 273 + 10 = 283K
Now the Coefficient of performance (COP) of a heat pump will be a maximum when the heat pump operates in a reversible manner. The COP of a reversible heat pump depends on the temperature limits in the cycle only and is determined by the formula;
COP_max = 1/(1 - (T_L/T_H))
Thus,
COP_max = 1/(1 - (283/299))
COP_max = 1/(1 - 0.9465)
COP_max = 1/0.0535 = 18.69
Answer:
management engineer
Explanation:
A Management Engineer is someone with a commercial engineering understanding and marketing techniques.
The role of a management engineer covers overseeing the activities of all the engineering departments in an engineering firm particularly in the area of product development, implementation, and production.
This is to ensure the products meet and satisfy the business methods and techniques specifically in the area of cost efficiency and quality product.
Under Management Engineering there are subdivisions of Manufacturing and Industrial Engineer, which both fit the role of Malcolm.
Hence, in this case, Malcolm work as a Management Engineer