document.write( "Question 620277: the age group normally dostribute with a men of 52 years in a standard divotion of 6 years . one women is randomly selected from the group and her age is observed. find the probability that her age will fall between 55 and 60 years
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #390052 by richard1234(7193) You can put this solution on YOUR website! \"Deviation,\" not \"divotion\" or \"devotion\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Just use the normalcdf function: normalcdf(55,60,52,6). \n" ); document.write( " |