summaryrefslogtreecommitdiff
path: root/3513/CH2/EX2.4/Ex2_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3513/CH2/EX2.4/Ex2_4.sce')
-rw-r--r--3513/CH2/EX2.4/Ex2_4.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3513/CH2/EX2.4/Ex2_4.sce b/3513/CH2/EX2.4/Ex2_4.sce
new file mode 100644
index 000000000..22978af9c
--- /dev/null
+++ b/3513/CH2/EX2.4/Ex2_4.sce
@@ -0,0 +1,9 @@
+// To determine percentage of specimens
+//page no 22
+clear
+clc;
+sd=0.01;// standard deviation
+x=0.567;
+z=-2.16//The values of Z from normal tables
+m=(z*sd)-x;
+mprintf("Therefore the mean weight required is %.3f.",abs(m));