Answer:
41.5° C
Explanation:
Given data :
1025 steel
Temperature = 4°C
allowed joint space = 5.4 mm
length of rails = 11.9 m
<u>Determine the highest possible temperature </u>
coefficient of thermal expansion ( ∝ ) = 12.1 * 10^-6 /°C
Applying thermal strain ( Δl / l ) = ∝ * ΔT
( 5.4 * 10^-3 / 11.9 ) = 12.1 * 10^-6 * ( T2 - 4 )
∴ ( T2 - 4 ) = ( 5.4 * 10^-3 / 11.9 ) / 12.1 * 10^-6
hence : T2 = 41.5°C
Customer service
Since she has reckless driving and her record, anything involving driving of some sorts mechanics as well won’t work well with her!! Hope this helps
Answer:
Two Python codes are explained for the problem. Modify as appropriate
Explanation:
<u>CODE 1:</u>
def string_contains(input_string): # called function
if(input_string.__contains__('z')): # Check input_string contains 'z'
print('has the letter z.') # print input_string contains 'z'
else:
print('not worthwhile.') # print if input_string not contains 'z'
input_string = input('Please enter the string: ') # ACeept string from user
string_contains(input_string) # calling function where we pass input_string as actual parameter
<u>CODE 2:</u>
def string_contains(input_string):
for x in input_string:
if x=='z':
return 'has the letter z'
return 'not worthwhile'
Answer:
F = 33,324,295.32N
Explanation:
We will first of all find the height at which the plate is inclined. We use sine rule in this case
SinΘ = Opp/hyp
Opp=h, hyp=19m, Θ=35°
h = 19xSin35 = 10.899m
Therefore height h=10.899+4 = 14.899m
We then Calculate Area of the plate
Area = 12x19 = 228m²
Finally, we use an online software to calculate the Hydrostatic pressure
The result from the online computation is attached.
The pressure is p = 146159.19Pa
But pressure p is
Pressure=Force/Area
Making Force the subject
Hydrostatic Force = Pressure x Area
F= 146159.19 x 228 = 33,324,295.32N
F = 33,324,295.32N