8 balls are laid out in a 2 rows.
How many ways can they be rearranged so that exactly 3 are in the same position?
Image credit : https://qph.fs.quoracdn.net
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.
There are ( 3 8 ) = 5 6 ways of choosing which 3 to be in the same position.
And there are ! 5 = 4 4 ways of rearranging the remaining 5 , where ! n is the derangement formula.
5 6 ⋅ 4 4 = 2 4 6 4