Answer:
the simplest way to obtain the correct answer is to divide by 2, since the overcounting will exactly double the answer, so
# of ways = 8*6*8*9*27/2 = 46,656 <---------
the longer way is 8c2*6*8*9 + 6c2*8*8*9 + 8c2*8*6*9 + 9c2*8*6*8Explanation: