There are 10 stations on a circular path. A train has to stop at 3 stations such that no two stations are adjacent.The number of such selections must be
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.
One just needs to use the 2 n d Kaplansky's Lemma:
The number of ways of selecting p objects with no two adjacent, from n objects arranged in a cycle, is: g ( n , p ) = n − p n ( p n − p ) . Therefore: g ( 1 0 , 3 ) = 7 1 0 ( 3 7 ) = 5 0 .