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.
<span>
In layman's term: </span>like charges don't attract while opposite charges do<span>electrostatic forces between point A( which is charged) and point B (which is also charged) are proportional to the charge of point A and point B. </span><span>there is also something else about this law that I don't quite remember.</span>
<span>___________________________________________________</span>
<span />Here is the formula:
<span>F = k x Q1 x Q2/d^<span>2</span></span>
<span>What the formula means:</span>
F=force between charges
Q1 and Q2= amount of charge
d=distance between these two charges
k= Coulombs constant (proportionally constant)
________________________________________________
I think that about covers it and hopefully this helped.
106.68 centimetres are in 3.50 feet
Answer:
The speed the bat is gaining on its prey is 0.03m/s
Explanation:
Given;
speed of the bat, v₀ = 3.7 m/s
frequency of the bat, F₀ = 36 kHz
frequency of the source, Fs = 36.79
This is relative motion between a source of the sound and the observer. The phenomenon is known as Doppler effect.
Apply the following equation to determine the speed of the insect which is the source;
![F_0 = F_s[\frac{v+v_0}{v-v_s} ]\\\\\frac{F_0}{F_s} = [\frac{v+v_0}{v-v_s} ]\\\\\frac{36.79}{36} = \frac{340+3.7}{340-v_s}\\\\1.0219 = \frac{343.7}{340-v_s}\\\\ 340-v_s = \frac{343.7}{1.0219}\\\\340-v_s = 336.33\\\\v_s = 340-336.33\\\\v_s = 3.67 \ m/s](https://tex.z-dn.net/?f=F_0%20%3D%20F_s%5B%5Cfrac%7Bv%2Bv_0%7D%7Bv-v_s%7D%20%5D%5C%5C%5C%5C%5Cfrac%7BF_0%7D%7BF_s%7D%20%3D%20%5B%5Cfrac%7Bv%2Bv_0%7D%7Bv-v_s%7D%20%5D%5C%5C%5C%5C%5Cfrac%7B36.79%7D%7B36%7D%20%3D%20%5Cfrac%7B340%2B3.7%7D%7B340-v_s%7D%5C%5C%5C%5C1.0219%20%3D%20%5Cfrac%7B343.7%7D%7B340-v_s%7D%5C%5C%5C%5C%20%20340-v_s%20%3D%20%5Cfrac%7B343.7%7D%7B1.0219%7D%5C%5C%5C%5C340-v_s%20%3D%20336.33%5C%5C%5C%5Cv_s%20%3D%20340-336.33%5C%5C%5C%5Cv_s%20%3D%203.67%20%5C%20m%2Fs)
The speed the bat is gaining on its prey = 3.7m/s - 3.67m/s = 0.03 m/s
Therefore, the speed the bat is gaining on its prey is 0.03m/s
THE ANSWER IS : THERE ARE ONLY ABOUT 100 DIFFERENT KINDS OF ATOMS THAT COMBINE TO FORM ALL SUBSTANCES
Explanation: