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")
Answer:
b)1.08 N
Explanation:
Given that
velocity of air V= 45 m/s
Diameter of pipe = 2 cm
Force exerted by fluid F

So force exerted in x-direction


F=0.763 N
So force exerted in y-direction


F=0.763 N
So the resultant force R


R=1.079
So the force required to hold the pipe is 1.08 N.
Answer:
μ=0.329, 2.671 turns.
Explanation:
(a) ln(T2/T1)=μβ β=angle of contact in radians
take T2 as greater tension value and T1 smaller, otherwise the friction would be opposite.
T2=5000 lb and T1=80 lb
we have two full turns which makes total angle of contact=4π radians
μ=ln(T2/T1)/β=(ln(5000/80))/4π
μ=0.329
(b) using the same relation as above we will now compute the angle of contact.
take greater tension as T2 and smaller as T1.
T2=20000 lb T1=80 lb μ=0.329
β=ln(20000/80)/0.329=16.7825 radians
divide the angle of contact by 2π to obtain number of turns.
16.7825/2π =2.671 turns
Answer:
15.24°C
Explanation:
The quality of any heat pump pumping heat from cold to hot place is determined by its coefficient of performance (COP) defined as

Where Q_{in} is heat delivered into the hot place, in this case, the house, and W is the work used to pump heat
You can think of this quantity as similar to heat engine's efficiency
In our case, the COP of our heater is

Where T_{house} = 24°C and T_{out} is temperature outside
To achieve maximum heating, we will have to use the most efficient heat pump, and, according to the second law of thermodynamics, nothing is more efficient that Carnot Heat Pump
Which has COP of:

So we equate the COP of our heater with COP of Carnot heater

Rearrange the equation

Solve this simple quadratic equation, and you should get that the lowest outdoor temperature that could still allow heat to be pumped into your house would be
15.24°C