Answer:
P=361.91 KN
Explanation:
given data:
brackets and head of the screw are made of material with T_fail=120 Mpa
safety factor is F.S=2.5
maximum value of force P=??
<em>solution:</em>
to find the shear stress
T_allow=T_fail/F.S
=120 Mpa/2.5
=48 Mpa
we know that,
V=P
<u>Area for shear head:</u>
A(head)=π×d×t
=π×0.04×0.075
=0.003×πm^2
<u>Area for plate:</u>
A(plate)=π×d×t
=π×0.08×0.03
=0.0024×πm^2
now we have to find shear stress for both head and plate
<u>For head:</u>
T_allow=V/A(head)
48 Mpa=P/0.003×π ..(V=P)
P =48 Mpa×0.003×π
=452.16 KN
<u>For plate:</u>
T_allow=V/A(plate)
48 Mpa=P/0.0024×π ..(V=P)
P =48 Mpa×0.0024×π
=361.91 KN
the boundary load is obtained as the minimum value of force P for all three cases. so the solution is
P=361.91 KN
note:
find the attached pic
Answer:
For civil engineering, the importance is that you want to ensure that your construction is in a good sturdy location.
Explanation:
Im at UNCC as a civil engineering student
Do you have a picture of the question?
Answer:
In the acid processes, deoxidation can take place in the furnaces, leaving a reasonable time for the inclusions to rise into the sla*g and so be removed before casting. Whereas in the basic furnaces, deoxidation is rarely carried out in the presence of the sla*g, otherwise phosphorus would return to the metal.
Answer:
int()
Explanation:
float() is using decimals, so that can't be it, like float(input( "how much does this cost?"))
print() is used to print something, not a user asking, like print("hello")
string() means like a whole, like string( I am good)
By elimination, int() is correct.
Hope this helps!