Combinatorics Intermediate Challenges-II

A postman has to deliver four letters to four different houses in a street. Unfortunately the rain has erased the addresses, so he just distributes them randomly, one letter per house. What is the probability that every house gets the wrong letter (you should express it as a percentage)?

This problem is not original. It is roughly the level of difficulty of a standard problem from the Intermediate Challenge.This problem is part of this set .


The answer is 37.5.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Curtis Clement
Mar 8, 2015

Using complementary counting..... t o t a l c h o i c e s = 4 ! = 24 \large \ total \ choices = 4! = 24

c h o i c e s f o r a l l c o r r e c t = 1 \large \ choices \ for \ all \ correct = 1

c h o i c e s f o r 3 c o r r e c t = 0 \large \ choices \ for \ 3 \ correct = 0

c h o i c e s f o r 2 c o r r e c t = 6 \large \ choices \ for \ 2 \ correct = 6 (you correctly allocate 2 letters in ( 4 2 ) {4 \choose 2 } ways, then you are left with 1 possibility to satisfy the condition of 2 correctly sent letters)

c h o i c e s f o r 1 c o r r e c t = 8 \large \ choices \ for \ 1 \ correct = 8 (correctly send a letter, then you are left with 2 choices to incorrectly send the next, then you are left with 1 possibility to satisfy the condition of 1 correctly sent letter. This is done for 4 letters, so we calculate 2 × \times 4)

p ( n o n e c o r r e c t l y s e n t ) = 9 24 = 3 8 = 37.5 p e r c e n t \therefore\ p(none \ correctly \ sent ) = \frac{9}{24} = \frac{3}{8} = 37.5 \ percent

N o o f w a y s t o d i s a r r a n g e n i t e m s A = ( n ! ) [ 1 0 ! 1 1 ! + 1 2 ! 1 3 ! + 1 4 ! . . . . . ( 1 ) n n ! ] I n o u r c a s e n = 4 A = ( 4 ! ) [ 1 0 ! 1 1 ! + 1 2 ! 1 3 ! + 1 4 ! ] = 9 N o w P r o b a b i l i t y = 9 4 ! = 0.375 P e r c e n t a g e = 37.5 % No\quad of\quad ways\quad to\quad dis\quad arrange\quad n\quad items\\ A=\left( n! \right) \left[ \frac { 1 }{ 0! } -\frac { 1 }{ 1! } +\frac { 1 }{ 2! } -\frac { 1 }{ 3! } +\frac { 1 }{ 4! } .....\frac { { (-1) }^{ n } }{ n! } \right] \\ In\quad our\quad case\quad n=4\\ A=\left( 4! \right) \left[ \frac { 1 }{ 0! } -\frac { 1 }{ 1! } +\frac { 1 }{ 2! } -\frac { 1 }{ 3! } +\frac { 1 }{ 4! } \right] =9\\ Now\quad Probability\quad =\frac { 9 }{ 4! } =0.375\\ Percentage\quad =\quad 37.5\quad \%

Moderator note:

Simple standard approach.

Note that you don't have to use Latex brackets on the entire solution, but just on the equations that you want to display.

Calvin Lin Staff - 5 years, 2 months ago
Pawan Kumar
Apr 19, 2015

Let the four letters be { A , B , C , D } \{A, B, C, D\} .

1 s t 1^{st} letter A A can be delivered to 3 3 houses.

2 n d 2^{nd} letter corresponding to the house where letter A A had been delivered could be delivered to any 3 3 remaining houses.

The remaining letters can be delivered in only one way.

Hence total ways to deliver letter such that no letter is delivered correctly = 3 × 3 = 3 \times 3

Required probability = 9 4 ! × 100 = 900 24 = 37.5 % =\frac{9}{4!} \times 100 = \frac{900}{24} = 37.5\%

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...