Answer:
Explanation:
The python code to generate this is quite simple to run.
i hope you understand everything written here, you can as well try out other problems to understand better.
First to begin, we import the package;
Code:
import pandas as pd
import matplotlib.pyplot as plt
name = input('Enter name of the file: ')
op = input('Enter name of output file: ')
df = pd.read_csv(name)
df['Date'] = pd.to_datetime(df["Date"].apply(str))
plt.plot(df['Date'],df['Absent']/(df['Present']+df['Absent']+df['Released']),label="% Absent")
plt.legend(loc="upper right")
plt.xticks(rotation=20)
plt.savefig(op)
plt.show()
This should generate the data(plot) as seen in the uploaded screenshot.
thanks i hope this helps!!!
Answer:
<em><u>THE ANSWER IS: B</u></em>
Explanation:
I took the Unit test and the answer is B
Answer:
Either D or C
Both of these masks are used for dust, but since half masks are generally cheaper and easier to use, I'd go with C.
If this is correct, I'd appreciate a brainliest.
Answer:
1425.78 N.m
Explanation:
Moments of force is calculated as ;
Moments= Force * distance
M= F*d
The S.I unit for moment of force is Newton-meter (N.m)
Given in the question;
Force = 72 lbs
1 pound = 4.45 N
72 lbs = 4.45 * 72=320.4 N
Distance= 15 ft
1ft= 0.3048 m
15 ft = 15*0.3048 = 4.57 m
d= 4.57 m
M= F*d
M=320.4*4.57 =1425.78 N.m
Answer:
minimum factor of safety for fatigue is = 1.5432
Explanation:
given data
AISI 1018 steel cold drawn as table
ultimate strength Sut = 63.800 kpsi
yield strength Syt = 53.700 kpsi
modulus of elasticity E = 29.700 kpsi
we get here
= ...........1
here kb and kt = 1 combined bending and torsion fatigue factor
put here value and we get
=
= 12 kpsi
and
= ...........2
put here value and we get
=
= 17.34 kpsi
now we apply here goodman line equation here that is
...................3
here Se = 0.5 × Sut
Se = 0.5 × 63.800 = 31.9 kspi
put value in equation 3 we get
solve it we get
FOS = 1.5432