Answer:
One of the reasons why flashover fires are more prevalent today than it was in the past is that homes and furniture today are made from materials that are far more combustible than those of previous years.
Explanation:
A flashover fire is the rapid ignition and combustion of all flammable materials in an enclosed vicinity in a very short period of time.
Thirty years ago, the average escape time from a house that was on fire is about sixteen and fifty seconds...that would be approximately seventeen minutes. Presently that figure is down to four minutes.
One of the reasons identified is that the internal and external appurtenances especially furniture in use today are more combustible than those of previous years. That is, as they burn, they produce more heat and disintegrate faster.
The reason identified for this is, old houses were made of more natural materials such as real wood etc whilst the furniture and curtains in modern houses are mostly from synthetic materials.
Cheers
Answer:
26 lbf
Explanation:
The mass of the satellite is the same regardless of where it is.
The weight however, depends on the acceleration of gravity.
The universal gravitation equation:
g = G * M / d^2
Where
G: universal gravitation constant (6.67*10^-11 m^3/(kg*s))
M: mass of the body causing the gravitational field (mass of Earth = 6*10^24 kg)
d: distance to that body
15000 miles = 24140 km
The distance is to the center of Earth.
Earth radius = 6371 km
Then:
d = 24140 + 6371 = 30511 km
g = 6.67*10^-11 * 6*10^24 / 30511000^2 = 0.43 m/s^2
Then we calculate the weight:
w = m * a
w = 270 * 0.43 = 116 N
116 N is 26 lbf
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:
Tech A is correct
Explanation:
Tech A is right as its V- angle is identified by splitting the No by 720 °. Of the piston at the edge of the piston.
Tech B is incorrect, as the V-Angle will be 720/10 = 72 for the V-10 motor, and he says 60 °.