Answer: 1.137*10^7 Btu/h.
Explanation:
Given data:
Efficiency of the plant = 4.5percent
Net power output of the plant = 150kw
Solution:
The required collection rate
QH = W/n
= 150/0.045 * 0.94782/ 1 /60 */60 Btu/h.
= 3333.333 *3412.152Btu/h.
= 11373840 Btu/h
= 1.137*10^7 Btu/h.
Answer:
a) 70.29 %
b) 37%
Explanation:
percent reduction can be found from:
PR = 100*(π(do/2)^2-π(df/2)^2)/π(do/2)^2
= 100*(π(11.34/2)^2-π(6.21/2)^2)/π(11.34/2)^2
=70.29 %
percent elongation can be found from:
EL =L_f - Lo/Lo*100
= (73.17 -53.3/53.3)*100
= 37%
Let “w” and “L” be the width and length of the rectangle. “p” and “a” are perimeter and area
For python,
w=int(input(“width”))
l=int(input(“length”))
a= w*l
p=2*w+2*l
print(str(a), str(p)