summaryrefslogtreecommitdiff
path: root/2465/CH17/EX17.3/Example_3.sce
blob: 11296ac6900ab69213901365f57916ba4c97c688 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Chapter-17,Example 3,Page 369
clc();
close();

conc = 15.6 *10^-6    //concentration of (CO3)-2

m = 60   //mass of CO3

Molarity= conc*100/m

printf("the molarity of (CO3)-2  is = %.6f M",Molarity)