summaryrefslogtreecommitdiff
path: root/3428/CH20/EX13.20.1
diff options
context:
space:
mode:
Diffstat (limited to '3428/CH20/EX13.20.1')
-rw-r--r--3428/CH20/EX13.20.1/Ex13_20_1.sce12
1 files changed, 6 insertions, 6 deletions
diff --git a/3428/CH20/EX13.20.1/Ex13_20_1.sce b/3428/CH20/EX13.20.1/Ex13_20_1.sce
index 9afb77671..d9eb05232 100644
--- a/3428/CH20/EX13.20.1/Ex13_20_1.sce
+++ b/3428/CH20/EX13.20.1/Ex13_20_1.sce
@@ -1,12 +1,12 @@
//Section-13,Example-1,Page no.-MA.2
-//To express the composition of the compound alloy Cu_3Au in carats.
-W_1=63.5
+//To express the composition of the compound alloy Cu_3Au in Karats.
+W_1=63.5 //gm
W_11=3*W_1 //Weight of 3 moles of copper(gm)
-W_2=197
+W_2=197 //gm
W_22=1*W_2 //Weight of 1 mole of Gold(gm)
F_w=W_11+W_22 //Formula weight of Cu_3Au(gm)
-P_Cu=(W_11/F_w)*100
-P_Au=(W_22/F_w)*100
+P_Cu=(W_11/F_w)*100 //%
+P_Au=(W_22/F_w)*100 //%
x=(P_Au/100)*24
-disp(x,'Composition of Cu_3Au in carats')
+disp(x,'Composition of Cu_3Au in Karats')