Answer:

Given:
Initial velocity (u) = 30 m/s
Final speed (v) = 0 m/s
Acceleration (a) = - 1.5 m/,s²
To Find:
Time in which train will come to rest (t).
Explanation:

So,
Time in which train will come to rest = 20 seconds
Frequency (f) = 500 hz (SI)
Velocity (V) = 1250 m/s (SI)
Wavelength (Lambda) = ? meters

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.
F = 52000 N
m = 1060 kg
a= F/m = 52000 N/1060 kg = 49.0566 m/s^2
Yes... This is a question google could answer. Just Saying