summaryrefslogtreecommitdiff
path: root/615/CH2/EX2.10/2_10.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /615/CH2/EX2.10/2_10.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '615/CH2/EX2.10/2_10.sce')
-rwxr-xr-x615/CH2/EX2.10/2_10.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/615/CH2/EX2.10/2_10.sce b/615/CH2/EX2.10/2_10.sce
new file mode 100755
index 000000000..2acfad24c
--- /dev/null
+++ b/615/CH2/EX2.10/2_10.sce
@@ -0,0 +1,12 @@
+//acids and bases//
+//example 2.10//
+W=0.092;//weight of Formic acid per litre in grams//
+M=46;//molecular weight of Formic acid//
+N=W/M;
+printf('The normality of Formic acid is %fg.equivalent/lit',N);
+V=1/N;
+K=2.4*10^-4;//Dissociation constant of Formic acid at 25C//
+a=sqrt(K*V);//For weak acids//
+printf('\nDegree of dissociation is %f',a);
+H=a*N;
+printf('\n The H+ concentration of the solution is %fg.ion/lit',H); \ No newline at end of file