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.
Answer:
v=32.9m/s
Explanation:
The acceleration needed to mantain a circular motion of radius r and speed v is given by the equation 
This is the centripetal acceleration. The person will feel what is called a centrifugal acceleration, of the same value, because he is not in an inertial frame (thus subject to fictitious forces, product of inertia).
We want to know the speed of his head when it is subject to 12.5 times the value of the acceleration of gravity while moving on a 8.84m radius circle, so we must do:

Linear momentum of a truck is 1,50,000 kg.m/s
Explanation:
Linear momentum is the product of the mass and velocity of an object. It is a vector quantity, which have a magnitude and a direction.
Linear momentum is a property of an object which is in motion with respect to a reference point (i.e. any object changing its position with respect to the reference point).
It's SI units are kg.m/s
Linear momentum is a vector quantity.
Linear momentum formula (p) = mass × velocity
Given data mass = 5000 kg ; velocity = 30 m/s
P = 5000 × 30
Linear momentum p= 1,50,000 kg.m/s
Speed of wave is given as

Wavelength of the wave is given as

now from the formula of wave time period we can say




so it will have time period of T = 4 s
No, aluminum has a density near 2.7 g/cm^3
<span>7.8 g/cm^3 is near the density of iron (or in the case of a fork, steel).
this is it
</span>