Rahul wants to open a suitcase which has a 3 digit number lock in it. Unfortunately, he doesn't know the correct combination. He decides to use trial and error method. What is the maximum number of times, Rahul will have to change the digits to arrive at the correct combination?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Simply 10^3 because there are 10 possibilities for each digit.