Answer:
I don't really know but i have some info for you...
Explanation:
The cold forging manufacturing process increases the strength of a metal through strain hardening at a room temperature. On the contrary the hot forging manufacturing process keeps materials from strain hardening at high temperature, which results in optimum yield strength, low hardness and high ductility.
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:
T₂ =93.77 °C
Explanation:
Initial temperature ,T₁ =27°C= 273 +27 = 300 K
We know that
Absolute pressure = Gauge pressure + Atmospheric pressure
Initial pressure ,P₁ = 300+1=301 kPa
Final pressure ,P₂= 367+1 = 368 kPa
Lets take temperature=T₂
We know that ,If the volume of the gas is constant ,then we can say that


Now by putting the values in the above equation we get

The temperature in °C
T₂ = 366.77 - 273 °C
T₂ =93.77 °C