document.write( "Question 1029127: Let x be a random variable that represents the commute time of teachers in a large urban area. If x is normally distributed with a mean of 46 minutes and a standard deviation of 5 minutes, find the commute time which is at the top of the bottom 25%.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #644163 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Need to find the z value for the 25th percentile. \n" ); document.write( "It is -0.675 \n" ); document.write( "z=(x-mu)/sd \n" ); document.write( "-0.675=(x-46)/5 \n" ); document.write( "-3.375=x-46 \n" ); document.write( "42.625 minutes=x \n" ); document.write( "This is -0.675 sd below the mean, and that represents the 25th percentile. \n" ); document.write( " |