summaryrefslogtreecommitdiff
path: root/1475/CH4/EX4.17/Example_4_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '1475/CH4/EX4.17/Example_4_17.sce')
-rwxr-xr-x1475/CH4/EX4.17/Example_4_17.sce6
1 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 ")