SOLUTION: How many odd numbers less than 1000 can be formed by using the digits 0, 3, 5, 7 when repetition of digits is not allowed?

Algebra ->  Permutations -> SOLUTION: How many odd numbers less than 1000 can be formed by using the digits 0, 3, 5, 7 when repetition of digits is not allowed?      Log On


   



Question 754597: How many odd numbers less than 1000 can be formed by using the digits 0, 3, 5, 7 when repetition of digits is not allowed?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
How many odd numbers less than 1000 can be formed by
using the digits 0, 3, 5, 7 when repetition of digits is not allowed?
--------------
Pattern for "less than 1000": h..t..u
-----
# of ways to choose u: 3
# of ways to choose h: 2
# of ways to choose t: 2
---
Total # that meet the condition: 3*2*2 = 12
===============
Cheers,
Stan H.
===============