let x=diameter of a ball
"X \\backsim N(1.5,0.2)"
this can be convert to standard normal by,
"z=\\frac{x-\\bar{x}}{\\sigma}=\\frac{x-1.5}{0.2}\\\\"
here task is to find a find a z value such that,
"P(-z<Z<z)\\le0.95\\\\\n2*P(0<Z<z)\\le0.95\\\\\nP(0<Z<z)\\le0.475"
using table,
"z=1.96"
"z=\\frac{x-1.5}{0.2}\\\\\nwhen\\ z=1.96\\\\\n1.96=\\frac{x-1.5}{0.2}\\\\\nx_{max}=1.5+0.2*1.96=1.5+0.392\\\\\nwhen\\ z=-1.96\\\\\n-1.96=\\frac{x-1.5}{0.2}\\\\\nx_{min}=1.5-0.2*1.96=1.5-0.392\\\\"
Therefore to pass 95 of ball,diameter should be "1.5\\pm 0.392" .
value=0.392
Comments
Leave a comment