document.write( "Question 132638: Suppose that the time, X, that a tourist must wait to board a trolley car in San Francisco is a uniformly distributed random variable over the interval from 0 minutes to 10 minutes.\r
\n" );
document.write( "\n" );
document.write( "a.What is the probability that the tourist’s wait-time is exactly 0 minutes? \r
\n" );
document.write( "\n" );
document.write( "b.What is the probability that a tourist must wait longer than 8 minutes to board the trolley car? \r
\n" );
document.write( "\n" );
document.write( "c.What is the expected wait-time for a tourist?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #96962 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that the time, X, that a tourist must wait to board a trolley car in San Francisco is a uniformly distributed random variable over the interval from 0 minutes to 10 minutes. \n" ); document.write( "a.What is the probability that the tourist’s wait-time is exactly 0 minutes? \n" ); document.write( "P(X=0) = 1/10 \n" ); document.write( "-------------- \n" ); document.write( "b.What is the probability that a tourist must wait longer than 8 minutes to board the trolley car? \n" ); document.write( "P(X = 9 or 10) = 2/10 = 1/5 \n" ); document.write( "--------------- \n" ); document.write( "c.What is the expected wait-time for a tourist? \n" ); document.write( "E(X) = (1/10)(1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10) \n" ); document.write( "E(x) = (1/10)[(10/2)(11) = 5.5 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |