document.write( "Question 959161: if the probability of getting a lift to work on any morning is 0.6 .X is the number of days in a working week of 5 days\r
\n" );
document.write( "\n" );
document.write( "(a) what is the probability distribution of X? (please justify)
\n" );
document.write( "(b) what is the probability that in a working week will get a lift only twice? \n" );
document.write( "
Algebra.Com's Answer #586297 by stanbon(75887) ![]() You can put this solution on YOUR website! if the probability of getting a lift to work on any morning is 0.6 .X is the number of days in a working week of 5 days \n" ); document.write( " (a) what is the probability distribution of X? (please justify) \n" ); document.write( "mean = np = 5*0.6 = 3 \n" ); document.write( "std = sqrt(npq) = sqrt(3*0.4) = sqrt(1.2) \n" ); document.write( "---------------------------------- \n" ); document.write( " (b) what is the probability that in a working week will get a lift only twice? \n" ); document.write( "P(x = 2) = 5C2*0.6^2*0.4^3 = binompdf(5,0.6,2) = 0.2304 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------- \n" ); document.write( " |