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:
The perceived economic impact of CO2 generated per year by lighting sstem is $8164.67.
Explanation:
The CO2 requirement for the plant is:
Amount of CO2 per year = (2.4 lb / KWh)(300,000 KWh)
Amount of CO2 per year = (720000 lb)(1 ton/ 2204.62 lb)
Amount of CO2 per year = 326.59 ton
The perceived economic impact of CO2 generated per year will then be:
Economic Impact = ($25 / ton)(326.59 ton)
<u>Economic Impact = $8164.67</u>
Answer:
Explanation:
given data:
pressure 1 MPa
diameter of pipe = 30 cm
average velocity = 10 m/s
area of pipe
A = 0.070 m2
WE KNOW THAT mass flow rate is given as
for pressure 1 MPa, the density of steam is = 4.068 kg/m3
therefore we have
Answer:
Explanation:
Pie charts generally should have no more than eight segments.