summaryrefslogtreecommitdiff
path: root/291/CH3/EX3.6a/eg3_6a.sce
blob: 9add0151bf64e244524adb84fa20950cafe183a9 (plain)
1
2
3
4
defective =5;
partially_defective = 10;
acceptable = 25;
disp(acceptable/(acceptable+partially_defective), "The required probability is")