diff options
Diffstat (limited to '1475/CH3/EX3.16')
-rwxr-xr-x | 1475/CH3/EX3.16/Example_3_16.sce | 11 | ||||
-rwxr-xr-x | 1475/CH3/EX3.16/Output_3_16.PNG | bin | 0 -> 11145 bytes |
2 files changed, 11 insertions, 0 deletions
diff --git a/1475/CH3/EX3.16/Example_3_16.sce b/1475/CH3/EX3.16/Example_3_16.sce new file mode 100755 index 000000000..1dd4df31b --- /dev/null +++ b/1475/CH3/EX3.16/Example_3_16.sce @@ -0,0 +1,11 @@ +//Example 3.16 It has been found 2 percent of tools
+clc;
+clear;
+m=0.02;
+p=m;
+q=1-p;
+n=400;
+s_d=sqrt((p*q)/n);
+disp(n,"Sample size =",s_d,"Standard Deviation",m,"Mean");
+disp("Since the sample size n=400 is large, the sample mean follows normal distribution ");
+disp(0.5-0.4236,"Probab. that the sample proportion p exceeds 0.03 = Area under the standard normal curve to the right of the ordinate at z= (0.03-0.02)/0.007",(0.03-0.02)/0.007,"The standarised value of z is ");
diff --git a/1475/CH3/EX3.16/Output_3_16.PNG b/1475/CH3/EX3.16/Output_3_16.PNG Binary files differnew file mode 100755 index 000000000..e72cb65a8 --- /dev/null +++ b/1475/CH3/EX3.16/Output_3_16.PNG |