summaryrefslogtreecommitdiff
path: root/1475/CH1/EX1.14
diff options
context:
space:
mode:
Diffstat (limited to '1475/CH1/EX1.14')
-rwxr-xr-x1475/CH1/EX1.14/Example_1_14.sce8
-rwxr-xr-x1475/CH1/EX1.14/Output_1_14.PNGbin0 -> 7101 bytes
2 files changed, 8 insertions, 0 deletions
diff --git a/1475/CH1/EX1.14/Example_1_14.sce b/1475/CH1/EX1.14/Example_1_14.sce
new file mode 100755
index 000000000..3a472d26e
--- /dev/null
+++ b/1475/CH1/EX1.14/Example_1_14.sce
@@ -0,0 +1,8 @@
+//Example 1.14
+N=4;
+disp(N,"total No. of possible outcomes (N)=");
+M=2;
+disp(M,"No. of Favorable cases(both heads or both tails)=");
+P1=M/N;
+disp(P1,"Probab. of (both heads or both tails)=");
+
diff --git a/1475/CH1/EX1.14/Output_1_14.PNG b/1475/CH1/EX1.14/Output_1_14.PNG
new file mode 100755
index 000000000..26134f93a
--- /dev/null
+++ b/1475/CH1/EX1.14/Output_1_14.PNG
Binary files differ