document.write( "Question 1175747: Assume the random variable x is normally distributed with mean = 86 and standard deviation = 4. Find the indicated probility p(x<80 \n" ); document.write( "
Algebra.Com's Answer #801531 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! mean=mu=86 \n" ); document.write( "standard deviation=sigma=4 \n" ); document.write( "For a normal distribution z=(x-mu)/sigma \n" ); document.write( "We can compute the probability using Excel. \n" ); document.write( "We have to use a function called NORMDIST in Excel 2007. \n" ); document.write( "The required probability=NORMDIST(80,86,4,TRUE)=0.066807201 \n" ); document.write( "Answer=0.066807201 \n" ); document.write( " \n" ); document.write( " |