Question 754596: How many distinct even numbers less than 1000 can be formed by using only the numbers {0, 2, 5, 6, 9}; when repetition of a number is not allowed?
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! How many distinct even numbers less than 1000 can be formed by using only the numbers {0, 2, 5, 6, 9}; when repetition of a number is not allowed?
-----
Pattern: h..t..u
---
ways to choose u: 3
ways to choose h: 4 if "0" is chosen for u; 3 if u is not zero
ways to choose t: 3
----
Ans: 3*4*3 = 36 OR 3*3*3 = 27
=====================================
Cheers,
Stan H.
----
|
|
|