Skip to main content

What is the volume occupied by 14 gm of O2 at S.T.P?

The ideal gas law is an idealized relationship between pressure, temperature, number of moles, and volume of a given gas. It is derived from the Kinetic Theory of Gases and relies on the assumption that:


1. Gases are comprised of a large number of atoms or molecules moving according to the laws of motions,


2. The atoms and/or molecules are negligibly tiny, and their size is almost nothing compared to the distance between neighboring particles,


3. The atoms and/or molecules are independent - i.e. they do not interact with each other, other than during elastic collisions, which happen instantaneously.


According to the ideal gas law, PV = nRT, where R is the ideal gas constant, 0.0821 Latm/molK. At STP (standard temperature and pressure), T = 273.15K and P = 1 atm.


We want to know the volume occupied by 14 grams of O2 at STP. The molecular weight is 32.0 g/mol (15.9994 * 2). Then, 14 grams is equivalent to  0.4375 moles.


The volume, derived from the ideal gas law, can be calculated as follows:


`V = (nRT)/P = (0.4375*0.0821*273.15)/1 = 9.81L`


Hence, at STP, 14 grams of O2 gas occupies 9.81L. 

Comments

Popular posts from this blog

Is there a word/phrase for "unperformant"?

As a software engineer, I need to sometimes describe a piece of code as something that lacks performance or was not written with performance in mind. Example: This kind of coding style leads to unmaintainable and unperformant code. Based on my Google searches, this isn't a real word. What is the correct way to describe this? EDIT My usage of "performance" here is in regard to speed and efficiency. For example, the better the performance of code the faster the application runs. My question and example target the negative definition, which is in reference to preventing inefficient coding practices. Answer This kind of coding style leads to unmaintainable and unperformant code. In my opinion, reads more easily as: This coding style leads to unmaintainable and poorly performing code. The key to well-written documentation and reports lies in ease of understanding. Adding poorly understood words such as performant decreases that ease. In addressing the use of such a poorly ...

Is 'efficate' a word in English?

I routinely hear the word "efficate" being used. For example, "The most powerful way to efficate a change in the system is to participate." I do not find entries for this word in common English dictionaries, but I do not have an unabridged dictionary. I have checked the OED (I'm not sure if it is considered unabridged), and it has no entry for "efficate". It does have an entry for "efficiate", which is used in the same way. Wordnik has an entry for "efficate" with over 1800 hits, thus providing some evidence for the frequency of use. I personally like the word and find the meaning very clear and obvious when others use it. If it's not currently an "officially documented" word, perhaps its continued use will result in it being better documented.