Question 80902: given: 2,3,4,5,6,8 how many 3-digit numerals are possible selecting three at a time?
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! given: 2,3,4,5,6,8 how many 3-digit numerals are possible selecting three at a time?
----------
6 ways to pick the hundreds digit
6 ways to pick the tens digit
6 ways to pick the units digit
--------------
6^3 = 216 3-digit numerals are possible.
====================
Cheers,
Stan H.
|
|
|