5 digit Binomial counting

How many 5-digit numbers are there such that the ten-thousand's digit is equal to the sum of the other 4 digits?

Details and Assumptions:

  • 70340 70340 is one such number
  • The ten-thousand digit can not be 0 0

Inspiration


The answer is 714.

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.

1 solution

Mahdi Raza
Feb 25, 2020

Defining Notations

Let the 5-digit number be of the form a b c d e abcde . Since 1 a 9 1 \leq a \leq 9 , we can make cases when a = 1 , 2 , 9 a = 1, 2, \ldots 9

Making Cases

We can make cases when ( b + c + d + e = 1 , 2 , 9 ) (b + c + d + e = 1, 2, \ldots 9) .

When b + c + d + e = 1 b + c + d + e = 1 , using the Stars and bars theorem the number of possibilites is ( 1 + 4 1 4 1 ) = ( 4 3 ) \binom{1 + 4 - 1}{4 - 1} = \binom{4}{3}

When b + c + d + e = 2 b + c + d + e = 2 , using the same techinque the number of possibilites is ( 2 + 4 1 4 1 ) = ( 5 3 ) \binom{2 + 4 - 1}{4 - 1} = \binom{5}{3}

When b + c + d + e = 3 b + c + d + e = 3 , using the same techinque the number of possibilites is ( 3 + 4 1 4 1 ) = ( 6 3 ) \binom{3 + 4 - 1}{4 - 1} = \binom{6}{3}

We can continue to list down all the possibilities till b + c + d + e = 9 b + c + d + e = 9 . This equals ( 12 3 ) \binom{12}{3}

Adding all Combinations

Total such Numbers = ( 4 3 ) + ( 5 3 ) + ( 6 3 ) + + ( 11 3 ) + ( 12 3 ) = ( 13 4 ) ( 3 3 ) = 715 1 = 714 \begin{aligned}\text{Total such Numbers} &= \binom{4}{3} + \binom{5}{3} + \binom{6}{3} + \ldots + \binom{11}{3} + \binom{12}{3} \\ &= \binom{13}{4} - \binom{3}{3} \\ &= 715 - 1 \\ &= \boxed{714} \end{aligned}

I like your presentation. This was a good question. TRY THIS

Nikola Alfredi - 1 year, 3 months ago

Log in to reply

Thanks! I tried your problem and it is good!

Mahdi Raza - 1 year, 3 months ago

Log in to reply

You're welcome.

Nikola Alfredi - 1 year, 3 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...