diff options
Diffstat (limited to '1475/CH4/EX4.17')
-rwxr-xr-x | 1475/CH4/EX4.17/Example_4_17.sce | 6 | ||||
-rwxr-xr-x | 1475/CH4/EX4.17/Output_4_17.PNG | bin | 0 -> 4051 bytes |
2 files changed, 6 insertions, 0 deletions
diff --git a/1475/CH4/EX4.17/Example_4_17.sce b/1475/CH4/EX4.17/Example_4_17.sce new file mode 100755 index 000000000..b6bcbff1b --- /dev/null +++ b/1475/CH4/EX4.17/Example_4_17.sce @@ -0,0 +1,6 @@ +// Example 4.17 The standard deviation of a random sample of size 12
+clc;
+clear;
+n=12;
+sd=5.5;
+disp(sqrt((n*(sd^2))/3.82),"to",sqrt((n*(sd^2))/21.92),"The required 95% confidence limits for population proportion s.d are ")
diff --git a/1475/CH4/EX4.17/Output_4_17.PNG b/1475/CH4/EX4.17/Output_4_17.PNG Binary files differnew file mode 100755 index 000000000..50020cee5 --- /dev/null +++ b/1475/CH4/EX4.17/Output_4_17.PNG |