document.write( "Question 715469: 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 7 min elapse before dismissal?
\n" );
document.write( "Correct: 0.7 Your answer is correct.\r
\n" );
document.write( "\n" );
document.write( "(b) What is the probability that between 3 and 4 min elapse before dismissal?
\n" );
document.write( "Incorrect: \r
\n" );
document.write( "\n" );
document.write( "I got the first part right, i just dont understand how to do the second part.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #439441 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( "(a) What is the probability that at most 7 min elapse before dismissal? \n" ); document.write( "base = 7 ; height = 1/10 \n" ); document.write( "P(0<= x <=7) = 7*(1/10) = 0.7 \n" ); document.write( "------- \n" ); document.write( "Correct: 0.7 Your answer is correct. \n" ); document.write( "(b) What is the probability that between 3 and 4 min elapse before dismissal? \n" ); document.write( "base = 2 ; height = 1/10 \n" ); document.write( "P(3<= x <=4) = 2*1/10 = 0.2 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |