answersLogoWhite

0

The solution is made up of 20% O2 and 80% N2 based on the volumes provided.

User Avatar

AnswerBot

1y ago

What else can I help you with?

Related Questions

Does N2 contain three atoms?

No, nitrogen gas (N2) contains two nitrogen atoms.


Which molecule contains a covalent bond?

N2


Write a program that generates the Fibonacci series up to 200?

class Program { static void Main(string[] args) { int n1, n2, n3,i; n1 = 0; n2 = 1; for (i = 1; i <= 20; i++) { n3 = n1 + n2; if (n3 <= 200) { Console.WriteLine(n3); n1 = n2; n2 = n3; } } Console.ReadKey(); } }


Does N2 contains a polar covalent bond?

No. It contains non-polar covalent bond.


What is the solution for 25 equals n2?

n = +5 or -5


Does N2 contain covalent bonds?

Yes, An N2 molecules contains a triple covalent bond


Is N2 a pure substance or a solution?

Nitrogen (N) is a chemical element, not a solution; nitrogen can be obtained as a very pure gas.


Which molecules contains a triple covalent bonds?

Nitrogen gas (N2) contains a triple covalent bond between the two nitrogen atoms in the molecule. Carbon monoxide (CO) also contains a triple covalent bond between the carbon and oxygen atoms.


How many atoms does N2 have?

It has two atoms. Hence the two after the N.


Which Molecules contains a polar covalents bond O2 CO H2 N2?

CO


Which of N2 N2- N2 plus contain unpaired electrons?

N2+ and N2- I just did it on mastering chem and it worked I'm pretty sure its because when you count the valence electrons in N2+ and N2- you get 9 and 11 respectively because these are odd there has to be an unpaired electron in each


What substances contains a nonpolar covalent bond mgf2 nacl nh3 h2o n2?

MgF2 and NaCl are ionic. NH3 and H2O contain polar covalent bonds. N2 contains non polar covalent bond.