document.write( "Question 869205: Tommy took a sample of classes at his college to determine how many students were in each class. He found that the mean was 25 with a standard deviation of 15.5. Based on his sample, what percent of classes at the college have between 50 and 75 students in them? \n" ); document.write( "
Algebra.Com's Answer #524068 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! P = normalcdf(50,75,25,15.5) \n" ); document.write( " |