summaryrefslogtreecommitdiff
path: root/632/CH11/EX11.8/example11_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '632/CH11/EX11.8/example11_8.sce')
-rwxr-xr-x632/CH11/EX11.8/example11_8.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/632/CH11/EX11.8/example11_8.sce b/632/CH11/EX11.8/example11_8.sce
new file mode 100755
index 000000000..135eb3403
--- /dev/null
+++ b/632/CH11/EX11.8/example11_8.sce
@@ -0,0 +1,12 @@
+//clc()
+//Fe(s) + 2HCl(aq) = FeCl2(aq) + H2(g)
+MFe = 55.847;
+m = 1;//kg
+Nfe = m * 10^3/MFe;
+Nh2 = Nfe;//(since 1 mole of Fe produces 1 mole of H2)
+T = 300;//K
+R = 8.314;
+//the change in volume is equal to the volume occupied by hydrogen produced
+PV = Nh2 * R * T;
+W = PV;
+disp("kJ",W,"Work done = ") \ No newline at end of file