KumarSurbhit
davidbeckham
In how many ways can a person post 5 letters in 3 letterboxes?
(A) 480
(B) 1024
(C) 54
(D) 3^5
(E) 5^3
Can someone please help address my doubt. I agree my answer is not correct but can anyone please point out where am I going wrong.
What if I try to solve it based on letterboxes such that each of the letterbox can receive max 5 letters.
hence, 5*5*5 = 5^3 is the answer
Or say this way
to select first letterbox among the three = 3C1
max all 5 letter can get into it = 5
so, for first = 3C1*5
likewise for second = 2C1 *4
for third = 3
Answer = 3C1*5 + 2C1*4 + 3 = 26
Hello Kumar Surbhit. Yours is a doubt which is very valid. 'Why can't it be done this way?'
The simplest way in these type of questions is think, who is going into what. Are letters going into the post boxes or post boxes going into the letters.
Here it becomes clear that letter will go into the post boxes.
So each letter can go into any of the 3 post boxes and therefore letter 1, 2, 3 4 and 5 each have 3 options = 3 * 3 * 3 * 3 * 3 = 81.
Take another example of 4 friends who want to stay in 5 hotels. is the answer \(4^5\) or \(5^4\).
Lets understands this. Will the friends go to the hotels or the hotels go to the friends. It would be friends going to the hotels.
So the first friend can stay in any of the 5 hotels, the 2nd too can stay in any 5 and so can the 3rd and 4th person.
Therefore the answer is \(5 * 5 * 5 * 5 = 5^4\)
Hope this helps
Arun Kumar