summaryrefslogtreecommitdiff
path: root/1385/CH9/EX9.11/9_11.sce
blob: 2939d6c2c32e3259aa14b940f75ec57b619c6b9a (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisation of variables
c= 0.050 //M
Kb= 1.8*10^-5
T= 25 //C
Kw= 10^-14
//CALCULATIONS
C= sqrt(Kw*c/Kb)
//RESULTS
printf (' concentration of hydronium ion = %.1e mol per litre',C)