Answer:
ok I will help you ha Ha ha ha ha ha ha ha ha ha ha ha
The rate of gain for the high reservoir would be 780 kj/s.
A. η = 35%

W = 
W = 420 kj/s
Q2 = Q1-W
= 1200-420
= 780 kJ/S
<h3>What is the workdone by this engine?</h3>
B. W = 420 kj/s
= 420x1000 w
= 4.2x10⁵W
The work done is 4.2x10⁵W
c. 780/308 - 1200/1000
= 2.532 - 1.2
= 1.332kj
The total enthropy gain is 1.332kj
D. Q1 = 1200
T1 = 1000

<h3>Cournot efficiency = W/Q1</h3>
= 1200 - 369.6/1200
= 69.2 percent
change in s is zero for the reversible heat engine.
Read more on enthropy here: brainly.com/question/6364271
Explanation:
def checklist(a_list, a_value):// def //used to name a function, the //arguments being passed into the //functions are a_list and a_value
if a_value in list://if statement to
//check if it's in the list or not
print("")//print statement to do
//nothing
else://else statement for if the
//a_value is in a_list
a_list.append(a_value)//this adds
//the value to the list