summaryrefslogtreecommitdiff
path: root/3841/CH5/EX5.7/Ex5_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3841/CH5/EX5.7/Ex5_7.sce')
-rw-r--r--3841/CH5/EX5.7/Ex5_7.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3841/CH5/EX5.7/Ex5_7.sce b/3841/CH5/EX5.7/Ex5_7.sce
new file mode 100644
index 000000000..e80a608a3
--- /dev/null
+++ b/3841/CH5/EX5.7/Ex5_7.sce
@@ -0,0 +1,12 @@
+clear
+//given
+//find out weight of hydrogen
+//
+//1lb hydrogen +8 lb oxygen gives
+T=1.+8.
+//this problem deals with 24 lb oxygen so
+t=24./8.
+//multiplying all equation by 3
+TT=3+24
+
+printf("\n \n 3 lb of hydrogen requires %.2f lb",TT)