200k views
5 votes
How many four-digit whole numbers are there such that the leftmost digit is odd, the second digit is even, and all four digits are different?

User Beaslera
by
5.7k points

1 Answer

6 votes

Answer: There are 1400 different combinations.

Explanation:

The conditions are:

we have 4-digits: abcd.

all the digits are different.

a is an odd number, and b is an even number.

Then, for a, we have the options 1, 3, 5, 7 and 9 (so we have 5 options).

for b, we have the options 0, 2, 4, 6 and 8 (so we have 5 options).

for c, we can have odd or even numbers, so we have 8 options ( remember that there where 2 numbers already taken away, this is why we have only 8 options).

for d we have 7 options (because 3 numbers are already taken).

Then the number of combinations is equal to the product of the number of options for each selection:

C = 5*5*8*7 = 1400

User Therealbigpepe
by
5.0k points