document.write( "Question 64699This question is from textbook A Survey of Mathematics
\n" );
document.write( ":  I believe I am using the wrong formula?
\n" );
document.write( "Three children can get 1 box of cereal from the grocery store there are 12 boxes, how many ways can the selection be made? \n" );
document.write( "
| Algebra.Com's Answer #45237 by stanbon(75887)      You can put this solution on YOUR website! Three children can get 1 box of cereal from the grocery store there are 12 boxes, how many ways can the selection be made? \n" ); document.write( "--------- \n" ); document.write( "Pick a child: 3 ways \n" ); document.write( "Pick a box: 12 ways \n" ); document.write( "Pick a child: 2 ways \n" ); document.write( "Pick a box: 11 ways \n" ); document.write( "Pick a child: 1 way \n" ); document.write( "Pick a box: 10 ways \n" ); document.write( "#of ways = 3!(12*11*10)=6*1320=7920 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |