document.write( "Question 511531: A particular professor never dismisses class early. Let x denote the amount of time past the hour (minutes) that elapses before the professor dismisses class. Suppose that x has a uniform distribution on the interval from 0 to 10 min. The density curve is shown in the following figure.
\n" );
document.write( "(a) What is the probability that at most 4 min elapse before dismissal?
\n" );
document.write( "(b) What is the probability that between 3 and 7 min elapse before dismissal? \n" );
document.write( "
Algebra.Com's Answer #342250 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A particular professor never dismisses class early. Let x denote the amount of time past the hour (minutes) that elapses before the professor dismisses class. Suppose that x has a uniform distribution on the interval from 0 to 10 min. The density curve is shown in the following figure. \n" ); document.write( "-------------------------------------- \n" ); document.write( "base of distribution: 10 \n" ); document.write( "height of distribution: 1/10 \n" ); document.write( "--------\r \n" ); document.write( "\n" ); document.write( "(a) What is the probability that at most 4 min elapse before dismissal? \n" ); document.write( "P(0<= x <=4) = base* height = 4*(1/10) = 2/5 \n" ); document.write( "------------------------\r \n" ); document.write( "\n" ); document.write( "(b) What is the probability that between 3 and 7 min elapse before dismissal? \n" ); document.write( "P(3<= x <=7) = base*height = 4*(1/10) = 2/5 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |