Question 1173334
.
from the numbers 1,2,3,4,5,6,7,8 and 9 Four different numbers are selected to form a four digit number
How many four-digit even numbers can be formed?
~~~~~~~~~~~~~



<pre>
From the context, I assume that repeating of digits is NOT allowed.


Any of 4 even digits as an "ones" digit.


Any of 8 remaining digits as a "tens" digit.


Any of 7 remaining digits as a "hundred" digit.


Any of 6 remaining digits as a "thousand" digit.


In all, there are  4*8*7*6 = 1344 possible combinations.      <U>ANSWER</U>
</pre>

Solved.