Question 133028
you have the numbers 1, 2, 3, 4, 5, 6, 7, 8, 9, and 0
You have to find the number of possible solutions for a four digit code.
numbers can be used more than once
----------------------
Choose the 1st digit: 10 ways
Choose the 2nd digit: 10 ways
Choose the 3rd digit: 10 ways
Choose the 4th digit: 10 ways
--------------------------------
Total number of code words = 10^4 = 10,000
==================================
Cheers,
Stan H.