InterviewSolution
Saved Bookmarks
| 1. |
In the previous question, if the lock opens in only one arrangement of 4 digits, how many unsuccessful attempts are possible in which lock can not be opened? |
|
Answer» `4^9-1` |
|