Question 302149
Locks combinations are made by using 4 digits. How many different lock combinations can be made if repetition of digits is allowed 
---
1st digit: 10 ways
2nd digit: 10ways
3rd digit: 10 ways
4th digit: 10 ways
---
Total way = 10^4 = 10,000
==============================
Cheers,
Stan H.