Answer:
64 combination attempts
Explanation:
Since each dial in the lock is numbered from 1-8 then there are 8 possibilities for each dial. Out of the three dials, only 2 actually need to be correct in order for the lock to open therefore, we simply raise the number of possibilities for each dial to the power of 2 which should give us the total number of tries we need in order to guarantee that it opens. Assuming that you are making the combinations in numerical order 1-1-1, 1-1-2, 1-1-3, etc.
8^2 = 64 combination attempts