I thinks its He uses proof to show the evidence is relevant. But im not totally positive on it hope this helps
Answer:
A
Explanation:
because u are subtracting if this is from flvs that is what i did and it was right
Explanation:
The criteria for decision making would be
1. I would fund for the school of young diabetics, for the sole purpose of them leaning and being motivated for a healthy lifestyle.
2. I would also fund for new and improved insulin pumps as old ones cause multiple problems.
Answer:
#include <iostream>
#include <vector>
using namespace std;
int main() {
const int NUM_GUESSES = 3;
vector<int> userGuesses(NUM_GUESSES);
int i = 0;
int uGuess = 0;
for(i = 0; i <= userGuesses.size() - 1; i++){
cin >> uGuess;
userGuesses.at(i) = uGuess;
}
cout << endl;
return 0;
}
Explanation:
First inbuilt library were imported. Then inside the main( ) function, 3 was assigned to NUM_GUESSES meaning the user is to guess 3 numbers. Next, a vector was defined with a size of NUM_GUESSES.
Then a for-loop is use to receive user guess via cin and each guess is assigned to the vector.
Explanation:
Let us first calculate long does it take to go 12m at 30m/s( assumed speed)
12/30 = 0.4 seconds
horizontal distance the ball drop in that time
H= (0)(0.4)+1/2(-9.8)(0.4)2
H= -0.78m
negative sign shows that the height of the ball at the net from the top.
Height of the ball at the net and from the ground= H1-H=2.4-0.78=1.62m
As 1.62m>0.9m so the ball will clear the net.
H_1= V0y t’ + ½ g t’^2
-2.4= (0)t’ + ½ (-9.8) t’^2
t’= 0.69s
X’=V0x t’
X’=(30)(0.96)
X’= 20.7m