summaryrefslogtreecommitdiff
path: root/3557/CH13/EX13.2/Ex13_2.sce
blob: 1b2987b4dfd9a69a29249c9494e537772b185937 (plain)
1
2
3
4
5
6
7
8
9
10
//Example13.2//

H=1.008;//amu //atomic mass of Hydrogen //(From Appendix 1)
O=16.00;//amu //atomic mass of Oxygen //(From Appendix 1)
C=12.01;//amu //atomic mass of carbon ////(From Appendix 1)
a=2;//Number of atoms
b=4;//Number of atoms
d=750;//average degree of polymerization
H2O2=((a*H)+(a*O))/(d*((a*C)+(b*H)))*100
mprintf("H2O2 = %f wt percent",H2O2)