Answer: 20.4752789138x x 10^23 atoms
To count how many atoms in moles you need to know Avogadro's number. Avogadro's number dictate that for every mole there is 6.022140857 × 10^23 molecule/atoms.
Then 3.4 moles of helium will be 3.4x 6.022140857 x 10^23 atoms= 20.4752789138x x 10^23 atoms
In almost every case in nature, adding heat to a liquid
causes the density of the liquid to decrease. That is,
when the liquid gets warmer, it expands and occupies
more space.
The one big exception to this rule is water !
Starting with a block of ice at zero°C (32°F), as the ice melts,
becomes water at zero°C, and all the way to 4°C (about 39°F),
its density increases all the way. That is, it shrinks and occupies
less volume as it goes from ice at zero°C to water at 4°C.
This sounds like an interesting but insignificant quirk ... until
you realize that if water didn't do this, then life on Earth would
be impossible !
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.
Kinetic and potential energy he has the ability to make a meal and because he is making the meal
Answer:
C) Plastic
Explanation:
Copper, silver, and gold all conduct electricity. Therefore, the material that would provide the most resistance for electricity would be plastic.