We can choose the 5 letters to be placed in the correct envelopes C(10,5) ways and for each of those ways, there are !5 (5 sub-factorial) ways to place the other 5 wrong. Answer: C(10,5)*!5 = , where Int() is the greatest integer function. Edwin