SOLUTION: to open a combination lock, you must dial a 3-digit combination using the digits 0-39. How many combinations are possible ... a) if repeating a digit is allowed b) if repeating

Algebra ->  Probability-and-statistics -> SOLUTION: to open a combination lock, you must dial a 3-digit combination using the digits 0-39. How many combinations are possible ... a) if repeating a digit is allowed b) if repeating       Log On


   



Question 305601: to open a combination lock, you must dial a 3-digit combination using the digits 0-39. How many combinations are possible ...
a) if repeating a digit is allowed
b) if repeating a digit is not allowed

Found 2 solutions by stanbon, Alan3354:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
to open a combination lock, you must dial a 3-digit combination using the digits 0-39. How many combinations are possible ...
a) if repeating a digit is allowed::::39^3
==============================================
b) if repeating a digit is not allowed::: 39*38*37
=====================================================
Cheers,
Stan H.
=========

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
0-39 is 40 numbers
If repeats are allowed, it's 40^3 = 64000
If not, it's 40*39*38 = 59280
If repeats are allowed, but not consecutive repeats, it's 40*39*39 = 60840