Question 187198
 How many different four-digit numbers can be formed from the digits 0 through 9 if the first digit must be even and cannot be zero?
-----------------------
# of ways to pick 1st digit: 4
# of ways to pick each of the 2nd, 3rd, 4th: 10
----------------------------------
# of 4-digit numbers satisfying the condition: 4*10^3 = 4000
================================================================
Cheers,
Stan H.