diff options
Diffstat (limited to '1553/CH33/EX33.5/33Ex5.sce')
-rw-r--r-- | 1553/CH33/EX33.5/33Ex5.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1553/CH33/EX33.5/33Ex5.sce b/1553/CH33/EX33.5/33Ex5.sce new file mode 100644 index 000000000..7ae94f27c --- /dev/null +++ b/1553/CH33/EX33.5/33Ex5.sce @@ -0,0 +1,9 @@ +//Chapter 33 Ex5
+clc;
+clear;
+close;
+PW=1100;
+td=110;
+bg=(td)^2/PW;
+bd=td+bg;
+mprintf("The bankers discount is Rs.%.0f and the bankers gain is Rs.%.0f",bd,bg);
|