4 Digit Positive Integers

This topic has expert replies
Newbie | Next Rank: 10 Posts
Posts: 1
Joined: Tue Aug 25, 2009 6:26 pm

4 Digit Positive Integers

by hatterhero » Tue Aug 25, 2009 6:27 pm
How many 4-digit positive even integers are there?

Junior | Next Rank: 30 Posts
Posts: 10
Joined: Tue May 06, 2008 10:44 pm
Thanked: 1 times

by keough » Tue Aug 25, 2009 6:42 pm
Smallest 4 positive even integer is 1000
Largest 4 digit positive even integer is 9998

Therefore total integers (9998 - 1000)/2 + 1 = 4500

Senior | Next Rank: 100 Posts
Posts: 65
Joined: Fri Jul 24, 2009 11:47 am
Thanked: 5 times

by rish » Tue Aug 25, 2009 7:48 pm
Here is another method

since you want only even numbers, the last digit can be 0,2,4,6,8. Number of ways of choosing one digit out of these is 5C1 = 5

1st digit can be 1..9 (excluding 0)..so number of ways = 9C1=9

2nd digit can be 0..9..so number of ways =10C1=10
3rd digit can be 0..9..so number of ways =10C1=10

So total = 9*10*10*5 = 4500