I am looking through an example (found here https://answers.yahoo.com/question/index?qid=20080303223718AA2T5qI) on the central limit theorem. I understand most of the best answer and am able to follow how they derive most of the numbers. What I am confused on is where the numbers for this line (= 0.8286574 - 0.1713426) come from? How are they derived. I am guessing this is basic stat principle that I am not grasping.
I have pasted a part of the solution given from the best answer on the webpost below
In this question we have
X ~ Normal( μx = 0.49 , σx² = 0.0009996 )
X ~ Normal( μx = 0.49 , σx = 0.03161645 )
Find P( 0.46 < X < 0.52 )
= P( ( 0.46 - 0.49 ) / 0.03161645 < ( X - μ ) / σ < ( 0.52 - 0.49 ) / 0.03161645 )
= P( -0.948873 < Z < 0.948873 )
= P( Z < 0.948873 ) - P( Z < -0.948873 )
= 0.8286574 - 0.1713426 <------HOW ARE THESE NUMBERS DERIVED???
= 0.6573148