Answer:
hey answer in the comment section
Answer:
The magnitude of the force required to move the electron through the given field is 2.203 N
Explanation:
Given;
The field strength of the electron, E = 1.375 x 10¹⁹ N/C
charge of electron, q = 1.602 x 10⁻¹⁹ C
The magnitude of the force required to move the electron through the given field is calculated as follows;
F = Eq
F = (1.375 x 10¹⁹ N/C) (1.602 x 10⁻¹⁹ C)
F = 2.203 N
Therefore, the magnitude of the force required to move the electron through the given field is 2.203 N
Answer:
57 N
Explanation:
Were are told that the force
of gravity on Tomas is 57 N.
And it acts at an inclined angle of 65°
Thus;
The vertical component of the velocity is; F_y = 57 sin 65
While the horizontal component is;
F_x = 57 cos 65
Thus;
F_y = 51.66 N
F_x = 24.09 N
The net force will be;
F_net = √((F_y)² + (F_x)²)
F_net = √(51.66² + 24.09²)
F_net = √3249.0837
F_net = 57 N
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.
After a thorough research, there exists the same question that has choices and the link of the graph (http://i37.servimg.com/u/f37/16/73/53/52/graph410.png)
<span>Choices:
A. 160 meters
B. 80 meters
C. 40 meters
D. 20 meters
E. 0 meters
</span>
The correct answer is letter E. 0 meters.