document.write( "Question 488573: Sam has 5different cards in a paper bag.
\n" );
document.write( "The cards are numbered 1to 5.
\n" );
document.write( "What is the chance of drawing out the cards in numerical order; for example 1, 2,3,4,5? \n" );
document.write( "
Algebra.Com's Answer #333404 by stanbon(75887) ![]() You can put this solution on YOUR website! The cards are numbered 1to 5. \n" ); document.write( "What is the chance of drawing out the cards in numerical order; \n" ); document.write( "for example 1, 2,3,4,5? \n" ); document.write( "---- \n" ); document.write( "# of ways to select that order: 1 \n" ); document.write( "# of ways to select in random order: 5! = 120 \n" ); document.write( "---- \n" ); document.write( "P(selecting in that order) = 1/120 \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |