From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 615/CH2/EX2.10/2_10.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 615/CH2/EX2.10/2_10.sce (limited to '615/CH2/EX2.10/2_10.sce') 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 -- cgit