summaryrefslogtreecommitdiff
path: root/1553/CH10/EX10.29/10Ex29.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH10/EX10.29/10Ex29.sce')
-rw-r--r--1553/CH10/EX10.29/10Ex29.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH10/EX10.29/10Ex29.sce b/1553/CH10/EX10.29/10Ex29.sce
new file mode 100644
index 000000000..5d7b88564
--- /dev/null
+++ b/1553/CH10/EX10.29/10Ex29.sce
@@ -0,0 +1,8 @@
+//chapter 10 Ex 29
+
+clc;
+clear;
+close;
+AlessB=20/100;
+BmoreA=(AlessB/(1-AlessB))*100;
+mprintf("B earns %d percent more than A",BmoreA);