The Ultimate Football Challenge

Lionel Messi leads his team of 11 players onto the football field. The game begins. Messi starts the ball. The players of the team including Messi pass the ball amongst themselves till Messi receives the ball at the 10th pass and sends the ball soaring past the defenders into the net.

How many ways could they have passed the ball, given that Messi starts the ball and receives it at the 10th pass?

Note : No one can pass the ball to themselves of course. A player can be passed the ball any number of times.

This problem is inspired by Ridiculous NBA


The answer is 909090910.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Pawan Kumar
Apr 17, 2015

Since Messi receives the ball at 1 0 t h 10^{th} pass, therefore the ball is possessed by 11 11 players during the course of the goal.

Let the sequence of players to possess the ball be: { P 1 , P 2 , P 3 , P 4 , P 5 , P 6 , P 7 , P 8 , P 9 , P 10 , P 11 } \{P_1, P_2, P_3, P_4, P_5, P_6, P_7, P_8, P_9, P_{10}, P_{11}\} .

In order to find the total ways to pass the ball, effectively we need to find permutations of 8 8 players { P 3 , P 4 , P 5 , P 6 , P 7 , P 8 , P 9 , P 10 } \{P_3, P_4, P_5, P_6, P_7, P_8, P_9, P_{10}\} given that P 2 P_2 can have 10 10 choices and P 10 P_{10} \neq Messi .

The sequence { P 3 , P 4 , P 5 , P 6 , P 7 , P 8 , P 9 } \{P_3, P_4, P_5, P_6, P_7, P_8, P_9\} can have Messi n n times, 0 n 4 0 \leq n \leq 4 .

There are ( 8 n ) C n {}^{(8-n)}C_n ways to place n n Messi in sequence { P 3 , P 4 , P 5 , P 6 , P 7 , P 8 , P 9 } \{P_3, P_4, P_5, P_6, P_7, P_8, P_9\} . ( ^* Proof below).

In sequence { P 3 , P 4 , P 5 , P 6 , P 7 , P 8 , P 9 , P 10 } \{P_3, P_4, P_5, P_6, P_7, P_8, P_9, P_{10}\} , there are n n Messi , the subsequent place can have 10 10 choices and the remaining ( 8 2 n ) (8-2n) places can have 9 9 choices.

\therefore Total Permutations of { P 3 , P 4 , P 5 , P 6 , P 7 , P 8 , P 9 , P 10 } \{P_3, P_4, P_5, P_6, P_7, P_8, P_9, P_{10}\} for n n occurrence of Messi = ( 8 n ) C n × 1 0 m × 9 ( 8 2 n ) = {}^{(8-n)}C_n \times 10^m \times 9^{(8-2n)}

\Rightarrow Total Permutations of { P 3 , P 4 , P 5 , P 6 , P 7 , P 8 , P 9 , P 10 } \{P_3, P_4, P_5, P_6, P_7, P_8, P_9, P_{10}\} = n = 0 4 ( 8 n ) C n × 1 0 m × 9 ( 8 2 n ) =\sum_{n=0}^{4}{}^{(8-n)}C_n \times 10^m \times 9^{(8-2n)}

Since there are 10 10 choices for P 2 P_2 , therefore total permutations = 10 × n = 0 4 ( 8 n ) C n × 1 0 m × 9 ( 8 2 n ) = 10 \times \sum_{n=0}^{4}{}^{(8-n)}C_n \times 10^m \times 9^{(8-2n)}

= 10 × ( 1 × 1 0 0 × 9 8 + 7 C 1 × 1 0 1 × 9 6 = 10 \times (1 \times 10^0 \times 9^8 + {}^7C_1 \times 10^1 \times 9^6 + 6 C 2 × 1 0 2 × 9 4 + 5 C 3 × 1 0 3 × 9 2 + 4 C 4 × 1 0 4 × 9 0 ) + {}^6C_2 \times 10^2 \times 9^4 + {}^5C_3 \times 10^3 \times 9^2 + {}^4C_4 \times 10^4 \times 9^0)

= 909090910 = 909090910

^* There are ( 8 n ) C n ^{(8-n)}C_n ways to place n n Messi in sequence { P 3 , P 4 , P 5 , P 6 , P 7 , P 8 , P 9 } \{P_3, P_4, P_5, P_6, P_7, P_8, P_9\} .

Proof:

There are ( 7 n ) (7-n) players to be placed between n n occurrences of Messi .

_ X _ X _ _ X _ X _ \_ X \_ X \_ \ldots \_X \_ X \_

This is equivalent to placing n n Messi in ( 7 n + 1 ) (7-n + 1) empty slots and there are exactly ( 8 n ) C n {}^{(8-n)}C_n ways to do so...

Very nice! Pawan..

Satyen Nabar - 6 years, 1 month ago

Log in to reply

Thank you. Really enjoyed the problem... Seemed easy at first, tough at second look and finally it clicked!

Pawan Kumar - 6 years, 1 month ago
Harshad Argekar
Apr 12, 2015

This problem is similar to the "Ridiculous NBA" problem posted at this site Ridiculous NBA

Please excuse the images. I could not format it as per the requirements for posting here.

Satyen Nabar
Apr 11, 2015

Sorry i am a little short on time right now to post a detailed approach, but after constructing and working on the problem, the following generalized formula emerges.

Let n n be the number of passes.

Let p p be the number of players.

If n n is even, we have the number of ways ---

( p 1 ) n + ( p 1 ) p \frac{{(p-1)^n +(p-1)}}{p}

If n n is odd, we have the number of ways - - -

( p 1 ) n ( p 1 ) p \frac{{(p-1)^n -(p-1)}}{p}

hw did u derive this??

Nithin Nithu - 6 years, 2 months ago

Log in to reply

Please refer to the detailed excellent solution by Harshad. Tx.

Satyen Nabar - 6 years, 2 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...