Answer =
dial bore gauge
a “dial bore gauge” measures the inside of round holes, such as the bearing journals . can mesure up to 2” and 6” diameter holes .
when ( “ ) is next to a number it means inches fwi - but hope this helped have a good day :)
Answer:
The answer to this question is 1273885.3 ∅
Explanation:
<em>The first step is to determine the required hydraulic flow rate liquid if working pressure and if a cylinder with a piston diameter of 100 mm is available.</em>
<em>Given that,</em>
<em>The distance = 50mm</em>
<em>The time t =10 seconds</em>
<em>The force F = 10kN</em>
<em>The piston diameter is = 100mm</em>
<em>The pressure = F/A</em>
<em> 10 * 10^3/Δ/Δ </em>
<em> P = 1273885.3503 pa</em>
<em>Then</em>
<em>Power = work/time = Force * distance /time</em>
<em> = 10 * 1000 * 0.050/10</em>
<em>which is =50 watt</em>
<em>Power =∅ΔP</em>
<em>50 = 1273885.3 ∅</em>
Answer:
I don't know ask my dad he would
Explanation:
but I can't ask him because he went to get milk and forgot to come back
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
Answer:
B. Based on the allowable shear stress, but the allowable normal stress should always be checked to be sure it is not exceeded
Explanation:
Shear stress is analyzed to determine the shear forces along the lenght of the beam. This is represented in a shear force diagram. The beam cross sectional design is determined in such a way as to minimize the shear stress. Allowable normal stress should always be checked in a structure if failure is to be prevented.