Answer:
The claim is valid.
Explanation:
Let assume that heat pump is reversible. The coefficient of performance for the heat pump is:



The claim is valid as real heat pumps have lower coefficients of performance.
Answer:
if engineering disappeared for a day i would be at a loss. i wouldnt know what to do with myself considering engineering is my life. one way that engineers improve my life is they help me to understand enything end everything
Explanation:
Answer:
a) benzene = 910 days
b) toluene = 1612.67 days
Explanation:
Given:
Kd = 1.8 L/kg (benzene)
Kd = 3.3 L/kg (toluene)
psolid = solids density = 2.6 kg/L
K = 2.9x10⁻⁵m/s
pores = n = 0.37
water table = 0.4 m
ground water = 15 m
u = K/n = (2.9x10⁻⁵ * (0.4/15)) / 0.37 = 2.09x10⁻⁶m/s
a) For benzene:

The time will take will be:

b) For toluene:


Answer:
Using python
num_boys = int(input("Enter number of boys :"))
num_girls = int(input("Enter number of girls :"))
budget = int(input("Enter the number of dollars spent per school year :"))
try:
dollarperstudent = budget/(num_boys+num_girls)
print("Dollar spent per student : "+str(dollarperstudent))#final result
except ZeroDivisionError:
print("unavailable")
The correct answer is A; True.
Further Explanation:
This is a correct phrase that is important to learn when owning any type of vehicle. When a car battery is dead, it can usually be jump started by using another cars battery or a portable battery charger. It is extremely important to put the positive battery cable on the positive battery post. Then the negative cable will be placed on the negative car battery post and the negative ground wire can be anywhere on the car except on the battery.
The car needs to be connected properly for a few minutes before trying to start the car. This helps the car battery to get enough "juice" to start. If the battery cables are placed wrong this can cause sparks to come out of the cables/battery and cause bodily harm.
Learn more about car batteries at brainly.com/question/7734062
#LearnwithBrainly