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:
Explanation:
given,
diameter of merry - go - round = 2.40 m
moment of inertia = I = 356 kg∙m²
speed of the merry- go-round = 1.80 rad/s
mass of child = 25 kg
initial angular momentum of the system
final angular momentum of the system
from conservation of angular momentum
You multiply the mass by the acceleration 82*7.5=615; that's what I would do
Any change in the speed or direction of motion is called "acceleration". You'll hear "deceleration" used for slowing down but that's not technically correct.
Try This Method(substitute your values)
Centripetal force = Mass X Velocity^2/ Radius
<span>F= mv^2/r </span>
<span>so 80.5 X 40^2/200 </span>
<span>=644N</span>