there is a 3 lock code with 8 different letters. suppose the lock operates by holding 3 buttons together so that order is not important. how many codes are possible?
why isnt the answer 8C3 x 7C2 x 6C1?
Your question isn't clear.
Your answer would have this sort of logic, however:
1. Pick three letters from eight... C(8,3) ways
2. Pick two letters from seven... C(7,2) ways
3. Pick one letter from six... C(6,1) = 6 ways
Which is clearly wrong.
That sort of answer implies there are three locks, and you pick three 'letters' from the first lock which has 8 to choose from, two from the second which has seven letters and one from the third which has six.
---
Now if your question is: "There is a lock with eight letters and three of them must be pushed down to unlock it. How many codes are possible?"
The answer is 8*7*6.
Answer:
1. Pick the first letter as part of the combination... 8 ways
2. Pick the second letter for the combination... 7 ways (as we can't select the same letter twice)
3. Pick the third letter for the combination... 6 ways (by similar reasoning).
So 8 x 7 x 6 is the answer.