document.write( "Question 1163308: General Hospital's on patient account division has compiled data on the age of accounts receivables. The data collected indicates that the age of the accounts follows a normal distribution with mean 28 days and standard deviation 8 days. Ahmad would like to know the probability of the accounts between 20 and 40 days old and the probability of the accounts which less than 30 days old. Shows the calculation of both problems. \n" ); document.write( "
Algebra.Com's Answer #787395 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( "so the first is (20-28)/8 or z=-1 \n" ); document.write( "and (40-28)/8 or z=1.5 \n" ); document.write( "that probability is 0.7745 \n" ); document.write( "fewer than 30 days is z<(30-28)/8 or 0.25 \n" ); document.write( "that probability is 0.5987 \n" ); document.write( " |