summaryrefslogtreecommitdiff
path: root/1388/CH5/EX5.1/5_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1388/CH5/EX5.1/5_1.sce')
-rwxr-xr-x1388/CH5/EX5.1/5_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1388/CH5/EX5.1/5_1.sce b/1388/CH5/EX5.1/5_1.sce
new file mode 100755
index 000000000..b648558d2
--- /dev/null
+++ b/1388/CH5/EX5.1/5_1.sce
@@ -0,0 +1,11 @@
+clc
+//initialisation of variables
+m= 98.08 //gms
+d= 1.102 //g ml^-1
+m1= 165.3 //gm
+v= 1000 //ml
+//CALCULATIONS
+M= d*v-m1
+m2= m1*v/(m*M)
+//RESULTS
+printf (' molality = %.3f ',m2)