summaryrefslogtreecommitdiff
path: root/1553/CH22/EX22.9
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH22/EX22.9')
-rw-r--r--1553/CH22/EX22.9/22Ex9.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1553/CH22/EX22.9/22Ex9.sce b/1553/CH22/EX22.9/22Ex9.sce
new file mode 100644
index 000000000..6b46e9949
--- /dev/null
+++ b/1553/CH22/EX22.9/22Ex9.sce
@@ -0,0 +1,10 @@
+//chapter 22 Ex 9
+
+clc;
+clear;
+close;
+rate=10/100; t=2; difference=631;
+CI=((1+rate)^t)-1;
+SI=t*rate;
+Sum=difference/(CI-SI);
+mprintf("The Sum is Rs.%.0f",Sum);