Referring to Figure P5.7, derive the expressions for the variables C(s), E(s), and M(s) in terms of R(s) and D(s).
ALGORITHMS TO SHOW IDEAL GAS LAW 1. Start 2. Initialize 220 bar to Pressure, P; 2 mol to Moles, n; 1L to Volume, Vl; Ideal gas Constant, R to 0.08314472 L bar/k mol; a=5.536 L^2bar/mol^2; b=0.03049 L/mol 3. Set temperature (T)= P*V/N*R 4. Print temperature(T) 5. Set temperature(T)= (p+ {n^2 *a)/v^2} (V-n*b)/n*R 1. Print temperature(T) 2. stop