diff options
Diffstat (limited to '3685/CH16/EX16.5')
-rw-r--r-- | 3685/CH16/EX16.5/Ex16_5.sce | 9 | ||||
-rw-r--r-- | 3685/CH16/EX16.5/Ex16_5.txt | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/3685/CH16/EX16.5/Ex16_5.sce b/3685/CH16/EX16.5/Ex16_5.sce new file mode 100644 index 000000000..8e05a9190 --- /dev/null +++ b/3685/CH16/EX16.5/Ex16_5.sce @@ -0,0 +1,9 @@ +clc
+Veo = 1.777 // Ve/Vo
+e = 1-Veo // Degree of dissociation
+P = 0.124 // in atm
+K = (4*e^2*P)/(1-e^2)
+
+printf("\n Example 16.5\n")
+printf("\n The value of equillibrium constant is %f atm",K)
+
diff --git a/3685/CH16/EX16.5/Ex16_5.txt b/3685/CH16/EX16.5/Ex16_5.txt new file mode 100644 index 000000000..803694da1 --- /dev/null +++ b/3685/CH16/EX16.5/Ex16_5.txt @@ -0,0 +1,4 @@ +
+ Example 16.5
+
+ The value of equillibrium constant is 0.755669 atm
\ No newline at end of file |