Answer:
62.64 RPM.
Explanation:
Given that
m= 4.6 g
r= 19 cm
μs = 0.820
μk = 0.440.
The angular speed of the turntable = ω rad/s
Condition just before the slipping starts
The maximum value of the static friction force =Centripetal force


Therefore the speed in RPM will be 62.64 RPM.
Probably because the earth is stationary rotating on its axis whereas the baseball is the one doing all of the movement after being thrown
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:
128.9 N
Explanation:
The force exerted on the golf ball is equal to the rate of change of momentum of the ball, so we can write:

where
F is the force
is the change in momentum
is the time interval
The change in momentum can be written as

where
m = 0.04593 kg is the mass of the ball
u = 0 is the initial velocity of the ball
is the final velocity of the ball
Substituting into the original equation, we find the force exerted on the golf ball:
