diff options
Diffstat (limited to '1553/CH21/EX21.9/21Ex9.sce')
-rw-r--r-- | 1553/CH21/EX21.9/21Ex9.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH21/EX21.9/21Ex9.sce b/1553/CH21/EX21.9/21Ex9.sce new file mode 100644 index 000000000..bb5044c2b --- /dev/null +++ b/1553/CH21/EX21.9/21Ex9.sce @@ -0,0 +1,8 @@ +//chapter 21 Ex 9
+
+clc;
+clear;
+close;
+t1=5/2; rate1=12/100; lessby=40; t2=7/2; rate2=10/100;
+Sum=lessby/((t2*rate2)-(t1*rate1));
+mprintf("The sum is Rs.%.0f",Sum);
|