Question 168800: How may three-digit numbers can be formed using the digits, 1, 2, 3, 4, and 5? Repeated digits are allowed.
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! How may three-digit numbers can be formed using the digits, 1, 2, 3, 4, and 5? Repeated digits are allowed.
----------
ways to choose the 1st digit: 5
ways to choose the 2nd digit: 5
ways to choose the 3rd digit: 5
---------------
Total number of 3 digit numbers with the digit restriction: 5^3 = 125
===================================
Cheers,
Stan H.
|
|
|