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:
F₁ = 1500 N
F₂ = 750 N
= 500 N
Explanation:
Given :
Power transmission, P = 7.5 kW
= 7.5 x 1000 W
= 7500 W
Belt velocity, V = 10 m/s
F₁ = 2 F₂
Now we know from power transmission equation
P = ( F₁ - F₂ ) x V
7500 = ( F₁ - F₂ ) x 10
750 = F₁ - F₂
750 = 2 F₂ - F₂ ( ∵F₁ = 2 F₂ )
∴F₂ = 750 N
Now F₁ = 2 F₂
F₁ = 2 x F₂
F₁ = 2 x 750
F₁ = 1500 N , this is the maximum force.
Therefore we know,
= 3 x 
where
is centrifugal force
=
/ 3
= 1500 / 3
= 500 N
Answer: True
Explanation: Injector orifice is the factor which describes the size of the opening of the injector .There are different pattern and size of the opening for the injector which affects the mixture of the chemical substance that is used for the production of the energy that is known as propellant.
The pattern and size of the orifice will define the variation in the amount of energy that could be produced.Thus the statement given is true.