InterviewSolution
Saved Bookmarks
| 1. |
Calculate the maximum % efficiency of thermal engine operating between 110°C and 25°C. |
|
Answer» % Efficiency = [T2 - T1] x 100 T1 = 110°C + 273 = 383 K. T2 = 25°C – 273 = 298 K. % Efficiency = [(383 - 298) / 383] x 100 % Efficiency = [(85 x 100) / 383] % Efficiency = [8500 / 383] % Efficiency = 22.2% |
|