Answer:
165 mm
Explanation:
The mass on the piston will apply a pressure on the oil. This is:
p = f / A
The force is the weight of the mass
f = m * a
Where a in the acceleration of gravity
A is the area of the piston
A = π/4 * D1^2
Then:
p = m * a / (π/4 * D1^2)
The height the oil will raise is the heignt of a colum that would create that same pressure at its base:
p = f / A
The weight of the column is:
f = m * a
The mass of the column is its volume multiplied by its specific gravity
m = V * S
The volume is the base are by the height
V = A * h
Then:
p = A * h * S * a / A
We cancel the areas:
p = h * S * a
Now we equate the pressures form the piston and the pil column:
m * a / (π/4 * D1^2) = h * S * a
We simplify the acceleration of gravity
m / (π/4 * D1^2) = h * S
Rearranging:
h = m / (π/4 * D1^2 * S)
Now, h is the heigth above the interface between the piston and the oil, this is at h1 = 42 mm. The total height is
h2 = h + h1
h2 = h1 + m / (π/4 * D1^2 * S)
h2 = 0.042 + 10 / (π/4 * 0.14^2 * 0.8) = 0.165 m = 165 mm
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:
(a) Precipitation hardening
(1) The strengthening mechanism involves the hindering of dislocation motion by precipitates/particles.
(2) The hardening/strengthening effect is not retained at elevated temperatures for this process.
(4) The strength is developed by a heat treatment.
(b) Dispersion strengthening
(1) The strengthening mechanism involves the hindering of dislocation motion by precipitates/particles.
(3) The hardening/strengthening effect is retained at elevated temperatures for this process.
(5) The strength is developed without a heat treatment.
Answer:
(d) a and c are correct
Explanation:
METALS : Metal are those materials which has very high ductility, high modulus of elasticity, good thermal and electrical conductivity
for example : iron, gold ,silver, copper
ALLOYS: Alloys are those materials which are made up of combining of two or more than two metals these also have good thermal and electrical conductivity and me liable property
for example ; bronze and brass
so from above discussion it is clear that option (d) will be the correct option