1、一个密码是由三个希腊字母组成的,现在从六个希腊字母中取三个不同的字母,有几种取法。它有一个限定条件好像是说希腊字母是有一定的顺序的。不能调换顺序。我选的C(6,3)。 Is AAA BBB and CCC allowed? Is AAB and AAC allowed? In other words, can you put the chosen letter back to the pool for future pickings? If allowed: No repeating letters: 6*5*4 two repeating letters: 3*3*2 Three repeating letters: 3 Then add them together. Or you start with 6*6*6 then remove the over-counting. -- by 会员 sdcar2010 (2011/3/27 21:16:06)
题目说了三个不同的字母。 |