diff options
Diffstat (limited to '1427/CH18/EX18.42/18_42.sce')
-rw-r--r-- | 1427/CH18/EX18.42/18_42.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1427/CH18/EX18.42/18_42.sce b/1427/CH18/EX18.42/18_42.sce new file mode 100644 index 000000000..2cdb181b3 --- /dev/null +++ b/1427/CH18/EX18.42/18_42.sce @@ -0,0 +1,8 @@ +//ques-18.42
+//Finding value of Kp at 500 K
+clc
+G=4.833;//free energy change (in kJ/mol)
+T=500;//temperature (in K)
+//On solving, G = -2.303*R*T*log(Kp)
+Kp=0.3128;
+printf("The value of Kp is %.4f.",Kp);
|