From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1427/CH5/EX5.4/5_4.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 1427/CH5/EX5.4/5_4.sce (limited to '1427/CH5/EX5.4') diff --git a/1427/CH5/EX5.4/5_4.sce b/1427/CH5/EX5.4/5_4.sce new file mode 100644 index 000000000..a2862e4e4 --- /dev/null +++ b/1427/CH5/EX5.4/5_4.sce @@ -0,0 +1,7 @@ +//ques-5.4 +//Calculating dissolution constant of acetic acid +clc +e1=48.15;//equivalent conductance (in cm^2 mho/eq); +e2=390.6;//equivalent conductance at infinite dilution (in cm^2 mho/eq); +d=e1/e2;//dissolution constant +printf("The dissolution constant of acetic acid is %.4f.",d); -- cgit