summaryrefslogtreecommitdiff
path: root/632/CH9/EX9.4/example9_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '632/CH9/EX9.4/example9_4.sce')
-rwxr-xr-x632/CH9/EX9.4/example9_4.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/632/CH9/EX9.4/example9_4.sce b/632/CH9/EX9.4/example9_4.sce
new file mode 100755
index 000000000..9675111a0
--- /dev/null
+++ b/632/CH9/EX9.4/example9_4.sce
@@ -0,0 +1,13 @@
+//clc()
+D = 100;//kg of overhead product
+xfa = 0.956;
+xdw = 0.074;
+xdb = 0.741;
+xda = 0.185;
+//water balance gives
+F = D * xdw / (1 - xfa) ;
+W = F * xfa - xda * D;
+W1 = 100;
+B = xdb*D;
+Bused = B * W1 / W;
+disp("kg",Bused,"Quantity of benzene required = ")