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 final velocity of the ball is, 12.03 m/s
Explanation :
By the 3rd equation of motion,

where,
s = distance covered by the object = 6.93 m
u = initial velocity = 2.99 m/s
v = final velocity = ?
a = acceleration = 
Now put all the given values in the above equation, we get the final velocity of the ball.


Thus, the final velocity of the ball is, 12.03 m/s
Answer:
it depends on the but i would recommend check in the front next to the turbo intake.
The answer is number 2) Increase the resistance of the concrete to freeze-thaw damage.
The answer is b, I hope this helps you