summaryrefslogtreecommitdiff
path: root/1385/CH9/EX9.13/9_13.sce
blob: 2b61e0716c00632c5996e7551544dd6c2ce2ef19 (plain)
1
2
3
4
5
6
7
8
clc
//initialisation of variables
k1= 3.5*10^-7
k2= 4.4*10^-11
//CALCULATIONS
c= sqrt(k1*k2)
//RESULTS
printf (' concentration of solution = %.1e mol per litre',c)