Answer:
Explanation:
Given that:
Torque T = 2300 lb - ft
Bending moment M = 1500 lb - ft
axial thrust P = 2500 lb
yield points for tension σY= 100 ksi
yield points for shear τY = 50 ksi
Using maximum-shear-stress theory

where;






where;






Let say :

Then :



According to trial and error;
c = 0.75057 in
Replacing c into equation (1)




The required diameter d = 2c
d = 1.50 in or 0.125 ft
Answer:
<h2>the answer of sols brother is correct</h2><h3>hope it helps you have a good day</h3><h2 />
Let “w” and “L” be the width and length of the rectangle. “p” and “a” are perimeter and area
For python,
w=int(input(“width”))
l=int(input(“length”))
a= w*l
p=2*w+2*l
print(str(a), str(p)