summaryrefslogtreecommitdiff
path: root/3876/CH9/EX9.6/Ex9_6.sce
blob: aa6cb2d9e989fffa6b8db0af5a821cea4a3f0c0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//Chapter 9 Ionic Equilibria and Buffer Action

clc;
clear;

//Initialisation of Variables
C= 0.050 //M
K= 2.4*10**-17
c= 0.1 //M

//CALCULATIONS
c1= K*C/c**2

//RESULTS
mprintf("Concentration of carbonate-ion = %.1e mole per litre",c1)