diff options
Diffstat (limited to '1427/CH5/EX5.11/5_11.sce')
-rw-r--r-- | 1427/CH5/EX5.11/5_11.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1427/CH5/EX5.11/5_11.sce b/1427/CH5/EX5.11/5_11.sce new file mode 100644 index 000000000..a57e30d9a --- /dev/null +++ b/1427/CH5/EX5.11/5_11.sce @@ -0,0 +1,8 @@ +//ques-5.11
+//Finding dissociation constant of acid
+clc
+pH=4.87;//pH of propionic acid
+//a = antilog(-pH)
+a=0.0000134;//hydrogen concentration
+Ka=a;//dissociation constant
+printf("The dissociation constant of acid is %.7f.",Ka);
|