Answer:
d= 4.079m ≈ 4.1m
Explanation:
calculate the shaft diameter from the torque, \frac{τ}{r} = \frac{T}{J} = \frac{C . ∅}{l}
Where, τ = Torsional stress induced at the outer surface of the shaft (Maximum Shear stress).
r = Radius of the shaft.
T = Twisting Moment or Torque.
J = Polar moment of inertia.
C = Modulus of rigidity for the shaft material.
l = Length of the shaft.
θ = Angle of twist in radians on a length.
Maximum Torque, ζ= τ × \frac{ π}{16} × d³
τ= 60 MPa
ζ= 800 N·m
800 = 60 × \frac{ π}{16} × d³
800= 11.78 × d³
d³= 800 ÷ 11.78
d³= 67.9
d= \sqrt[3]{} 67.9
d= 4.079m ≈ 4.1m
Answer:
8*10000+3*1000+1*00+2*10+2
Explanation:
Answer: False
explanation: for a bloodborne pathogen to spread you would have to have an open wound as well as the blood would have to get in it.
Answer:
Option C: water pressure.
Explanation:
Water pressure allows water to reach the top of a building.
The C++ code that would draw all the iterations in the selection sort process on the array is given below:
<h3>C++ Code</h3>
#include <stdio.h>
#include <stdlib.h>
int main() {
int i, temp1, temp2;
int string2[16] = { 0, 4, 2, 5, 1, 5, 6, 2, 6, 89, 21, 32, 31, 5, 32, 12 };
_Bool check = 1;
while (check) {
temp1 = string2[i];
temp2 = string2[i + 1];
if (temp1 < temp2) {
string2[i + 1] = temp1;
string2[i] = temp2;
i = 0;
} else {
i++;
if (i = 15) {
check = !check;
}
}
}
return 0;
}
Read more about C++ programming here:
brainly.com/question/20339175
#SPJ1