diff options
Diffstat (limited to '1427/CH5/EX5.5/5_5.sce')
-rw-r--r-- | 1427/CH5/EX5.5/5_5.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1427/CH5/EX5.5/5_5.sce b/1427/CH5/EX5.5/5_5.sce new file mode 100644 index 000000000..d44f1bf87 --- /dev/null +++ b/1427/CH5/EX5.5/5_5.sce @@ -0,0 +1,7 @@ +//ques-5.5
+//Calculating activity of solution
+clc
+C=0.992;//molarity of NaCl
+y=0.782;//activity coefficient
+a=y*C;//activity
+printf("The activity of solution is %.3f M.",a);
|