Before Rick can open up his gym locker, he must remember the combination. Two of the numbers of the three-term sequence are and but he has forgotten the third, and does not know the order of the numbers. There are possibilities for the third number(from ). At ten second per try, at most how long(in minutes) will it take him to exhaust all possibilities?
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.
We consider the six subsets of possible combinations as: A 1 = ( x , 1 7 , 2 4 ) : 1 ≤ x ≤ 4 0 A 2 = ( x , 2 4 , 1 7 ) : 1 ≤ x ≤ 4 0 A 3 = ( 1 7 , x , 2 4 ) : 1 ≤ x ≤ 4 0 A 4 = ( 2 4 , x , 1 7 ) : 1 ≤ x ≤ 4 0 A 5 = ( 1 7 , 2 4 , x ) : 1 ≤ x ≤ 4 0 A 6 = ( 2 4 , 1 7 , x ) : 1 ≤ x ≤ 4 0 It is not difficult to see that each set has 4 0 elements and so by addition principle ther are 4 0 × 6 = 2 4 0 combinations to try and at most 4 0 minutes are needed. An important but easily missed fact in applying the addition principle is that the sets A i must form a partition for the principle to hold; that is, A i ∩ A j = ϕ for i = j . But in this problem, the combinations ( 1 7 , 1 7 , 2 4 ) belongs to both A 1 and A 3 . Similarly, each of the combinations ( 1 7 , 2 4 , 1 7 ) , ( 1 7 , 2 4 , 2 4 ) , ( 2 4 , 1 7 , 2 4 ) , ( 2 4 , 2 4 , 1 7 ) , ( 2 4 , 1 7 , 1 7 ) also belongs to two sets and is therefore counted twice. Hence, there are only 2 4 0 − 6 = 2 3 4 combinations to try, and the correct answer is 3 9 minutes.