Answer:
See explaination
Explanation:
int RED=10; int BLUE=11; int GREEN=12; int BUTTON1=8; int BUTTON2=9; void setup() { pinMode(RED, OUTPUT); pinMode(BLUE, OUTPUT); pinMode(GREEN, OUTPUT); pinMode(BUTTON1, INPUT); pinMode(BUTTON2, OUTPUT); } void loop() { int BTN1_STATE=digitalRead(BUTTON1); int BTN2_STATE=digitalRead(BUTTON2); if(BTN1_STATE==HIGH) { digitalWrite(BLUE, HIGH); delay(1000); // Wait for 1 second digitalWrite(BLUE, LOW); } if(BTN2_STATE==HIGH) { digitalWrite(RED, HIGH); delay(4000); // Wait for 4 seconds digitalWrite(RED, LOW); } if(BTN1_STATE==HIGH && BTN2_STATE==HIGH) { digitalWrite(GREEN, HIGH); delay(2000); // Wait for 2 second digitalWrite(GREEN, LOW); } }
Like the price to manufacture?
The question is incomplete. The complete question is :
The solid rod shown is fixed to a wall, and a torque T = 85N?m is applied to the end of the rod. The diameter of the rod is 46mm .
When the rod is circular, radial lines remain straight and sections perpendicular to the axis do not warp. In this case, the strains vary linearly along radial lines. Within the proportional limit, the stress also varies linearly along radial lines. If point A is located 12 mm from the center of the rod, what is the magnitude of the shear stress at that point?
Solution :
Given data :
Diameter of the rod : 46 mm
Torque, T = 85 Nm
The polar moment of inertia of the shaft is given by :


J = 207.6 
So the shear stress at point A is :



Therefore, the magnitude of the shear stress at point A is 4913.29 MPa.
Answer:
the quality of the refrigerant exiting the expansion valve is 0.2337 = 23.37 %
Explanation:
given data
pressure p1 = 1.4 MPa = 14 bar
temperature t1 = 32°C
exit pressure = 0.08 MPa = 0.8 bar
to find out
the quality of the refrigerant exiting the expansion valve
solution
we know here refrigerant undergoes at throtting process so
h1 = h2
so by table A 14 at p1 = 14 bar
t1 ≤ Tsat
so we use equation here that is
h1 = hf(t1) = 332.17 kJ/kg
this value we get from table A13
so as h1 = h2
h1 = h(f2) + x(2) * h(fg2)
so
exit quality = 
exit quality = 
so exit quality = 0.2337 = 23.37 %
the quality of the refrigerant exiting the expansion valve is 0.2337 = 23.37 %