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:
Find full question attached
Answer:
(b) By including a statement that he or she is licensed by the Board for Professional Engineers and Land Surveyors immediately above the signature line in at least 12 point type on all contracts for services
Explanation:
A PE(professional engineer) licensee must show that he is licensed in order to show and ensure public safety as he is qualified for the job he is handling. The California regulations on professional engineers holds that all professional engineers must be licensed by the board of professional engineers and Land surveyors in order to operate legally as an engineer. The engineer may show licensure through the following options:
The engineer might provide statement to each client to show he is licensed which would then be signed by the client
The engineer may choose to post a wall certificate in his work premises to show he is licensed
The engineer may choose to include a statement of license in a letterhead or contract document which must be above the client's signature line and not less than 12 point type
Answer:
a) 149 kJ/mol, b) 6.11*10^-11 m^2/s ,c) 2.76*10^-16 m^2/s
Explanation:
Diffusion is governed by Arrhenius equation

I will be using R in the equation instead of k_b as the problem asks for molar activation energy
I will be using

and
°C + 273 = K
here, adjust your precision as neccessary
Since we got 2 difusion coefficients at 2 temperatures alredy, we can simply turn these into 2 linear equations to solve for a) and b) simply by taking logarithm
So:

and

You might notice that these equations have the form of

You can solve this equation system easily using calculator, and you will eventually get

After you got those 2 parameters, the rest is easy, you can just plug them all including the given temperature of 1180°C into the Arrhenius equation

And you should get D = 2.76*10^-16 m^/s as an answer for c)
Answer:

Explanation:
To solve this problem we use the expression for the temperature film

Then, we have to compute the Reynolds number

Re<5*10^{5}, hence, this case if about a laminar flow.
Then, we compute the Nusselt number

but we also now that

but the average heat transfer coefficient is h=2hx
h=2(8.48)=16.97W/m^{2}K
Finally we have that the heat transfer is

In this solution we took values for water properties of
v=16.96*10^{-6}m^{2}s
Pr=0.699
k=26.56*10^{-3}W/mK
A=1*0.5m^{2}
I hope this is useful for you
regards
Answer:
The provided length of the vertical curve is satisfactory for the reconstruction design speed of 60 mi/h
Explanation:
The explanation is shown on the first uploaded image