Answer & Explanation:
//written in java
public class Main {
public static void main(String[] args) {
//declare a char variable for a, b, c
char a;
char b;
char c;
//assign a b and c
//a b and c can be replaced for with
// '#', '$', '%', then with '1', '2', '3'
// for further testing
a = 'x';
b = 'y';
c = 'z';
//output for all possible combination for a, b, c.
System.out.println("" + a + b + c + " " + a + c + b + " " + b + a + c +
" " + b + c + a + " " + c + a + b + " " + c + b + a);
}
}
Answer
Explanation:
so the velocity is 39 feet per sec so the impact is 720 cm from the ground
take 720 * 39 sq
Answer:
Part 1: The diameter of the shaft so that the shear stress is not more than 150 MPa is 17.3 mm.
Part 2: The diameter of the shaft so that the twist angle is not more than 7° is 16.9 mm.
Explanation:
Part 1
The formula is given as
Here T is the torque which is given as 155 Nm
J is the rotational inertia which is given as
τ is the shear stress which is given as 150 MPa
R is the radius which is given as d/2 so the equation becomes
So the diameter of the shaft so that the shear stress is not more than 150 MPa is 17.3 mm.
Part 2
The formula is given as
Here T is the torque which is given as 155 Nm
J is the rotational inertia which is given as
G is the torsional modulus which is given as 114 GPa
L is the length which is given as 720 mm=0.720m
θ is the twist angle which is given as 7° this is converted to radian as
so the equation becomes
So the diameter of the shaft so that the twist angle is not more than 7° is 16.9 mm.
Answer:
Self energizing brake shoe produces more Torque
Explanation:
Attached below is the sketches of the various cases
<u>The cases are :</u>
case 1 ; deenergizing
case 2 ; self energizing
case 3 ; produces high braking torque
For a brake to be self energizing when the Frictional torque and braking torque are in the same direction
<em>summary from equation 3 </em>
when: b > uc the brake is controllable
b = uc It is self locking
b < uc The brake is uncontrollable
Answer: option B.(1) and (3)
(1). Material flow is determined by the need of the downstream workstation
(3). A single piece flow is ideal for a push system and not for a pull system
Explanation:
A pull system is a Lean manufacturing principle created to reduce waste in the production process. A pull system is to build products based on actual demand and not on forecasts.
One of the most important principles in the Lean Philosophy is the Pull Principle. The Pull principle is based on the assumption that one should only produce what is asked for by the customer. The Pull principle can be applied in more than just production, it can be applied in the office and even in life.