Answer:

Explanation:
g = Acceleration due to gravity at sea level = 
R = Radius of Earth = 6371000 m
h = Altitude of observatory = 4205 m
Change in acceleration due to gravity due to change in altitude is given by

Weight at sea level

Weight at the given height

Change in weight 
Her weight reduces by
.
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:
<h2>hope it helps you see the attachment for further information .....✌✌✌✌✌</h2>
Answer:
Geothermal energy.
Explanation:
Geothermal energy is called a renewable energy source because the water is replenished by rainfall, and the heat is continuously produced by the earth.