multiply grav pull by mass of astro maybe with a calculator
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.
Any one trial might have been done incorrectly.
Explanation:
It is given that, two teams are playing tug of war.
Force applied by Team A, 
Force applied by Team B, 
We need to find the net force acting on the rope. It is equal to :



So, the net force acting on the rope is 35 N and it is acting toward right. Hence, this is the required solution.
Answer:
10581.59 V
Explanation:
We are given that
Magnetic field=B=0.65 T
Speed of electron=
Charge on electron, 
Mass of electron,
We have to find the potential difference in volts required in the first part of the experiment to accelerate electrons.

Where V=Potential difference
Mass of electron
v=Velocity of electron
Using the formula


Hence, the potential difference=10581.59 V