The force (F) of attraction or repulsion between two point charges (Q1 and Q2) is given by the following rule:
F = <span>(k * q1 * q2) / (r^2) where:
</span>q1 and q2 are the charges
k is coulomb's constant = 9 x 10^9<span> N. m</span>2/ C<span>2
</span>r is the distance between the two charges.
Applying the givens in the mentioned equation, we find that:
F = (9 x 10^9<span> x 0.07 x 10^6 x 2) / (0.0108)^2 = 1.08 x 10^19 n </span>
Answer:
Drawing the triangle:
H / x = tan 52.2 = 1.29
H / (4.6 - x) = tan 28.8 = .550
H = 1.29 x
H = .55 * 4.6 - .55 x
1.84 x = 2.53 combining equations
x = 1.38
4.6 - 1.38 = 3.22
Total base of triangle = 1.38 + 3.22 = 4.6
H / x = tan 52,2 = 1.29
H = 1.29 * 1.38 = 1.78 height of triangle
Check:
1.78 / 3.22 = tan 28.9
This agrees with the given value of 28.8
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:
magnification will be -0.025
Explanation:
We have given the radius of curvature = 12 cm
And object distance = 3 m
So focal length 
Now for mirror we know that
So 

v = 0.750 m
Now magnification of the mirror is 
Answer;
the potential difference
The magnitude of the electric current is directly proportional to the potential difference of the electric field
Explanation;
An electric current results from the collective movement of free charges under the effect of an electric field. An electric field exists and can be observed in the space around a single charge or a number of charges.
Electric fields cause charges to move. It stands to reason that an electric field applied to some material will cause currents to flow in that material. In other words, the current density is directly proportional to the electric field. The constant of proportionality σ is called the material’s conductivity.