Uniformly around the globe. it is mostly found in earths atmosphere.
Answer:
V = - 0.5 [m/s]
Explanation:
In order to solve this problem, we must use the principle of relative speeds. This is for an observer who is on the edge of the river he can see how the river moves to the left and the woman tries to move to the right but can not since:
![V_{total}=-3+2.5\\V_{total}=-0.5 [m/s]](https://tex.z-dn.net/?f=V_%7Btotal%7D%3D-3%2B2.5%5C%5CV_%7Btotal%7D%3D-0.5%20%5Bm%2Fs%5D)
That is, the person sees how the woman moves to the left but with avelocity of 0.5 [m/s] to the left
Explanation:
When,the vehicle has uniform velocity, it's acceleration becomes zero
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.
Force = mass x acceleration
15 = mass x 4
Mass = 15/4
Mass = 3.75 Kg