summaryrefslogtreecommitdiff
path: root/1538/CH12/EX12.4/Ex12_4.sce
blob: d1089b0e40a4592850109ac83bd02a71ea9123f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//example-12.4
//page no-396
//given
//molecular weight of butdiene,isoprene,sulhur and carbon black are
MB=4*12+6*1
MI=68
MS=32
MC=12
//percentages of diiferent constituents in rubber
PB=27/MB
PI=51/MI
PS=16/MS
PC=6/MC
//percentage of coss linking
percent=PS/(PI+PB)*100
printf ("the percentage of cross linking is %d",percent)