summaryrefslogtreecommitdiff
path: root/3689/CH11/EX11.6/11_6.sce
blob: 29771979c728a3a26ce69fec2866c5de423b003d (plain)
1
2
3
4
5
6
7
8
9
10
////Variable Declaration
E = +0.29               //Cell emf, V
n = 2.

//Calculations
Ksp = 10**(-n*E/0.05916)

//Results
printf("\n Equilibrium constant for reaction is %4.2e",Ksp)