summaryrefslogtreecommitdiff
path: root/1553/CH10/EX10.27
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH10/EX10.27')
-rw-r--r--1553/CH10/EX10.27/10Ex27.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH10/EX10.27/10Ex27.sce b/1553/CH10/EX10.27/10Ex27.sce
new file mode 100644
index 000000000..671f19210
--- /dev/null
+++ b/1553/CH10/EX10.27/10Ex27.sce
@@ -0,0 +1,8 @@
+//chapter 10 Ex 27
+
+clc;
+clear;
+close;
+inc=5/100; dec=5/100; popAfter=9975;
+popBefore=popAfter/((1+inc)*(1-dec));
+mprintf("The population at the beginning of first year was %d",popBefore);