There are 6 letters and 6 houses. Find Probability that
no house receives the correct letter.
at least one house gets a correct letter.
1 )A=No house receives the correct letter......this is derangements
So, I counted favorable outcomes by derangement formula just like below.
$$D(6)=6!\left(\frac1{0!}-\frac1{1!}+\frac1{2!}-\frac1{3!}+\frac1{4!}-\frac1{5!}+\frac1{6!}\right)=265$$
$P(A)=265/720$
2)B=At least one house gets a correct letter.
$P(B)=1-P(A)=1-265/720=455/720$
Here I want to know whether I am correct in the second scene or not ?? If not how to approach this problem??
Any suggestions will be welcome.