document.write( "Question 1175169: For the upcoming world-cup, the Indian Cricket Selection Committee has to come up with a possible batting order for their players. Instead of using the traditional approach they have decided to use computer algorithms to come up with all the possible batting orders and then decide from that. The
\n" );
document.write( "algorithm however requires the possible batting positions for each player.\r
\n" );
document.write( "\n" );
document.write( "The algorithm takes a list of 11 players. Each player can have more than one position they can bat at. Your job for now is to help the selection committee calculate the total number of unique batting charts such that every player gets exactly one batting position from their list of positions and no two players are given the same batting position in one batting chart.\r
\n" );
document.write( "\n" );
document.write( "Player
\n" );
document.write( "Ex:
\n" );
document.write( "P1 / 1 / 2 / 3 / 4
\n" );
document.write( "P2 / 1 / 5 / 9 / 2 / 6 / 7 / 8
\n" );
document.write( "P3 / 1 / 2 / 7 / 10 / 3
\n" );
document.write( "P4 / 1 / 9 / 2 / 6 / 7 / 10 / 3 / 4
\n" );
document.write( "P5 / 5 / 9 / 2 / 8 / 3 / 4
\n" );
document.write( "P6 / 1 / 5 / 3 / 6
\n" );
document.write( "P7 / 6 / 7 / 4
\n" );
document.write( "P8 / 1 / 9 / 2 / 4
\n" );
document.write( "P9 / 9 / 6 / 11 / 3 / 4
\n" );
document.write( "P10 / 1 / 5 / 9 / 7 / 8 / 4
\n" );
document.write( "P11 / 6 / 11 / 7 / 10\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The total number of allocations possible is: 4646.\r
\n" );
document.write( "\n" );
document.write( "How to arrive at this solution?
Algebra.Com's Answer #851944 by ikleyn(52777)![]() ![]() You can put this solution on YOUR website! .\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "As I read the problem and the solution by @CPhill, my impression is as follows.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " (1) The problem has no any relation to Math.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " (2) It teaches nothing that relates to Math.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " (3) The major goal why it was posted to this forum is two-fold: \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " (a) to show how smart is the author,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " and\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " (b) to show how smart is @CPhill.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I do not see any other rationalities why it is posted to this forum.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |