diff options
Diffstat (limited to '291/CH3/EX3.8a/eg3_8a.sce')
-rwxr-xr-x | 291/CH3/EX3.8a/eg3_8a.sce | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/291/CH3/EX3.8a/eg3_8a.sce b/291/CH3/EX3.8a/eg3_8a.sce new file mode 100755 index 000000000..8dc33d834 --- /dev/null +++ b/291/CH3/EX3.8a/eg3_8a.sce @@ -0,0 +1,3 @@ +prob_A = 4/52;
+prob_H = 13/52;
+disp(prob_A*prob_H , "P(AH) is")
\ No newline at end of file |