Menu Close

If-n-objects-are-arranged-in-a-row-then-find-the-number-of-ways-of-selecting-three-of-these-objects-so-that-no-two-of-them-are-next-to-each-other-




Question Number 21587 by Tinkutara last updated on 28/Sep/17
If n objects are arranged in a row, then  find the number of ways of selecting  three of these objects so that no two of  them are next to each other.
Ifnobjectsarearrangedinarow,thenfindthenumberofwaysofselectingthreeoftheseobjectssothatnotwoofthemarenexttoeachother.
Commented by mrW1 last updated on 29/Sep/17
Now I understand the question.
NowIunderstandthequestion.
Answered by mrW1 last updated on 06/Oct/17
to select 3 objects from n objects there  are totally C_3 ^n =((n(n−1)(n−2))/6) ways    for 3 objects next to each other there  are (n−2) ways    for 2 objects next to each other there  are 2(n−3)+(n−3)(n−4)=(n−2)(n−3) ways    ⇒number of ways without two objects  next to each other is therefore  ((n(n−1)(n−2))/6)−(n−2)−(n−2)(n−3)  =((n(n−1)(n−2))/6)−(n−2)^2   =(((n−2)(n^2 −7n+12))/6)  =(((n−2)(n−3)(n−4))/6)  =C_3 ^(n−2)
toselect3objectsfromnobjectstherearetotallyC3n=n(n1)(n2)6waysfor3objectsnexttoeachotherthereare(n2)waysfor2objectsnexttoeachotherthereare2(n3)+(n3)(n4)=(n2)(n3)waysnumberofwayswithouttwoobjectsnexttoeachotheristhereforen(n1)(n2)6(n2)(n2)(n3)=n(n1)(n2)6(n2)2=(n2)(n27n+12)6=(n2)(n3)(n4)6=C3n2
Commented by Tinkutara last updated on 06/Oct/17
Thank you very much Sir!
ThankyouverymuchSir!

Leave a Reply

Your email address will not be published. Required fields are marked *