Question 227914
how many even 3 digit positive integers can be written using the digits 1, 2, 4, 7, and 8?
------------------
# of ways to pick the units digit: 3
# of ways to pick the tens digit: 4
# of ways to pick the hundreds digit: 3
===========================================
Ans: 3*4*3 = 36
===========================================
Cheers,
Stan H.