Reaction Equilibrium

QQ symbolizes the mass action expression for any system ( not necessarily at equilibrium )

aA+bBcC+dD\ce{aA + bB <=>cC + dD}

Q=ProductsReactants=[C]c[D]d[A]a[B]bQ = \frac{Products}{Reactants} = \frac{[C]^c*[D]^d}{[A]^a*[B]^b}

					if ( products > reactants ) {
						Q === LARGE
					}
					else if ( reactants > products ) {
						Q === SMALL
					}