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
Answer:
//The program prompts user to input three integers and it displays them, adds and gets their average
//begin
public class Test
{
public static void Main()
{
//input intergers
int[] score = new int[3];
int avg,rem,sum = 0;
for(int i=0;i<3;i++)
{
Console.WriteLine("Enter an integer score ");
score[i] = Convert.ToInt32(Console.ReadLine());
sum = sum + score[i];
}
avg = sum/3;
rem = sum%3;
Console.WriteLine("The average of "+score[0]+","+score[1]+","+score[2]+" is "+avg +" with a remainder of "+rem);
}
}
Answer: C. There is no relationship
Explanation:
At the various temperatures, the flow rates do not seem to show any relation as similar temperatures can yield different flow rates.
The flow rates neither appear to generally increase nor decrease as a result of a decrease or an increase in temperature which means that there is a lack of a positive, negative and curvilinear relationship.
There is simply no relationship.
The separation and purification process is used for DEVELOPING VACCINES. The development of vaccines must follow strict guidelines.
A vaccine is a biological preparation used to protect against harmful diseases (e.g., viruses) in a simple and safe manner.
Vaccine purification is a strict process consisting of clarification, concentration and chromatography in order to separate the extract that contains the active principle of the vaccine.
The techniques used for vaccine filtration include membrane filtration, depth filtration and centrifugation.
Learn more about vaccines here:
brainly.com/question/6683555