Number of ways to form 3 digit even numbers from 1,2,5,6,9 if each digit can only be used once.
my understanding is that for even numbers, the last digit must be even or 0.
picking 3 numbers ->
my last pick (3rd number) i understand that i only need to have 2 available cards to pick and these 2 cards needs to be an even number (2,6)
so working backwards, my first pick will have 4 numbers to choose from,
So $4 \cdot 3 \cdot 2 $ is the answer.
But having 5 numbers to choose from, why is the first pick only 4 different possible ways ?
Because there aren't five possible numbers to choose from. One of them you have already used in the last position.