How Many Even Integers?

How many four-digit even integers have the property that their digits strictly increase in order from left to right?

Details and assumptions

The number 12 = 012 12=012 is a 2-digit number, not a 3-digit number.


The answer is 46.

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.

5 solutions

Josh Petrin
Sep 1, 2013

Before we split into cases, notice one thing: given any m m numbers of a set of n n integers ( m n m \le n ), there is exactly one permutation per m m different numbers chosen that has all m m numbers in strictly increasing order. Thus, the number of ways we can arrange m m elements of a set of n n integers in stricly increasing order is equal to ( n m ) \binom{n}{m} .

We'll break cases into the possibilities of the last [units] digit. Obviously, the last digit cannot be either 0 0 or 2 2 , so we have only 3 3 cases:

Case 1: The last digit is 4 4 . This obviously yields 1 1 case.

Case 2: The last digit is 6 6 . By our logic above, we can choose 3 3 elements from the set { 1 , 2 , 3 , 4 , 5 } \{ 1, 2, 3, 4, 5 \} to be the first three digits and arrange them, which yields ( 5 3 ) = 10 \binom{5}{3} = 10 cases.

Case 3: The last digit is 8 8 . Again by our logic above, we can choose 3 3 elements from the set { 1 , 2 , 3 , 4 , 5 , 6 , 7 } \{ 1, 2, 3, 4, 5, 6, 7 \} to be the first three digits and arrange them, which yields ( 7 3 ) = 35 \binom{7}{3} = 35 cases.

Summing our cases, we find that there are 1 + 10 + 35 = 46 1 + 10 + 35 = \boxed{46} such numbers.

Oh God! I just get 47, just slightly manual calculation ! Whoaaaaaaaaaaa....... ;(

Hsiip Uxm - 7 years, 9 months ago

What does "strictly increasing" mean?

Klahrinz William Catubig - 7 years, 9 months ago

Log in to reply

U are correct

Vamsi Krishna Appili - 7 years, 9 months ago

I do not know left and right. I did the opposit and my answer was 1 + 10 + 35 + 84 = 130

Matheus Bernardini - 7 years, 9 months ago
Riemann Soliven
Sep 3, 2013

There are only three cases wherein we can assemble the four-digit number with it being an even number. It's only when the last digit is 4, 6 or 8. Since the digits must be strictly increasing, the last digit must be the greatest of the 4. Case 1: When the last digit is 4 There are only three natural numbers less than 4. We cannot put zero as a digit because the digits must be strictly increasing. So to assemble the number, there are 3C3=1 way. Case 2: When the last digit is 6 The same as the first. There are 5 natural numbers less than 6. To choose the other 3 digits, there are 5C3=10 ways. Case 3: When the last digit is 8 There are 7C3=35 ways. Summing up all the cases, we have 1+10+35=46 total number of four-digit numbers

Mani Jha
Sep 3, 2013

The numbers can only have 4,6 or 8 at the end, because these are the only even single-digit numbers which have at least 3 positive integers(>0) less than them.

With 4 at the end, there's only one possible combination so that the numbers increase from left to right: 1234

With 6 at the end, you can choose three numbers out of (1,2,3,4,5) to fill for the preceding 3 digits. It would be tempting to use permutations of the 5 numbers, with 3 objects. But that would give the wrong answer, because taking permutations takes all the possible arrangements of the three selected numbers. But for the 3 selected numbers, we require only one arrangement - * the one where the numbers are arranged in ascending order *

So, what we do is we select any 3 combinations from the 5 integers, and arrange them in the desired way. So, all we need to do is use combinations. 5 C 3 = 10 5C_{3} =10

With 8 at the end, we have to choose 3 numbers out of (1,2,3,4,5,6,7) which will be 7 C 3 = 35 7C_{3}=35

The total sum is 1 + 10 + 35 = 46 1+10+35=46

Abin Das
Sep 4, 2013

If the last digit is 0 or 2,number of required numbers=0.

If the last digit is 4,the digits 1,2,and 3 can be used as the other digits.Thus there will be one number like that.

If the last digit is 6,the digits 1,2,3,4 and 5 can be used as the other digits.Among them 3 can be chosen in 10 ways.

If the last digit is 8,the digits 1,2,3,4,5,6 and 7 can be used as the other digits.Among them 3 can be chosen in C(7,3) ways i.e,35 ways

Therefore total number of required 4-digit numbers=1+10+35= 46

Daniel Wang
Sep 1, 2013

Let the digits of the four digit number be a,b,c,and d If d=4, a,b,and c can only have 3C3 ways to operate If d=6 a,b, and c can only have 5C3 ways to operate if d=8 a,b, and c can only have 7C3 ways to operate Therefore, we add all our cases to get 46 total ways I hope this was a nice solution.=)

how if the last digit is 5,7 or 9 ? why did you skip the odd positive integer ?

Fajar Perdana - 7 years, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...