Question 632090
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
If the mean is 76 and the Standard Deviation is 6 how many students scored below a 70 on their test
  z = (70-76)/6 = -1   using Excel function: NORMSDIST(-1) = .1587   
 P(x < 70) =  15.9 %
 15.9% of the students scored below 70 on their test
{{{drawing(400,200,-5,5,-.5,1.5, graph(400,200,-5,5,-.5,1.5, 0,exp(-x^2/2)), blue(line( -1.0,0, -1.0,exp(-1.0^2/2))),locate(4.8,-.01,z),locate(4.8,.2,z))}}}