Question 942820
using the digits of 0,1,2,3,4,5,6,7,8,9 determine how many 3 digits numbers can be constructed according to the following criteria zero cannot be used for the first digit, digits may repeat
------
units digit:: 10 ways
tens digit:: 10 ways
hundreds digit:: 9 ways
-----
Ans:: # of 3-digit numbers:: 9*10^2 = 900
------------
Cheers,
Stan H.
============