SOLUTION: what numbers between 500 & 1900 can be made with the digits 3,4,5,6,7 &0 (repetition of digits is not allowed)?

Algebra ->  Test -> SOLUTION: what numbers between 500 & 1900 can be made with the digits 3,4,5,6,7 &0 (repetition of digits is not allowed)?      Log On


   



Question 993313: what numbers between 500 & 1900 can be made with the digits 3,4,5,6,7 &0 (repetition of digits is not allowed)?
Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
There cannot be any 4-digit numbers, since 1 is not allowed for a first digit.

So they are all 3 digit numbers.

We can choose the first digit any of 3 ways {5,6,7} (can't be 0).
We can choose the second digit any of the 5 remaining ways (can be 0).
We can choose the third digit any of the 4 remaining ways.

That's 3*5*4 = 60 ways.

Edwin