I am trying to solve the following problem and the answer I am getting is (6 - 1) = 5 but the answer is given as 2.
Problem
A father purchased dress for his 3 daughters. The dresses are of same color but different size and they are kept in dark room. In how many ways all the 3 daughters will not choose their own dress?
Question
Is my logic in below solution missing something or may be my solution is correct but the answer given in book is wrong?
My Solution
Total number of ways of selecting dresses = number of ways of selecting wrong sizes + number of ways of selecting the correct sizes
Using symbols, the above equation becomes t = w + c
We need to determine w, which we can by knowing t and c. t= 3! = 6 c = 1 since there is only one correct way of each daughter selecting the correct size.
Therefore, 6 = w + 1
so, w = 5
So, there are 5 ways in which the daughters can select the wrong dress according to my logic. BUT the answer given is 2.