Answer:
month = input("Input the month (e.g. January, February etc.): ")
day = int(input("Input the day: "))
if month in ('January', 'February', 'March'):
season = 'winter'
elif month in ('April', 'May', 'June'):
season = 'spring'
elif month in ('July', 'August', 'September'):
season = 'summer'
else:
season = 'autumn'
if (month == 'March') and (day > 19):
season = 'spring'
elif (month == 'June') and (day > 20):
season = 'summer'
elif (month == 'September') and (day > 21):
season = 'autumn'
elif (month == 'December') and (day > 20):
season = 'winter'
print("Season is",season)
Explanation:
Answer:
P= 5.5 bar
Explanation:
Given that
L= 4000 m
d= 0.2 m
Friction factor(F) = 0.01
speed V= 2 m/s
Head = 5 m
Head loss due to friction



So the total head(H) = 5 + 40.77 + 10.3 =56.07
Where 10.3 m is the atmospheric head.
We know that
P=ρ g H
So total Pressure
P= 1000 x 9.81 x 56.07 Pa

P= 5.5 bar
Answer:
The three phase full load secondary amperage is 2775.7 A
Explanation:
Following data is given,
S = Apparent Power = 1000 kVA
No. of phases = 3
Secondary Voltage: 208 V/120 V <em>(Here 208 V is three phase voltage and 120 V is single phase voltage) </em>
<em>Since,</em>
<em />
<em />
<em />

The formula for apparent power in three phase system is given as:

Where:
S = Apparent Power
V = Line Voltage
I = Line Current
In order to calculate the Current on Secondary Side, substituting values in above formula,

Answer:
e.Fire resistance,Inexpensive,Non-toxic.
Explanation:
Desirable hydraulic property of fluid as follows
1. Good chemical and environment stability
2. Low density
3. Ideal viscosity
4. Fire resistance
5. Better heat dissipation
6. Low flammability
7. Good lubrication capability
8. Low volatility
9. Foam resistance
10. Non-toxic
11. Inexpensive
12. Demulsibility
13. Incompressibility
So our option e is right.