Question 872094
area to the right is .4247 (note: when z = 0, 50% of Area on either side)
z = invNorm(.5753) = .1899
z-score graphed below (z-score indicates area to the left on graph)
{{{drawing(400,200,-5,5,-.5,1.5, graph(400,200,-5,5,-.5,1.5, 0,exp(-x^2/2)), blue(line( .1899,0, .1899,exp(-.1899^2/2))),locate(4.8,-.01,z),locate(4.8,.2,z))}}}