61.4k views
5 votes
Help with Permutation

four-digit numbers are made using the digits {0,1,2,3,4} where each digit is different
how many four-digit ODD numbers are there?

User TomDunning
by
8.0k points

1 Answer

3 votes
ABCD is a number.

The number will odd, only if it last digit is odd - , so for D, we have 2 choices {1 and 3}.

For A, now, we could have 4 choices (because each digit should be different), but we cannot use "0", so it is going to be only 3 choices.

For B, we can use "0", and we already used 2 digits, so it is going to be 3 choices.

For C, we used already 3 digits, so we have left only 2 choices.
So altogether,
2*3*3*2=36 (4 digit odd numbers).
User Osei
by
7.8k points

No related questions found