c tell your parents it could be someone very dangerous and meeting people online can be very risky I would also tell my bsf just for fun tho
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.
The equation for electrical power is<span>P=VI</span>where V is the voltage and I is the current. This can be rearranged to solve for I in 6(a).
6(b) can be solved with Ohm's Law<span>V=IR</span>or if you'd like, from power, after substituting Ohm's law in for I<span>P=<span><span>V2</span>R</span></span>
For 7, realize that because they are in parallel, their voltages are the same.
We can find the resistance of each lamp from<span>P=<span><span>V2</span>R</span></span>Then the equivalent resistance as<span><span>1<span>R∗</span></span>=<span>1<span>R1</span></span>+<span>1<span>R2</span></span></span>Then the total power as<span><span>Pt</span>=<span><span>V2</span><span>R∗</span></span></span>However, this will reveal that (with a bit of algebra)<span><span>Pt</span>=<span>P1</span>+<span>P2</span></span>
For 8, again the resistance can be found as<span>P=<span><span>V2</span>R</span></span>The energy usage is simply<span><span>E=P⋅t</span></span>
Answer:
F = 0.1575 N
Explanation:
When the third sphere touches the first sphere, the charge is distributed between both spheres, then now the first sphere has only half of his original charge.
In this moment then
Sphere one has a charge = Q/2
Sphere three has a charge = Q/2
Now when the third sphere touches the second sphere again the charge is distributed in a manner that both sphere has the same charge.
How the total charge is Q = Q/2 + Q = 3/2Q, when the spheres are separated each one has 3/4Q
Sphere two has a charge = 3/4Q
Sphere three has a charge = 3/4Q
The electrostatic force that acts on sphere 2 due to sphere 1 is:
F = 
F= 
how
= 0.42
Then
F = 
F = 0.1575 N
Answer:
The cornea of an eye is avascular
Explanation:
The healing process in case of a cornea transplant is slow, because the cornea is of an eye is avascular, i.e., it does not contain blood vessels and in the absence of the blood vessels in the cornea tissue the nutrients and oxygen is not able to get delivered there.
Thus the immune system, without the blood vessels in the cornea is weak and hence healing takes time in case of cornea transplant.