document.write( "Question 257627: if 3 persons selected at random, are stopped on a street, what are the probabilities that
\n" );
document.write( "1. all were born on monday.
\n" );
document.write( "2. two were born on a monday and other on tuesday \n" );
document.write( "
Algebra.Com's Answer #189537 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if 3 persons selected at random, are stopped on a street, what are the probabilities that \n" ); document.write( "1. all were born on monday. \n" ); document.write( "Ans: (1/7)^3 = 1/343 \n" ); document.write( "------------------------ \n" ); document.write( "2. two were born on a monday and other on tuesday \n" ); document.write( "P(2monday and one tuesday) = P(2monday)*P(onetuesday) \n" ); document.write( "= [3C2(1/7)^2*(1/7)] \n" ); document.write( "= 3(1/7)^3 * 3(1/7)^3 \n" ); document.write( "= 9/343 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |