document.write( "Question 50024: There are 17 soccer player at practice. If every player kicks the ball to every other player, what is the least amount of kicks need so that every player is kicked to atleast once? \n" ); document.write( "
Algebra.Com's Answer #33560 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
There are 17 soccer player at practice. If every player kicks the ball to every other player, what is the least amount of kicks need so that every player is kicked to atleast once?
\n" ); document.write( "LET US FIRST TAKE NUMBER OF COMBINATIONS TAKING 2 AT A TIME FROM 17 PLAYERS
\n" ); document.write( "=17C2=17*16/2=136...NOW IN THIS EACH SEPERATE PAIR ,ONE HAS TO KICK TO THE SECOND PERSON AND THE SECOND PERSON HAS TO KICK TO THE FIRST PERSON..2 WAYS
\n" ); document.write( "SO TOTAL NUMBER OF POSSIBILITIES =2*136=272
\n" ); document.write( "
\n" );