summaryrefslogtreecommitdiff
path: root/1439/CH9/EX9.5/9_5.sce
blob: be90d539e2940c04a7fb4fe32fa7bab19dffed11 (plain)
1
2
3
4
5
6
7
8
clc 
//initialisation of variables
x= 0.0574 //mole
n= 0.1 //mole
//CALCULATIONS
a= x/n
//RESULTS
printf ('degree of dissociation= %.3f  ',a)