Answer: hello some aspects of your question is missing below is the missing information
The gas tank is made from A-36 steel and has an inner diameter of 1.50 m.
answer:
≈ 22.5 mm
Explanation:
Given data:
Inner diameter = 1.5 m
pressure = 5 MPa
factor of safety = 1.5
<u>Calculate the required minimum wall thickness</u>
maximum-shear-stress theory ( σ allow ) = σγ / FS
= 250(10)^6 / 1.5 = 166.67 (10^6) Pa
given that |σ| = σ allow
3.75 (10^6) / t = 166.67 (10^6)
∴ t ( wall thickness ) = 0.0225 m ≈ 22.5 mm
Answer:
# Initialize a dictionary with the keys
contestants = {"Darci Lynne":0, "Angelica Hale":0, "Angelina Green":0};
# Repeatedly prompt the user for a contestant name to vote for
while True:
# Prompting user for contestant name
cName = input("Enter contestant name to vote: ");
# Checking for Done
if cName.lower() == "done":
break;
# Checking in dictionary
if cName in contestants.keys():
# Updating vote value
contestants[cName] += 1
# New entry
else:
contestants[cName] = 1
# Printing header
print("\n%-20s %-15s\n" %("Contestant Name", "Votes Casted"))
# Printing results
for contestant in contestants:
print("%-23s %-15d" %(contestant, contestants[contestant]))
Answer:
Why is a metal work enclosure dangerous? Metalworkers are not only exposed to pollutants from metal cut ting and polishing procedures, but they are also exposed to metalworking fluids (MWF).
The answer is
D. checking the engine's temperature