A class consists of 15 boys of whom 5 are prefects. How many committees of 8 can be formed if each consists...












5












$begingroup$


A class consists of $15$ boys of whom $5$ are prefects. How many committees of 8 can be formed if each consists of at least $2$ prefects?



I had the solution following solution in mind but that seems to be incorrect. can anyone please explain to me why?



First, I select $2$ students from the perfect category using $binom{5}{2}$ and then I select remaining $6$ students combined from both the perfect and unperfect category i.e. $binom{13}{6}$. So the answer becomes $binom{5}{2}times binom{13}{6} = 17160$.
But, the correct answer is $5790$. Can you please help me?










share|cite|improve this question











$endgroup$












  • $begingroup$
    How many committees...? Only one committee can be formed at any time, because you'll need at least 16 individuals to form two committees of 8 each, and you have 15 only. Unless you're asking how many ways there are to form a committee....
    $endgroup$
    – CiaPan
    Dec 4 '16 at 17:49
















5












$begingroup$


A class consists of $15$ boys of whom $5$ are prefects. How many committees of 8 can be formed if each consists of at least $2$ prefects?



I had the solution following solution in mind but that seems to be incorrect. can anyone please explain to me why?



First, I select $2$ students from the perfect category using $binom{5}{2}$ and then I select remaining $6$ students combined from both the perfect and unperfect category i.e. $binom{13}{6}$. So the answer becomes $binom{5}{2}times binom{13}{6} = 17160$.
But, the correct answer is $5790$. Can you please help me?










share|cite|improve this question











$endgroup$












  • $begingroup$
    How many committees...? Only one committee can be formed at any time, because you'll need at least 16 individuals to form two committees of 8 each, and you have 15 only. Unless you're asking how many ways there are to form a committee....
    $endgroup$
    – CiaPan
    Dec 4 '16 at 17:49














5












5








5


1



$begingroup$


A class consists of $15$ boys of whom $5$ are prefects. How many committees of 8 can be formed if each consists of at least $2$ prefects?



I had the solution following solution in mind but that seems to be incorrect. can anyone please explain to me why?



First, I select $2$ students from the perfect category using $binom{5}{2}$ and then I select remaining $6$ students combined from both the perfect and unperfect category i.e. $binom{13}{6}$. So the answer becomes $binom{5}{2}times binom{13}{6} = 17160$.
But, the correct answer is $5790$. Can you please help me?










share|cite|improve this question











$endgroup$




A class consists of $15$ boys of whom $5$ are prefects. How many committees of 8 can be formed if each consists of at least $2$ prefects?



I had the solution following solution in mind but that seems to be incorrect. can anyone please explain to me why?



First, I select $2$ students from the perfect category using $binom{5}{2}$ and then I select remaining $6$ students combined from both the perfect and unperfect category i.e. $binom{13}{6}$. So the answer becomes $binom{5}{2}times binom{13}{6} = 17160$.
But, the correct answer is $5790$. Can you please help me?







combinatorics






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 4 '16 at 10:39









Rohan

27.8k42444




27.8k42444










asked Dec 4 '16 at 10:24









Dev AggarwalDev Aggarwal

1476




1476












  • $begingroup$
    How many committees...? Only one committee can be formed at any time, because you'll need at least 16 individuals to form two committees of 8 each, and you have 15 only. Unless you're asking how many ways there are to form a committee....
    $endgroup$
    – CiaPan
    Dec 4 '16 at 17:49


















  • $begingroup$
    How many committees...? Only one committee can be formed at any time, because you'll need at least 16 individuals to form two committees of 8 each, and you have 15 only. Unless you're asking how many ways there are to form a committee....
    $endgroup$
    – CiaPan
    Dec 4 '16 at 17:49
















$begingroup$
How many committees...? Only one committee can be formed at any time, because you'll need at least 16 individuals to form two committees of 8 each, and you have 15 only. Unless you're asking how many ways there are to form a committee....
$endgroup$
– CiaPan
Dec 4 '16 at 17:49




$begingroup$
How many committees...? Only one committee can be formed at any time, because you'll need at least 16 individuals to form two committees of 8 each, and you have 15 only. Unless you're asking how many ways there are to form a committee....
$endgroup$
– CiaPan
Dec 4 '16 at 17:49










4 Answers
4






active

oldest

votes


















4












$begingroup$

The solutions proposed by @JSchoone and @THELONEWOLF are correct.



You are counting committees with more than two prefects more than once.



There are $$binom{5}{k}binom{10}{8 - k}$$ ways to choose a committee with exactly $k$ prefects and $8 - k$ non-prefects. Adding the results for $2 leq k leq 5$ gives you the correct solution proposed by THE LONE WOLF. JSchoone's method of subtracting the number of committees with fewer than two prefects from the total is computationally more efficient.



In your method, when you choose two prefects and six more committee members from the remaining thirteen boys, your method counts each committee with three prefects $binom{3}{2}$ ways, once for each of the three ways you could have chosen two of the three selected prefects as the two designated prefects. Your method counts each committee with four prefects $binom{4}{2}$ ways, once for each of the six ways you could have chosen two of the four selected prefects as the two designated prefects. Your method counts the committee with all five prefects $binom{5}{2}$ ways, once for each of the ten ways you could have designated two of the five selected prefects as the two designated prefects. Notice that
$$binom{5}{2}binom{10}{6} + binom{3}{2}binom{5}{3}binom{10}{5} + binom{4}{2}binom{5}{4}binom{10}{4} + binom{5}{2}binom{5}{5}binom{10}{3} = 17160$$



Also, notice that you are selecting the committee of eight boys from $5 + 13 = 18$ of the fifteen boys, while JSchoone and THE LONE WOLF are choosing the committee from the five prefects and non-prefects, that is, from the $10 + 5$ available boys. You ran into trouble because your group of five boys and group of thirteen boys are not separate groups.






share|cite|improve this answer









$endgroup$









  • 2




    $begingroup$
    okay. got it. thank you so much.! you're a genius.
    $endgroup$
    – Dev Aggarwal
    Dec 4 '16 at 11:30





















4












$begingroup$

There should be minimum $2$ perfects in the committee, there is no limit for maximum of perfects. So, The number of ways can be counted as:



$1$. $2$ perfect and $6$ non perfect..... Number of ways become ${{5}choose{2}}times{{10}choose{6}}$.



$2$. $3$ perfect and $5$ non perfect....... Number of ways become ${{5}choose{3}}times{{10}choose{5}}$.



$3$. $4$ perfect and $4$ non perfect.....Number of ways become ${{5}choose{4}}times{{10}choose{4}}$.



$4$. $5$ perfect and $3$ non perfect.....Number of ways become ${{5}choose{5}}times{{10}choose{3}}$.



Add all the ways and get the answer.






share|cite|improve this answer









$endgroup$





















    2












    $begingroup$

    The total number of committees of $8$ is $binom{15}{8}$. The number of committees of $8$ with no prefects is equal to $binom{10}{8}$. The number of committees with exactly one prefect is equal to $binom{5}{1} cdot binom{10}{7}$.



    Then the answer to your question is $binom{15}{8} - binom{10}{8} - binom{5}{1} cdot binom{10}{7}=6435 - 45 - 5cdot 120 = 5790.$






    share|cite|improve this answer









    $endgroup$





















      -2












      $begingroup$

      15C8-(10C8 + 10C7*5C1) = 5790



      At least two means, total number of ways - number of ways to make committee without any prefect + number of ways to make committee with one prefect and 7 non prefects.



      15C8 - total number of ways to choose 8 people committee.
      10C8 - number of ways not to choose any prefects.
      10C7*5C1 - number of ways to choose one prefect and 7 non prefects






      share|cite|improve this answer









      $endgroup$









      • 1




        $begingroup$
        Welcome to MSE. Your answer adds nothing new to the already existing answers.
        $endgroup$
        – José Carlos Santos
        Jan 3 at 10:06











      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%2f2043092%2fa-class-consists-of-15-boys-of-whom-5-are-prefects-how-many-committees-of-8-can%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      4 Answers
      4






      active

      oldest

      votes








      4 Answers
      4






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      4












      $begingroup$

      The solutions proposed by @JSchoone and @THELONEWOLF are correct.



      You are counting committees with more than two prefects more than once.



      There are $$binom{5}{k}binom{10}{8 - k}$$ ways to choose a committee with exactly $k$ prefects and $8 - k$ non-prefects. Adding the results for $2 leq k leq 5$ gives you the correct solution proposed by THE LONE WOLF. JSchoone's method of subtracting the number of committees with fewer than two prefects from the total is computationally more efficient.



      In your method, when you choose two prefects and six more committee members from the remaining thirteen boys, your method counts each committee with three prefects $binom{3}{2}$ ways, once for each of the three ways you could have chosen two of the three selected prefects as the two designated prefects. Your method counts each committee with four prefects $binom{4}{2}$ ways, once for each of the six ways you could have chosen two of the four selected prefects as the two designated prefects. Your method counts the committee with all five prefects $binom{5}{2}$ ways, once for each of the ten ways you could have designated two of the five selected prefects as the two designated prefects. Notice that
      $$binom{5}{2}binom{10}{6} + binom{3}{2}binom{5}{3}binom{10}{5} + binom{4}{2}binom{5}{4}binom{10}{4} + binom{5}{2}binom{5}{5}binom{10}{3} = 17160$$



      Also, notice that you are selecting the committee of eight boys from $5 + 13 = 18$ of the fifteen boys, while JSchoone and THE LONE WOLF are choosing the committee from the five prefects and non-prefects, that is, from the $10 + 5$ available boys. You ran into trouble because your group of five boys and group of thirteen boys are not separate groups.






      share|cite|improve this answer









      $endgroup$









      • 2




        $begingroup$
        okay. got it. thank you so much.! you're a genius.
        $endgroup$
        – Dev Aggarwal
        Dec 4 '16 at 11:30


















      4












      $begingroup$

      The solutions proposed by @JSchoone and @THELONEWOLF are correct.



      You are counting committees with more than two prefects more than once.



      There are $$binom{5}{k}binom{10}{8 - k}$$ ways to choose a committee with exactly $k$ prefects and $8 - k$ non-prefects. Adding the results for $2 leq k leq 5$ gives you the correct solution proposed by THE LONE WOLF. JSchoone's method of subtracting the number of committees with fewer than two prefects from the total is computationally more efficient.



      In your method, when you choose two prefects and six more committee members from the remaining thirteen boys, your method counts each committee with three prefects $binom{3}{2}$ ways, once for each of the three ways you could have chosen two of the three selected prefects as the two designated prefects. Your method counts each committee with four prefects $binom{4}{2}$ ways, once for each of the six ways you could have chosen two of the four selected prefects as the two designated prefects. Your method counts the committee with all five prefects $binom{5}{2}$ ways, once for each of the ten ways you could have designated two of the five selected prefects as the two designated prefects. Notice that
      $$binom{5}{2}binom{10}{6} + binom{3}{2}binom{5}{3}binom{10}{5} + binom{4}{2}binom{5}{4}binom{10}{4} + binom{5}{2}binom{5}{5}binom{10}{3} = 17160$$



      Also, notice that you are selecting the committee of eight boys from $5 + 13 = 18$ of the fifteen boys, while JSchoone and THE LONE WOLF are choosing the committee from the five prefects and non-prefects, that is, from the $10 + 5$ available boys. You ran into trouble because your group of five boys and group of thirteen boys are not separate groups.






      share|cite|improve this answer









      $endgroup$









      • 2




        $begingroup$
        okay. got it. thank you so much.! you're a genius.
        $endgroup$
        – Dev Aggarwal
        Dec 4 '16 at 11:30
















      4












      4








      4





      $begingroup$

      The solutions proposed by @JSchoone and @THELONEWOLF are correct.



      You are counting committees with more than two prefects more than once.



      There are $$binom{5}{k}binom{10}{8 - k}$$ ways to choose a committee with exactly $k$ prefects and $8 - k$ non-prefects. Adding the results for $2 leq k leq 5$ gives you the correct solution proposed by THE LONE WOLF. JSchoone's method of subtracting the number of committees with fewer than two prefects from the total is computationally more efficient.



      In your method, when you choose two prefects and six more committee members from the remaining thirteen boys, your method counts each committee with three prefects $binom{3}{2}$ ways, once for each of the three ways you could have chosen two of the three selected prefects as the two designated prefects. Your method counts each committee with four prefects $binom{4}{2}$ ways, once for each of the six ways you could have chosen two of the four selected prefects as the two designated prefects. Your method counts the committee with all five prefects $binom{5}{2}$ ways, once for each of the ten ways you could have designated two of the five selected prefects as the two designated prefects. Notice that
      $$binom{5}{2}binom{10}{6} + binom{3}{2}binom{5}{3}binom{10}{5} + binom{4}{2}binom{5}{4}binom{10}{4} + binom{5}{2}binom{5}{5}binom{10}{3} = 17160$$



      Also, notice that you are selecting the committee of eight boys from $5 + 13 = 18$ of the fifteen boys, while JSchoone and THE LONE WOLF are choosing the committee from the five prefects and non-prefects, that is, from the $10 + 5$ available boys. You ran into trouble because your group of five boys and group of thirteen boys are not separate groups.






      share|cite|improve this answer









      $endgroup$



      The solutions proposed by @JSchoone and @THELONEWOLF are correct.



      You are counting committees with more than two prefects more than once.



      There are $$binom{5}{k}binom{10}{8 - k}$$ ways to choose a committee with exactly $k$ prefects and $8 - k$ non-prefects. Adding the results for $2 leq k leq 5$ gives you the correct solution proposed by THE LONE WOLF. JSchoone's method of subtracting the number of committees with fewer than two prefects from the total is computationally more efficient.



      In your method, when you choose two prefects and six more committee members from the remaining thirteen boys, your method counts each committee with three prefects $binom{3}{2}$ ways, once for each of the three ways you could have chosen two of the three selected prefects as the two designated prefects. Your method counts each committee with four prefects $binom{4}{2}$ ways, once for each of the six ways you could have chosen two of the four selected prefects as the two designated prefects. Your method counts the committee with all five prefects $binom{5}{2}$ ways, once for each of the ten ways you could have designated two of the five selected prefects as the two designated prefects. Notice that
      $$binom{5}{2}binom{10}{6} + binom{3}{2}binom{5}{3}binom{10}{5} + binom{4}{2}binom{5}{4}binom{10}{4} + binom{5}{2}binom{5}{5}binom{10}{3} = 17160$$



      Also, notice that you are selecting the committee of eight boys from $5 + 13 = 18$ of the fifteen boys, while JSchoone and THE LONE WOLF are choosing the committee from the five prefects and non-prefects, that is, from the $10 + 5$ available boys. You ran into trouble because your group of five boys and group of thirteen boys are not separate groups.







      share|cite|improve this answer












      share|cite|improve this answer



      share|cite|improve this answer










      answered Dec 4 '16 at 11:20









      N. F. TaussigN. F. Taussig

      44k93356




      44k93356








      • 2




        $begingroup$
        okay. got it. thank you so much.! you're a genius.
        $endgroup$
        – Dev Aggarwal
        Dec 4 '16 at 11:30
















      • 2




        $begingroup$
        okay. got it. thank you so much.! you're a genius.
        $endgroup$
        – Dev Aggarwal
        Dec 4 '16 at 11:30










      2




      2




      $begingroup$
      okay. got it. thank you so much.! you're a genius.
      $endgroup$
      – Dev Aggarwal
      Dec 4 '16 at 11:30






      $begingroup$
      okay. got it. thank you so much.! you're a genius.
      $endgroup$
      – Dev Aggarwal
      Dec 4 '16 at 11:30













      4












      $begingroup$

      There should be minimum $2$ perfects in the committee, there is no limit for maximum of perfects. So, The number of ways can be counted as:



      $1$. $2$ perfect and $6$ non perfect..... Number of ways become ${{5}choose{2}}times{{10}choose{6}}$.



      $2$. $3$ perfect and $5$ non perfect....... Number of ways become ${{5}choose{3}}times{{10}choose{5}}$.



      $3$. $4$ perfect and $4$ non perfect.....Number of ways become ${{5}choose{4}}times{{10}choose{4}}$.



      $4$. $5$ perfect and $3$ non perfect.....Number of ways become ${{5}choose{5}}times{{10}choose{3}}$.



      Add all the ways and get the answer.






      share|cite|improve this answer









      $endgroup$


















        4












        $begingroup$

        There should be minimum $2$ perfects in the committee, there is no limit for maximum of perfects. So, The number of ways can be counted as:



        $1$. $2$ perfect and $6$ non perfect..... Number of ways become ${{5}choose{2}}times{{10}choose{6}}$.



        $2$. $3$ perfect and $5$ non perfect....... Number of ways become ${{5}choose{3}}times{{10}choose{5}}$.



        $3$. $4$ perfect and $4$ non perfect.....Number of ways become ${{5}choose{4}}times{{10}choose{4}}$.



        $4$. $5$ perfect and $3$ non perfect.....Number of ways become ${{5}choose{5}}times{{10}choose{3}}$.



        Add all the ways and get the answer.






        share|cite|improve this answer









        $endgroup$
















          4












          4








          4





          $begingroup$

          There should be minimum $2$ perfects in the committee, there is no limit for maximum of perfects. So, The number of ways can be counted as:



          $1$. $2$ perfect and $6$ non perfect..... Number of ways become ${{5}choose{2}}times{{10}choose{6}}$.



          $2$. $3$ perfect and $5$ non perfect....... Number of ways become ${{5}choose{3}}times{{10}choose{5}}$.



          $3$. $4$ perfect and $4$ non perfect.....Number of ways become ${{5}choose{4}}times{{10}choose{4}}$.



          $4$. $5$ perfect and $3$ non perfect.....Number of ways become ${{5}choose{5}}times{{10}choose{3}}$.



          Add all the ways and get the answer.






          share|cite|improve this answer









          $endgroup$



          There should be minimum $2$ perfects in the committee, there is no limit for maximum of perfects. So, The number of ways can be counted as:



          $1$. $2$ perfect and $6$ non perfect..... Number of ways become ${{5}choose{2}}times{{10}choose{6}}$.



          $2$. $3$ perfect and $5$ non perfect....... Number of ways become ${{5}choose{3}}times{{10}choose{5}}$.



          $3$. $4$ perfect and $4$ non perfect.....Number of ways become ${{5}choose{4}}times{{10}choose{4}}$.



          $4$. $5$ perfect and $3$ non perfect.....Number of ways become ${{5}choose{5}}times{{10}choose{3}}$.



          Add all the ways and get the answer.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Dec 4 '16 at 10:33









          Vidyanshu MishraVidyanshu Mishra

          8,23432978




          8,23432978























              2












              $begingroup$

              The total number of committees of $8$ is $binom{15}{8}$. The number of committees of $8$ with no prefects is equal to $binom{10}{8}$. The number of committees with exactly one prefect is equal to $binom{5}{1} cdot binom{10}{7}$.



              Then the answer to your question is $binom{15}{8} - binom{10}{8} - binom{5}{1} cdot binom{10}{7}=6435 - 45 - 5cdot 120 = 5790.$






              share|cite|improve this answer









              $endgroup$


















                2












                $begingroup$

                The total number of committees of $8$ is $binom{15}{8}$. The number of committees of $8$ with no prefects is equal to $binom{10}{8}$. The number of committees with exactly one prefect is equal to $binom{5}{1} cdot binom{10}{7}$.



                Then the answer to your question is $binom{15}{8} - binom{10}{8} - binom{5}{1} cdot binom{10}{7}=6435 - 45 - 5cdot 120 = 5790.$






                share|cite|improve this answer









                $endgroup$
















                  2












                  2








                  2





                  $begingroup$

                  The total number of committees of $8$ is $binom{15}{8}$. The number of committees of $8$ with no prefects is equal to $binom{10}{8}$. The number of committees with exactly one prefect is equal to $binom{5}{1} cdot binom{10}{7}$.



                  Then the answer to your question is $binom{15}{8} - binom{10}{8} - binom{5}{1} cdot binom{10}{7}=6435 - 45 - 5cdot 120 = 5790.$






                  share|cite|improve this answer









                  $endgroup$



                  The total number of committees of $8$ is $binom{15}{8}$. The number of committees of $8$ with no prefects is equal to $binom{10}{8}$. The number of committees with exactly one prefect is equal to $binom{5}{1} cdot binom{10}{7}$.



                  Then the answer to your question is $binom{15}{8} - binom{10}{8} - binom{5}{1} cdot binom{10}{7}=6435 - 45 - 5cdot 120 = 5790.$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Dec 4 '16 at 10:36









                  JSchooneJSchoone

                  30429




                  30429























                      -2












                      $begingroup$

                      15C8-(10C8 + 10C7*5C1) = 5790



                      At least two means, total number of ways - number of ways to make committee without any prefect + number of ways to make committee with one prefect and 7 non prefects.



                      15C8 - total number of ways to choose 8 people committee.
                      10C8 - number of ways not to choose any prefects.
                      10C7*5C1 - number of ways to choose one prefect and 7 non prefects






                      share|cite|improve this answer









                      $endgroup$









                      • 1




                        $begingroup$
                        Welcome to MSE. Your answer adds nothing new to the already existing answers.
                        $endgroup$
                        – José Carlos Santos
                        Jan 3 at 10:06
















                      -2












                      $begingroup$

                      15C8-(10C8 + 10C7*5C1) = 5790



                      At least two means, total number of ways - number of ways to make committee without any prefect + number of ways to make committee with one prefect and 7 non prefects.



                      15C8 - total number of ways to choose 8 people committee.
                      10C8 - number of ways not to choose any prefects.
                      10C7*5C1 - number of ways to choose one prefect and 7 non prefects






                      share|cite|improve this answer









                      $endgroup$









                      • 1




                        $begingroup$
                        Welcome to MSE. Your answer adds nothing new to the already existing answers.
                        $endgroup$
                        – José Carlos Santos
                        Jan 3 at 10:06














                      -2












                      -2








                      -2





                      $begingroup$

                      15C8-(10C8 + 10C7*5C1) = 5790



                      At least two means, total number of ways - number of ways to make committee without any prefect + number of ways to make committee with one prefect and 7 non prefects.



                      15C8 - total number of ways to choose 8 people committee.
                      10C8 - number of ways not to choose any prefects.
                      10C7*5C1 - number of ways to choose one prefect and 7 non prefects






                      share|cite|improve this answer









                      $endgroup$



                      15C8-(10C8 + 10C7*5C1) = 5790



                      At least two means, total number of ways - number of ways to make committee without any prefect + number of ways to make committee with one prefect and 7 non prefects.



                      15C8 - total number of ways to choose 8 people committee.
                      10C8 - number of ways not to choose any prefects.
                      10C7*5C1 - number of ways to choose one prefect and 7 non prefects







                      share|cite|improve this answer












                      share|cite|improve this answer



                      share|cite|improve this answer










                      answered Jan 3 at 9:42









                      Dhanuka KarunasenaDhanuka Karunasena

                      1




                      1








                      • 1




                        $begingroup$
                        Welcome to MSE. Your answer adds nothing new to the already existing answers.
                        $endgroup$
                        – José Carlos Santos
                        Jan 3 at 10:06














                      • 1




                        $begingroup$
                        Welcome to MSE. Your answer adds nothing new to the already existing answers.
                        $endgroup$
                        – José Carlos Santos
                        Jan 3 at 10:06








                      1




                      1




                      $begingroup$
                      Welcome to MSE. Your answer adds nothing new to the already existing answers.
                      $endgroup$
                      – José Carlos Santos
                      Jan 3 at 10:06




                      $begingroup$
                      Welcome to MSE. Your answer adds nothing new to the already existing answers.
                      $endgroup$
                      – José Carlos Santos
                      Jan 3 at 10:06


















                      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%2f2043092%2fa-class-consists-of-15-boys-of-whom-5-are-prefects-how-many-committees-of-8-can%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

                      Questions related to Moebius Transform of Characteristic Function of the Primes

                      List of scandals in India

                      Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?