document.write( "Question 1053143: The length of time it takes college students to find a parking spot in the library parking lot follows a normal distribution with a mean of 4.5 minutes and a standard deviation of 1 minute. Find the probability that a randomly selected college student will take between 3.0 and 5.5 minutes to find a parking spot in the library lot.\r
\n" );
document.write( "\n" );
document.write( "Is there a way to solve this with a calculator? \n" );
document.write( "
Algebra.Com's Answer #668440 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! mean of 4.5 minutes and a standard deviation of 1 minute \n" ); document.write( "TI syntax is normalcdf(smaller, larger, µ, σ). \n" ); document.write( "P = normalcdf(3.0,5.5,4.5,1) \n" ); document.write( " \n" ); document.write( " |