Odd 3-digit numbers

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 12
Joined: Fri Aug 15, 2008 11:51 am

Odd 3-digit numbers

by lali_mew » Fri Aug 29, 2008 12:06 pm
This could be a repeat. I couldnt dig up an older matching topic though.

How many odd 3-digit integers greater than 800 are there such that their digits are different?
A)40
B)56
C)72
D)81
E)104

OA - [spoiler]C)72[/spoiler]

I could find the answer by actually browsing through the 100 odd numbers between 801 and 999 included. I'm sure there's a shorter way. Can anyone help me with this?

Legendary Member
Posts: 1153
Joined: Wed Jun 20, 2007 6:21 am
Thanked: 146 times
Followed by:2 members

Re: Odd 3-digit numbers

by parallel_chase » Fri Aug 29, 2008 12:59 pm
lali_mew wrote:This could be a repeat. I couldnt dig up an older matching topic though.

How many odd 3-digit integers greater than 800 are there such that their digits are different?
A)40
B)56
C)72
D)81
E)104

OA - [spoiler]C)72[/spoiler]

I could find the answer by actually browsing through the 100 odd numbers between 801 and 999 included. I'm sure there's a shorter way. Can anyone help me with this?

Here is the process:

for first digit we have 2 options (8,9)
for second digit we have 9 options (1,2,3,4,5,6,7,8,9,0)=10-1(which is used in the first option) = 9
for third digit we have 5 options (1,3,5,7,9).

we have to place 1 at the third digit.
2*8*1 = 16
first place can be arranged in two ways (8,9)
third place can be arranged in one way (1)
second place can be arranged in 8 ways.

Similarly we can arrange all the the three remaining odd integers i.e 3,5,7

16*4 = 64

we have to place 9 at the third digit.
1*8*1 = 8
first place can be arranged in one way (8)
third place can be arranged in one way (9)
second place can be arranged in 8 ways.

64+8 = 72

Let me know if you have any doubts.

Junior | Next Rank: 30 Posts
Posts: 12
Joined: Fri Aug 15, 2008 11:51 am

by lali_mew » Fri Aug 29, 2008 3:46 pm
Parallel_chase. That was brilliant. Thanks a lot!