Find the number of ways of arranging the letters












6












$begingroup$



Find the number of ways of arranging the letters $text{AAAAA, BBB, CCC, D, EE & F}$ in a row if no two $text{C's}$ are together?




My Attempt:



Well, I should I arrive at the answer if I subtract the cases where 3 $text{C's}$ and 2 $text{C's}$ appear together from the total.



Total possibilities $= frac{15!}{5!3!3!2!}$



Total possibilities where 3 $text{C's}$ appear $=frac{13!}{5!3!2!}$



However, I am not able to find the possibilities for 2 $text{C's}$ being together and get to the answer.



Any help would be appreciated.










share|cite|improve this question











$endgroup$








  • 1




    $begingroup$
    I'd try to find all arrangements of non–C letters, then splitting each sequence into four groups (with the first one and last one possibly empty).
    $endgroup$
    – CiaPan
    Mar 12 '18 at 12:02
















6












$begingroup$



Find the number of ways of arranging the letters $text{AAAAA, BBB, CCC, D, EE & F}$ in a row if no two $text{C's}$ are together?




My Attempt:



Well, I should I arrive at the answer if I subtract the cases where 3 $text{C's}$ and 2 $text{C's}$ appear together from the total.



Total possibilities $= frac{15!}{5!3!3!2!}$



Total possibilities where 3 $text{C's}$ appear $=frac{13!}{5!3!2!}$



However, I am not able to find the possibilities for 2 $text{C's}$ being together and get to the answer.



Any help would be appreciated.










share|cite|improve this question











$endgroup$








  • 1




    $begingroup$
    I'd try to find all arrangements of non–C letters, then splitting each sequence into four groups (with the first one and last one possibly empty).
    $endgroup$
    – CiaPan
    Mar 12 '18 at 12:02














6












6








6





$begingroup$



Find the number of ways of arranging the letters $text{AAAAA, BBB, CCC, D, EE & F}$ in a row if no two $text{C's}$ are together?




My Attempt:



Well, I should I arrive at the answer if I subtract the cases where 3 $text{C's}$ and 2 $text{C's}$ appear together from the total.



Total possibilities $= frac{15!}{5!3!3!2!}$



Total possibilities where 3 $text{C's}$ appear $=frac{13!}{5!3!2!}$



However, I am not able to find the possibilities for 2 $text{C's}$ being together and get to the answer.



Any help would be appreciated.










share|cite|improve this question











$endgroup$





Find the number of ways of arranging the letters $text{AAAAA, BBB, CCC, D, EE & F}$ in a row if no two $text{C's}$ are together?




My Attempt:



Well, I should I arrive at the answer if I subtract the cases where 3 $text{C's}$ and 2 $text{C's}$ appear together from the total.



Total possibilities $= frac{15!}{5!3!3!2!}$



Total possibilities where 3 $text{C's}$ appear $=frac{13!}{5!3!2!}$



However, I am not able to find the possibilities for 2 $text{C's}$ being together and get to the answer.



Any help would be appreciated.







combinatorics permutations






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 12 '18 at 12:05









Parcly Taxel

41.7k137299




41.7k137299










asked Mar 12 '18 at 11:52









Piano LandPiano Land

379115




379115








  • 1




    $begingroup$
    I'd try to find all arrangements of non–C letters, then splitting each sequence into four groups (with the first one and last one possibly empty).
    $endgroup$
    – CiaPan
    Mar 12 '18 at 12:02














  • 1




    $begingroup$
    I'd try to find all arrangements of non–C letters, then splitting each sequence into four groups (with the first one and last one possibly empty).
    $endgroup$
    – CiaPan
    Mar 12 '18 at 12:02








1




1




$begingroup$
I'd try to find all arrangements of non–C letters, then splitting each sequence into four groups (with the first one and last one possibly empty).
$endgroup$
– CiaPan
Mar 12 '18 at 12:02




$begingroup$
I'd try to find all arrangements of non–C letters, then splitting each sequence into four groups (with the first one and last one possibly empty).
$endgroup$
– CiaPan
Mar 12 '18 at 12:02










5 Answers
5






active

oldest

votes


















5












$begingroup$

While I prefer the approach explained by Alaleh A and Parcly Taxel, here is how you can solve the problem using the Inclusion-Exclusion Principle.



The number of distinguishable arrangements of $5$ As, $3$ Bs, $3$ Cs, $1$ D, $2$ Es, and $1$ F is
$$frac{15!}{5!3!3!1!2!1!}$$
as you found.



From these, we must subtract those arrangements in which a pair of Cs are adjacent.



A pair of Cs are adjacent: We have $14$ objects to arrange, $5$ As, $3$ Bs, $1$ CC, $1$ C, $1$ D, $2$ Es, and $1$ F. They can be arranged in
$$frac{14!}{5!3!1!1!1!2!1!}$$
ways.



However, if we subtract $frac{14!}{5!3!1!1!1!2!1!}$ from the total, we will have subtracted too much since we will have subtracted each arrangement with two pairs of adjacent Cs twice (such arrangements have three consecutive Cs), once when we designated the first two Cs as the adjacent pair and once when we designated the last two Cs as the adjacent pair. Since we only want to subtract such arrangements once, we must add them back.



Two pairs of adjacent Cs: As mentioned above, this means the three Cs are consecutive. Hence, we have $13$ objects to arrange, $5$ As, $3$ Bs, $1$ CCC, $1$ D, $2$ Es, and $1$ F. The number of such arrangements is
$$frac{13!}{5!3!1!1!2!1!}$$
as you found.



Hence, the number of arrangements of $5$ As, $3$ Bs, $3$ Cs, $1$ D, $2$ Es, and $1$ F in which no two Cs are consecutive is
$$frac{15!}{5!3!3!1!2!1!} - frac{14!}{5!3!1!1!2!1!} + frac{13!}{5!3!1!1!2!1!}$$






share|cite|improve this answer









$endgroup$





















    14












    $begingroup$

    Ignore the C's for the moment and arrange the remaining letters. There are $frac{12!}{5!3!2!}=332640$ ways to do this.



    Now consider the thirteen spaces between and beyond the letters – at most one C may be inserted into each space, so given an arrangement of the other letters there are $binom{13}3=286$ ways to add C's.



    The total number of admissible combinations is thus $332640×286=95135040$.






    share|cite|improve this answer









    $endgroup$





















      7












      $begingroup$

      Try a simpler approach, start with counting he number of ways you can arrange all letters except C's. it's:



      $$ frac{12!}{5!3!2!}$$



      now there are 13 places to put the C's where they won't be next to each other so the answer is:



      $$frac{12!}{5!3!2!} binom{13}{3}$$






      share|cite|improve this answer









      $endgroup$





















        2












        $begingroup$

        Let $n_1$ be all letters except C ($=12$)and $n_2$ be Cs ($=3$). I am going to generalize the solution in such a manner that you have no two C's together (p=0), two C's together (p=1) and three C's together (p=2)



        Each pair must have a left-hand member, which we can choose from any of the Cs except the last: $tbinom{n_2-1}{p}$. This will create $n_2-p$ blocks of Cs, which we can distribute into the $n_1+1$ slots between and around the non-Cs: $tbinom{n_1+1}{n_2-p}$. Thus the number of arrangemenets with exactly $p$ pairs is $tbinom{n_2-1}{p}tbinom{n_1+1}{n_2-p}.frac{n_1!}{5!.3!.2!}$



        For p = 0 in the question



        $$tbinom{3-1}{0}tbinom{12+1}{3-0}.frac{12!}{5!.3!.2!}$$



        $$tbinom{2}{0}tbinom{13}{3}.frac{12!}{5!.3!.2!}$$






        share|cite|improve this answer









        $endgroup$





















          -3












          $begingroup$

          First arrange all the letters without $C$'s, i.e. $$frac{12!}{5!3!1!2!1!}.$$
          Now we have to fill inside the gaps between arranged letters.
          As they given no two $C$'s come together, means $3$ $C$'s also doesn't come together.
          The answer:
          $$
          frac{12!}{5!3!1!2!1!}*frac{P^{13}_3}{3!}.
          $$

          For example I have $3$ chocolates, that doesn't mean that I don't have $2$.






          share|cite|improve this answer











          $endgroup$













            Your Answer





            StackExchange.ifUsing("editor", function () {
            return StackExchange.using("mathjaxEditing", function () {
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            });
            });
            }, "mathjax-editing");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "69"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2687684%2ffind-the-number-of-ways-of-arranging-the-letters%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            5 Answers
            5






            active

            oldest

            votes








            5 Answers
            5






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            5












            $begingroup$

            While I prefer the approach explained by Alaleh A and Parcly Taxel, here is how you can solve the problem using the Inclusion-Exclusion Principle.



            The number of distinguishable arrangements of $5$ As, $3$ Bs, $3$ Cs, $1$ D, $2$ Es, and $1$ F is
            $$frac{15!}{5!3!3!1!2!1!}$$
            as you found.



            From these, we must subtract those arrangements in which a pair of Cs are adjacent.



            A pair of Cs are adjacent: We have $14$ objects to arrange, $5$ As, $3$ Bs, $1$ CC, $1$ C, $1$ D, $2$ Es, and $1$ F. They can be arranged in
            $$frac{14!}{5!3!1!1!1!2!1!}$$
            ways.



            However, if we subtract $frac{14!}{5!3!1!1!1!2!1!}$ from the total, we will have subtracted too much since we will have subtracted each arrangement with two pairs of adjacent Cs twice (such arrangements have three consecutive Cs), once when we designated the first two Cs as the adjacent pair and once when we designated the last two Cs as the adjacent pair. Since we only want to subtract such arrangements once, we must add them back.



            Two pairs of adjacent Cs: As mentioned above, this means the three Cs are consecutive. Hence, we have $13$ objects to arrange, $5$ As, $3$ Bs, $1$ CCC, $1$ D, $2$ Es, and $1$ F. The number of such arrangements is
            $$frac{13!}{5!3!1!1!2!1!}$$
            as you found.



            Hence, the number of arrangements of $5$ As, $3$ Bs, $3$ Cs, $1$ D, $2$ Es, and $1$ F in which no two Cs are consecutive is
            $$frac{15!}{5!3!3!1!2!1!} - frac{14!}{5!3!1!1!2!1!} + frac{13!}{5!3!1!1!2!1!}$$






            share|cite|improve this answer









            $endgroup$


















              5












              $begingroup$

              While I prefer the approach explained by Alaleh A and Parcly Taxel, here is how you can solve the problem using the Inclusion-Exclusion Principle.



              The number of distinguishable arrangements of $5$ As, $3$ Bs, $3$ Cs, $1$ D, $2$ Es, and $1$ F is
              $$frac{15!}{5!3!3!1!2!1!}$$
              as you found.



              From these, we must subtract those arrangements in which a pair of Cs are adjacent.



              A pair of Cs are adjacent: We have $14$ objects to arrange, $5$ As, $3$ Bs, $1$ CC, $1$ C, $1$ D, $2$ Es, and $1$ F. They can be arranged in
              $$frac{14!}{5!3!1!1!1!2!1!}$$
              ways.



              However, if we subtract $frac{14!}{5!3!1!1!1!2!1!}$ from the total, we will have subtracted too much since we will have subtracted each arrangement with two pairs of adjacent Cs twice (such arrangements have three consecutive Cs), once when we designated the first two Cs as the adjacent pair and once when we designated the last two Cs as the adjacent pair. Since we only want to subtract such arrangements once, we must add them back.



              Two pairs of adjacent Cs: As mentioned above, this means the three Cs are consecutive. Hence, we have $13$ objects to arrange, $5$ As, $3$ Bs, $1$ CCC, $1$ D, $2$ Es, and $1$ F. The number of such arrangements is
              $$frac{13!}{5!3!1!1!2!1!}$$
              as you found.



              Hence, the number of arrangements of $5$ As, $3$ Bs, $3$ Cs, $1$ D, $2$ Es, and $1$ F in which no two Cs are consecutive is
              $$frac{15!}{5!3!3!1!2!1!} - frac{14!}{5!3!1!1!2!1!} + frac{13!}{5!3!1!1!2!1!}$$






              share|cite|improve this answer









              $endgroup$
















                5












                5








                5





                $begingroup$

                While I prefer the approach explained by Alaleh A and Parcly Taxel, here is how you can solve the problem using the Inclusion-Exclusion Principle.



                The number of distinguishable arrangements of $5$ As, $3$ Bs, $3$ Cs, $1$ D, $2$ Es, and $1$ F is
                $$frac{15!}{5!3!3!1!2!1!}$$
                as you found.



                From these, we must subtract those arrangements in which a pair of Cs are adjacent.



                A pair of Cs are adjacent: We have $14$ objects to arrange, $5$ As, $3$ Bs, $1$ CC, $1$ C, $1$ D, $2$ Es, and $1$ F. They can be arranged in
                $$frac{14!}{5!3!1!1!1!2!1!}$$
                ways.



                However, if we subtract $frac{14!}{5!3!1!1!1!2!1!}$ from the total, we will have subtracted too much since we will have subtracted each arrangement with two pairs of adjacent Cs twice (such arrangements have three consecutive Cs), once when we designated the first two Cs as the adjacent pair and once when we designated the last two Cs as the adjacent pair. Since we only want to subtract such arrangements once, we must add them back.



                Two pairs of adjacent Cs: As mentioned above, this means the three Cs are consecutive. Hence, we have $13$ objects to arrange, $5$ As, $3$ Bs, $1$ CCC, $1$ D, $2$ Es, and $1$ F. The number of such arrangements is
                $$frac{13!}{5!3!1!1!2!1!}$$
                as you found.



                Hence, the number of arrangements of $5$ As, $3$ Bs, $3$ Cs, $1$ D, $2$ Es, and $1$ F in which no two Cs are consecutive is
                $$frac{15!}{5!3!3!1!2!1!} - frac{14!}{5!3!1!1!2!1!} + frac{13!}{5!3!1!1!2!1!}$$






                share|cite|improve this answer









                $endgroup$



                While I prefer the approach explained by Alaleh A and Parcly Taxel, here is how you can solve the problem using the Inclusion-Exclusion Principle.



                The number of distinguishable arrangements of $5$ As, $3$ Bs, $3$ Cs, $1$ D, $2$ Es, and $1$ F is
                $$frac{15!}{5!3!3!1!2!1!}$$
                as you found.



                From these, we must subtract those arrangements in which a pair of Cs are adjacent.



                A pair of Cs are adjacent: We have $14$ objects to arrange, $5$ As, $3$ Bs, $1$ CC, $1$ C, $1$ D, $2$ Es, and $1$ F. They can be arranged in
                $$frac{14!}{5!3!1!1!1!2!1!}$$
                ways.



                However, if we subtract $frac{14!}{5!3!1!1!1!2!1!}$ from the total, we will have subtracted too much since we will have subtracted each arrangement with two pairs of adjacent Cs twice (such arrangements have three consecutive Cs), once when we designated the first two Cs as the adjacent pair and once when we designated the last two Cs as the adjacent pair. Since we only want to subtract such arrangements once, we must add them back.



                Two pairs of adjacent Cs: As mentioned above, this means the three Cs are consecutive. Hence, we have $13$ objects to arrange, $5$ As, $3$ Bs, $1$ CCC, $1$ D, $2$ Es, and $1$ F. The number of such arrangements is
                $$frac{13!}{5!3!1!1!2!1!}$$
                as you found.



                Hence, the number of arrangements of $5$ As, $3$ Bs, $3$ Cs, $1$ D, $2$ Es, and $1$ F in which no two Cs are consecutive is
                $$frac{15!}{5!3!3!1!2!1!} - frac{14!}{5!3!1!1!2!1!} + frac{13!}{5!3!1!1!2!1!}$$







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Mar 12 '18 at 12:27









                N. F. TaussigN. F. Taussig

                44k93355




                44k93355























                    14












                    $begingroup$

                    Ignore the C's for the moment and arrange the remaining letters. There are $frac{12!}{5!3!2!}=332640$ ways to do this.



                    Now consider the thirteen spaces between and beyond the letters – at most one C may be inserted into each space, so given an arrangement of the other letters there are $binom{13}3=286$ ways to add C's.



                    The total number of admissible combinations is thus $332640×286=95135040$.






                    share|cite|improve this answer









                    $endgroup$


















                      14












                      $begingroup$

                      Ignore the C's for the moment and arrange the remaining letters. There are $frac{12!}{5!3!2!}=332640$ ways to do this.



                      Now consider the thirteen spaces between and beyond the letters – at most one C may be inserted into each space, so given an arrangement of the other letters there are $binom{13}3=286$ ways to add C's.



                      The total number of admissible combinations is thus $332640×286=95135040$.






                      share|cite|improve this answer









                      $endgroup$
















                        14












                        14








                        14





                        $begingroup$

                        Ignore the C's for the moment and arrange the remaining letters. There are $frac{12!}{5!3!2!}=332640$ ways to do this.



                        Now consider the thirteen spaces between and beyond the letters – at most one C may be inserted into each space, so given an arrangement of the other letters there are $binom{13}3=286$ ways to add C's.



                        The total number of admissible combinations is thus $332640×286=95135040$.






                        share|cite|improve this answer









                        $endgroup$



                        Ignore the C's for the moment and arrange the remaining letters. There are $frac{12!}{5!3!2!}=332640$ ways to do this.



                        Now consider the thirteen spaces between and beyond the letters – at most one C may be inserted into each space, so given an arrangement of the other letters there are $binom{13}3=286$ ways to add C's.



                        The total number of admissible combinations is thus $332640×286=95135040$.







                        share|cite|improve this answer












                        share|cite|improve this answer



                        share|cite|improve this answer










                        answered Mar 12 '18 at 12:04









                        Parcly TaxelParcly Taxel

                        41.7k137299




                        41.7k137299























                            7












                            $begingroup$

                            Try a simpler approach, start with counting he number of ways you can arrange all letters except C's. it's:



                            $$ frac{12!}{5!3!2!}$$



                            now there are 13 places to put the C's where they won't be next to each other so the answer is:



                            $$frac{12!}{5!3!2!} binom{13}{3}$$






                            share|cite|improve this answer









                            $endgroup$


















                              7












                              $begingroup$

                              Try a simpler approach, start with counting he number of ways you can arrange all letters except C's. it's:



                              $$ frac{12!}{5!3!2!}$$



                              now there are 13 places to put the C's where they won't be next to each other so the answer is:



                              $$frac{12!}{5!3!2!} binom{13}{3}$$






                              share|cite|improve this answer









                              $endgroup$
















                                7












                                7








                                7





                                $begingroup$

                                Try a simpler approach, start with counting he number of ways you can arrange all letters except C's. it's:



                                $$ frac{12!}{5!3!2!}$$



                                now there are 13 places to put the C's where they won't be next to each other so the answer is:



                                $$frac{12!}{5!3!2!} binom{13}{3}$$






                                share|cite|improve this answer









                                $endgroup$



                                Try a simpler approach, start with counting he number of ways you can arrange all letters except C's. it's:



                                $$ frac{12!}{5!3!2!}$$



                                now there are 13 places to put the C's where they won't be next to each other so the answer is:



                                $$frac{12!}{5!3!2!} binom{13}{3}$$







                                share|cite|improve this answer












                                share|cite|improve this answer



                                share|cite|improve this answer










                                answered Mar 12 '18 at 12:02









                                Alaleh AAlaleh A

                                355212




                                355212























                                    2












                                    $begingroup$

                                    Let $n_1$ be all letters except C ($=12$)and $n_2$ be Cs ($=3$). I am going to generalize the solution in such a manner that you have no two C's together (p=0), two C's together (p=1) and three C's together (p=2)



                                    Each pair must have a left-hand member, which we can choose from any of the Cs except the last: $tbinom{n_2-1}{p}$. This will create $n_2-p$ blocks of Cs, which we can distribute into the $n_1+1$ slots between and around the non-Cs: $tbinom{n_1+1}{n_2-p}$. Thus the number of arrangemenets with exactly $p$ pairs is $tbinom{n_2-1}{p}tbinom{n_1+1}{n_2-p}.frac{n_1!}{5!.3!.2!}$



                                    For p = 0 in the question



                                    $$tbinom{3-1}{0}tbinom{12+1}{3-0}.frac{12!}{5!.3!.2!}$$



                                    $$tbinom{2}{0}tbinom{13}{3}.frac{12!}{5!.3!.2!}$$






                                    share|cite|improve this answer









                                    $endgroup$


















                                      2












                                      $begingroup$

                                      Let $n_1$ be all letters except C ($=12$)and $n_2$ be Cs ($=3$). I am going to generalize the solution in such a manner that you have no two C's together (p=0), two C's together (p=1) and three C's together (p=2)



                                      Each pair must have a left-hand member, which we can choose from any of the Cs except the last: $tbinom{n_2-1}{p}$. This will create $n_2-p$ blocks of Cs, which we can distribute into the $n_1+1$ slots between and around the non-Cs: $tbinom{n_1+1}{n_2-p}$. Thus the number of arrangemenets with exactly $p$ pairs is $tbinom{n_2-1}{p}tbinom{n_1+1}{n_2-p}.frac{n_1!}{5!.3!.2!}$



                                      For p = 0 in the question



                                      $$tbinom{3-1}{0}tbinom{12+1}{3-0}.frac{12!}{5!.3!.2!}$$



                                      $$tbinom{2}{0}tbinom{13}{3}.frac{12!}{5!.3!.2!}$$






                                      share|cite|improve this answer









                                      $endgroup$
















                                        2












                                        2








                                        2





                                        $begingroup$

                                        Let $n_1$ be all letters except C ($=12$)and $n_2$ be Cs ($=3$). I am going to generalize the solution in such a manner that you have no two C's together (p=0), two C's together (p=1) and three C's together (p=2)



                                        Each pair must have a left-hand member, which we can choose from any of the Cs except the last: $tbinom{n_2-1}{p}$. This will create $n_2-p$ blocks of Cs, which we can distribute into the $n_1+1$ slots between and around the non-Cs: $tbinom{n_1+1}{n_2-p}$. Thus the number of arrangemenets with exactly $p$ pairs is $tbinom{n_2-1}{p}tbinom{n_1+1}{n_2-p}.frac{n_1!}{5!.3!.2!}$



                                        For p = 0 in the question



                                        $$tbinom{3-1}{0}tbinom{12+1}{3-0}.frac{12!}{5!.3!.2!}$$



                                        $$tbinom{2}{0}tbinom{13}{3}.frac{12!}{5!.3!.2!}$$






                                        share|cite|improve this answer









                                        $endgroup$



                                        Let $n_1$ be all letters except C ($=12$)and $n_2$ be Cs ($=3$). I am going to generalize the solution in such a manner that you have no two C's together (p=0), two C's together (p=1) and three C's together (p=2)



                                        Each pair must have a left-hand member, which we can choose from any of the Cs except the last: $tbinom{n_2-1}{p}$. This will create $n_2-p$ blocks of Cs, which we can distribute into the $n_1+1$ slots between and around the non-Cs: $tbinom{n_1+1}{n_2-p}$. Thus the number of arrangemenets with exactly $p$ pairs is $tbinom{n_2-1}{p}tbinom{n_1+1}{n_2-p}.frac{n_1!}{5!.3!.2!}$



                                        For p = 0 in the question



                                        $$tbinom{3-1}{0}tbinom{12+1}{3-0}.frac{12!}{5!.3!.2!}$$



                                        $$tbinom{2}{0}tbinom{13}{3}.frac{12!}{5!.3!.2!}$$







                                        share|cite|improve this answer












                                        share|cite|improve this answer



                                        share|cite|improve this answer










                                        answered Mar 12 '18 at 12:48









                                        Satish RamanathanSatish Ramanathan

                                        9,66531323




                                        9,66531323























                                            -3












                                            $begingroup$

                                            First arrange all the letters without $C$'s, i.e. $$frac{12!}{5!3!1!2!1!}.$$
                                            Now we have to fill inside the gaps between arranged letters.
                                            As they given no two $C$'s come together, means $3$ $C$'s also doesn't come together.
                                            The answer:
                                            $$
                                            frac{12!}{5!3!1!2!1!}*frac{P^{13}_3}{3!}.
                                            $$

                                            For example I have $3$ chocolates, that doesn't mean that I don't have $2$.






                                            share|cite|improve this answer











                                            $endgroup$


















                                              -3












                                              $begingroup$

                                              First arrange all the letters without $C$'s, i.e. $$frac{12!}{5!3!1!2!1!}.$$
                                              Now we have to fill inside the gaps between arranged letters.
                                              As they given no two $C$'s come together, means $3$ $C$'s also doesn't come together.
                                              The answer:
                                              $$
                                              frac{12!}{5!3!1!2!1!}*frac{P^{13}_3}{3!}.
                                              $$

                                              For example I have $3$ chocolates, that doesn't mean that I don't have $2$.






                                              share|cite|improve this answer











                                              $endgroup$
















                                                -3












                                                -3








                                                -3





                                                $begingroup$

                                                First arrange all the letters without $C$'s, i.e. $$frac{12!}{5!3!1!2!1!}.$$
                                                Now we have to fill inside the gaps between arranged letters.
                                                As they given no two $C$'s come together, means $3$ $C$'s also doesn't come together.
                                                The answer:
                                                $$
                                                frac{12!}{5!3!1!2!1!}*frac{P^{13}_3}{3!}.
                                                $$

                                                For example I have $3$ chocolates, that doesn't mean that I don't have $2$.






                                                share|cite|improve this answer











                                                $endgroup$



                                                First arrange all the letters without $C$'s, i.e. $$frac{12!}{5!3!1!2!1!}.$$
                                                Now we have to fill inside the gaps between arranged letters.
                                                As they given no two $C$'s come together, means $3$ $C$'s also doesn't come together.
                                                The answer:
                                                $$
                                                frac{12!}{5!3!1!2!1!}*frac{P^{13}_3}{3!}.
                                                $$

                                                For example I have $3$ chocolates, that doesn't mean that I don't have $2$.







                                                share|cite|improve this answer














                                                share|cite|improve this answer



                                                share|cite|improve this answer








                                                edited Dec 8 '18 at 12:42









                                                Brahadeesh

                                                6,19742361




                                                6,19742361










                                                answered Dec 8 '18 at 12:03









                                                SRIRAM rococoSRIRAM rococo

                                                1




                                                1






























                                                    draft saved

                                                    draft discarded




















































                                                    Thanks for contributing an answer to Mathematics Stack Exchange!


                                                    • Please be sure to answer the question. Provide details and share your research!

                                                    But avoid



                                                    • Asking for help, clarification, or responding to other answers.

                                                    • Making statements based on opinion; back them up with references or personal experience.


                                                    Use MathJax to format equations. MathJax reference.


                                                    To learn more, see our tips on writing great answers.




                                                    draft saved


                                                    draft discarded














                                                    StackExchange.ready(
                                                    function () {
                                                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2687684%2ffind-the-number-of-ways-of-arranging-the-letters%23new-answer', 'question_page');
                                                    }
                                                    );

                                                    Post as a guest















                                                    Required, but never shown





















































                                                    Required, but never shown














                                                    Required, but never shown












                                                    Required, but never shown







                                                    Required, but never shown

































                                                    Required, but never shown














                                                    Required, but never shown












                                                    Required, but never shown







                                                    Required, but never shown







                                                    Popular posts from this blog

                                                    Tonle Sap (See)

                                                    I get strange results when I access the Sqlitedatabase with Unity C# via XAMPP

                                                    Guatemaltekische Davis-Cup-Mannschaft