Answer:
E = 8.83 kips
Explanation:
First, we determine the stress on the rod:

where,
σ = stress = ?
F = Force Applied = 1300 lb
A = Cross-sectional Area of rod = 0.5
Therefore,

Now, we determine the strain:

Now, the modulus of elasticity (E) is given as:

<u>E = 8.83 kips</u>
Uh I’m just gonna say yes because I think this is just something random
Answer:
Stat PVC = Stat(82+98.5)
Stat PVT = Stat(59+71.5)
Explanation
PVI = 71 + 35
Let G1 = Grade 1; G2 = Grade 2
G1 = +2.1% ; G2 = -3.4%
Highest point of curve at station = 74 + 10
General equation of a curve:

At highest point of the curve 


Station PVT

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); } }
Answer:
16.38L
Explanation:
Through laboratory tests, thermodynamic tables were developed, these allow to know all the thermodynamic properties of a substance (entropy, enthalpy, pressure, specific volume, internal energy etc ..)
through prior knowledge of two other properties.
Quality is defined as the ratio between the amount of steam and liquid when a fluid is in a state of saturation, this means that since the quality is 50%, 1kg is liquid and 1kg is steam.
then to solve this problem we find the specific volume for ammonia in a saturated liquid state at 20C, and multiply it by mass (1kg)
v(amonia at 20C)=0.001638m^3/kg
m=(0.01638)(1)=0.01638m^3=16.38L