diff options
Diffstat (limited to '1439/CH9/EX9.5/9_5.sce')
-rwxr-xr-x | 1439/CH9/EX9.5/9_5.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1439/CH9/EX9.5/9_5.sce b/1439/CH9/EX9.5/9_5.sce new file mode 100755 index 000000000..be90d539e --- /dev/null +++ b/1439/CH9/EX9.5/9_5.sce @@ -0,0 +1,8 @@ +clc
+//initialisation of variables
+x= 0.0574 //mole
+n= 0.1 //mole
+//CALCULATIONS
+a= x/n
+//RESULTS
+printf ('degree of dissociation= %.3f ',a)
|