Answer:
books = []
fp = open("bookTitles.txt")
for line in fp.readlines():
title = line.strip()
if title not in books:
books.append(title)
fp.close()
fout = open("noDuplicates.txt", "w")
for title in books:
print(tile, file=fout)
fout.close()
except FileNotFoundError:
print("Unable to open bookTitles.txt")
Answer and Explanation:
The answer is attached below
False
..............
It increases the primary current a step up reduces the primary current
Answer:
COP of heat pump=3.013
COP of cycle=1.124
Explanation
W = Q2 - Q1 ----- equation 1
W = work done
Q2 = final energy
Q1 = initial energy
A) calculate the COP of the heat pump
COP =Q2/W
from equation 1
Q2 = Q1 + W = 15 + 7.45 = 22.45 KW
therefore COP =22.45/7.45 = 3.013
B) COP when cycle is reversed
COP = Q1/W
from equation 1
Q1 + W = Q2 ------ equation 2
Q2 = 15 Btu/s = 15 * 1.055 = 15.825 KW therefore from equation 2
Q1 = 8.375 KW
COP =8.375/7.45 = 1.124