Answer:
// Program is written in C++ Programming Language
// Comments are used for explanatory purpose
// Program Starts here
#include<iostream>
using namespace std;
int main ()
{
// Declare Variables
int quarter, dimes, nickel, cent;
// Enter values for each
cout<<"Quarter: ";
cin>>quarter;
cout<<"Dimes: ";
cin>>dimes;
cout<<"Nickels: ";
cin>>nickel;
/*
In the United States, these coins have the following values
Quarter = 25 cents
Done = 10 cents
Nickel = 5 cent
Total cent is calculated below
*/
cent = 25 * quarter + 10 * dimes + 5 * nickel;
// Print Total
cout<<"The coins are worth "<<cent<<" cents";
return 0;
}
Answer:
The answer to your question is:
Explanation:
Data
moles H=?
moles of N = 0.0969
moles of NH₃=?
N₂ (g) + 3 H₂ (g) ⇒ 2NH₃ (g)
Process
1.- Set a rule of three to calculate the moles of hydrogen
1 mol of nitrogen ------------- 3 moles of hydrogen
0.0969 moles of N ---------- x
x = (0.0969 x 3) / 1
x = 0.2907 moles of hydrogen
2.- Set a rule of three to calculate the moles of ammonia
1 mol of nitrogen -------------- 2 moles of ammonia
0.0969 mol of N -------------- x
x = (0.0969 x 2) / 1
x = 0.1938 moles of ammonia
1) T
2) F- the heart pumps blood
3) T
4) F- atria and ventricles
5) T
6) T
7) T
8) T
9) F- your heart rate goes down but doesn't stop
10) T
1) D
2) B
3) A
4) E
5)C
Answer:

Explanation:
We know, 
where, R = 0.0821 L.atm/(mol.K), T is temperature in kelvin and
is difference in sum of stoichiometric coefficient of products and reactants
Here
and T = 311 K
So, ![K_{p}=(0.0111)\times [(0.0821L.atm.mol^{-1}.K^{-1})\times 311K]^{-1}=4.35\times 10^{-4}](https://tex.z-dn.net/?f=K_%7Bp%7D%3D%280.0111%29%5Ctimes%20%5B%280.0821L.atm.mol%5E%7B-1%7D.K%5E%7B-1%7D%29%5Ctimes%20311K%5D%5E%7B-1%7D%3D4.35%5Ctimes%2010%5E%7B-4%7D)
Hence value of equilibrium constant in terms of partial pressure
is 
Answer:
number of dozens = 4.35834 * 10^21 dozens
Explanation:
A dozen contains 12 atoms. To know the number of dozens containing
5.23 * 10^22 atoms, all we have to do is cross multiplication as follows:
1 dozen ...........> 12 atoms
?? dozens ......> <span>5.23 * 10^22
number of dozens = (</span><span>5.23 * 10^22 *1) / (12)
number of dozens = 4.35834 * 10^21 dozens
Hope this helps :)</span>