Answer:
2543 k
Explanation:
This problem can be resolved by applying the first law of thermodynamics
<u>Determine the adiabatic flame temperature</u> when the furnace is operating at a mass air-fuel ratio of 16 for air preheated to 600 K
attached below is a detailed solution
cp = 1200
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:
pliers
Explanation:
because that makes the most sense
Answer:
option B is correct. Fracture will definitely not occur
Explanation:
The formula for fracture toughness is given by;
K_ic = σY√πa
Where,
σ is the applied stress
Y is the dimensionless parameter
a is the crack length.
Let's make σ the subject
So,
σ = [K_ic/Y√πa]
Plugging in the relevant values;
σ = [50/(1.1√π*(0.5 x 10^(-3))]
σ = 1147 MPa
Thus, the material can withstand a stress of 1147 MPa
So, if tensile stress of 1000 MPa is applied, fracture will not occur because the material can withstand a higher stress of 1147 MPa before it fractures. So option B is correct.