how many combinations of colored balloons? [closed]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












For her birthday, Clara wanted a balloon bouquet. If there are four colors to choose from and her bouquet will have four balloons, how many combinations of colored balloons are possible?










share|cite|improve this question













closed as off-topic by Jendrik Stelzner, Xander Henderson, amWhy, Deepesh Meena, user91500 Sep 10 at 9:29


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." – Jendrik Stelzner, Xander Henderson, amWhy, Deepesh Meena, user91500
If this question can be reworded to fit the rules in the help center, please edit the question.
















    up vote
    0
    down vote

    favorite












    For her birthday, Clara wanted a balloon bouquet. If there are four colors to choose from and her bouquet will have four balloons, how many combinations of colored balloons are possible?










    share|cite|improve this question













    closed as off-topic by Jendrik Stelzner, Xander Henderson, amWhy, Deepesh Meena, user91500 Sep 10 at 9:29


    This question appears to be off-topic. The users who voted to close gave this specific reason:


    • "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." – Jendrik Stelzner, Xander Henderson, amWhy, Deepesh Meena, user91500
    If this question can be reworded to fit the rules in the help center, please edit the question.














      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      For her birthday, Clara wanted a balloon bouquet. If there are four colors to choose from and her bouquet will have four balloons, how many combinations of colored balloons are possible?










      share|cite|improve this question













      For her birthday, Clara wanted a balloon bouquet. If there are four colors to choose from and her bouquet will have four balloons, how many combinations of colored balloons are possible?







      combinatorics






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Sep 9 at 8:48









      user9513164

      165




      165




      closed as off-topic by Jendrik Stelzner, Xander Henderson, amWhy, Deepesh Meena, user91500 Sep 10 at 9:29


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." – Jendrik Stelzner, Xander Henderson, amWhy, Deepesh Meena, user91500
      If this question can be reworded to fit the rules in the help center, please edit the question.




      closed as off-topic by Jendrik Stelzner, Xander Henderson, amWhy, Deepesh Meena, user91500 Sep 10 at 9:29


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." – Jendrik Stelzner, Xander Henderson, amWhy, Deepesh Meena, user91500
      If this question can be reworded to fit the rules in the help center, please edit the question.




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          5
          down vote













          Imagine that an urn contains four pieces of paper, and each piece of paper has the name of a color written on it. We select four items from this urn, with replacement, and order does not matter. Each time we select a piece of paper, we add a balloon of the corresponding color to our bouquet.



          The "stars and bars" formula tells us that the number of possible outcomes is $binom73$.




          Alternative viewpoint: let $x_i$ be the number of balloons of color $i$. The numbers$x_i$ satisfy
          $$
          x_1+x_2+x_3+x_4=4.
          $$
          The number of solutions to this equation, where each $x_i$ is a nonnegative integer, is $binom73$, as can be shown using a "stars and bars" argument.




          Further details:



          Here is the "stars and bars" approach to counting the number of possible outcomes. We are making $4$ selections from the urn, so let's write down $4$ stars:
          $$
          star , star , star , star
          $$
          Next, we need to decide how many of the selections will be for color 1, how many for color 2, how many for color 3, and how many for color 4. We can make this decision by drawing $3$ vertical bars, like this:
          $$
          star , mid , star , star , mid , mid , star
          $$
          The placement of vertical bars in this example means that the first color was selected $1$ time, the second color was selected $2$ times, the third color was selected $0$ times, and the fourth color was selected $1$ time. Other placements of bars correspond to other possible outcomes, for example:
          $$
          star , mid , star , star , star , mid , mid
          $$
          In this outcome, the first color has been selected $1$ time, the second color has been selected $3$ times, and the third and fourth colors have been selected $0$ times.



          Notice that each possible outcome corresponds to a sequence of 7 symbols, where each symbol is either a star or a bar. Thus, to specify a particular outcome, we only need to choose which $3$ of the $7$ symbols will be bars. (The remaining symbols will be stars.) This shows that the number of possible outcomes is $binom73$.






          share|cite|improve this answer






















          • This is the right approach but I think actually gives $binom 73$.
            – Especially Lime
            Sep 9 at 9:34










          • @EspeciallyLime Thanks, I fixed it now.
            – littleO
            Sep 9 at 9:36










          • Why is it 7 choose 3?
            – user9513164
            Sep 9 at 9:56










          • If I had to choose 3 ballons, will it be 6 choose 2?
            – user9513164
            Sep 9 at 12:02






          • 1




            @littleO thank you so much for your detailed explanation. I am a 6th grader and sometimes need a little help understanding.
            – user9513164
            Sep 11 at 18:57

















          up vote
          3
          down vote













          Hint:



          Discern cases: $abcd, abcc, aabb, aaab, aaaa$



          Here e.g. $abcc$ stands for the situation of a bouquet where exactly $3$ colors are represented.



          Further e.g. $aaab$ stands for the situation of a bouquet where one color is represented exactly $3$ times.



          For every case find out how many possibilities are there.



          Especially in case $aabb$ watch out for double counting.






          share|cite|improve this answer






















          • Is there a more elegant way to solve it?
            – user9513164
            Sep 9 at 9:55










          • Yes. You could use stars and bars. See the answer of @littleO.
            – drhab
            Sep 9 at 9:57











          • Thank you for the answer
            – user9513164
            Sep 9 at 11:58










          • You are welcome.
            – drhab
            Sep 9 at 11:59

















          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          5
          down vote













          Imagine that an urn contains four pieces of paper, and each piece of paper has the name of a color written on it. We select four items from this urn, with replacement, and order does not matter. Each time we select a piece of paper, we add a balloon of the corresponding color to our bouquet.



          The "stars and bars" formula tells us that the number of possible outcomes is $binom73$.




          Alternative viewpoint: let $x_i$ be the number of balloons of color $i$. The numbers$x_i$ satisfy
          $$
          x_1+x_2+x_3+x_4=4.
          $$
          The number of solutions to this equation, where each $x_i$ is a nonnegative integer, is $binom73$, as can be shown using a "stars and bars" argument.




          Further details:



          Here is the "stars and bars" approach to counting the number of possible outcomes. We are making $4$ selections from the urn, so let's write down $4$ stars:
          $$
          star , star , star , star
          $$
          Next, we need to decide how many of the selections will be for color 1, how many for color 2, how many for color 3, and how many for color 4. We can make this decision by drawing $3$ vertical bars, like this:
          $$
          star , mid , star , star , mid , mid , star
          $$
          The placement of vertical bars in this example means that the first color was selected $1$ time, the second color was selected $2$ times, the third color was selected $0$ times, and the fourth color was selected $1$ time. Other placements of bars correspond to other possible outcomes, for example:
          $$
          star , mid , star , star , star , mid , mid
          $$
          In this outcome, the first color has been selected $1$ time, the second color has been selected $3$ times, and the third and fourth colors have been selected $0$ times.



          Notice that each possible outcome corresponds to a sequence of 7 symbols, where each symbol is either a star or a bar. Thus, to specify a particular outcome, we only need to choose which $3$ of the $7$ symbols will be bars. (The remaining symbols will be stars.) This shows that the number of possible outcomes is $binom73$.






          share|cite|improve this answer






















          • This is the right approach but I think actually gives $binom 73$.
            – Especially Lime
            Sep 9 at 9:34










          • @EspeciallyLime Thanks, I fixed it now.
            – littleO
            Sep 9 at 9:36










          • Why is it 7 choose 3?
            – user9513164
            Sep 9 at 9:56










          • If I had to choose 3 ballons, will it be 6 choose 2?
            – user9513164
            Sep 9 at 12:02






          • 1




            @littleO thank you so much for your detailed explanation. I am a 6th grader and sometimes need a little help understanding.
            – user9513164
            Sep 11 at 18:57














          up vote
          5
          down vote













          Imagine that an urn contains four pieces of paper, and each piece of paper has the name of a color written on it. We select four items from this urn, with replacement, and order does not matter. Each time we select a piece of paper, we add a balloon of the corresponding color to our bouquet.



          The "stars and bars" formula tells us that the number of possible outcomes is $binom73$.




          Alternative viewpoint: let $x_i$ be the number of balloons of color $i$. The numbers$x_i$ satisfy
          $$
          x_1+x_2+x_3+x_4=4.
          $$
          The number of solutions to this equation, where each $x_i$ is a nonnegative integer, is $binom73$, as can be shown using a "stars and bars" argument.




          Further details:



          Here is the "stars and bars" approach to counting the number of possible outcomes. We are making $4$ selections from the urn, so let's write down $4$ stars:
          $$
          star , star , star , star
          $$
          Next, we need to decide how many of the selections will be for color 1, how many for color 2, how many for color 3, and how many for color 4. We can make this decision by drawing $3$ vertical bars, like this:
          $$
          star , mid , star , star , mid , mid , star
          $$
          The placement of vertical bars in this example means that the first color was selected $1$ time, the second color was selected $2$ times, the third color was selected $0$ times, and the fourth color was selected $1$ time. Other placements of bars correspond to other possible outcomes, for example:
          $$
          star , mid , star , star , star , mid , mid
          $$
          In this outcome, the first color has been selected $1$ time, the second color has been selected $3$ times, and the third and fourth colors have been selected $0$ times.



          Notice that each possible outcome corresponds to a sequence of 7 symbols, where each symbol is either a star or a bar. Thus, to specify a particular outcome, we only need to choose which $3$ of the $7$ symbols will be bars. (The remaining symbols will be stars.) This shows that the number of possible outcomes is $binom73$.






          share|cite|improve this answer






















          • This is the right approach but I think actually gives $binom 73$.
            – Especially Lime
            Sep 9 at 9:34










          • @EspeciallyLime Thanks, I fixed it now.
            – littleO
            Sep 9 at 9:36










          • Why is it 7 choose 3?
            – user9513164
            Sep 9 at 9:56










          • If I had to choose 3 ballons, will it be 6 choose 2?
            – user9513164
            Sep 9 at 12:02






          • 1




            @littleO thank you so much for your detailed explanation. I am a 6th grader and sometimes need a little help understanding.
            – user9513164
            Sep 11 at 18:57












          up vote
          5
          down vote










          up vote
          5
          down vote









          Imagine that an urn contains four pieces of paper, and each piece of paper has the name of a color written on it. We select four items from this urn, with replacement, and order does not matter. Each time we select a piece of paper, we add a balloon of the corresponding color to our bouquet.



          The "stars and bars" formula tells us that the number of possible outcomes is $binom73$.




          Alternative viewpoint: let $x_i$ be the number of balloons of color $i$. The numbers$x_i$ satisfy
          $$
          x_1+x_2+x_3+x_4=4.
          $$
          The number of solutions to this equation, where each $x_i$ is a nonnegative integer, is $binom73$, as can be shown using a "stars and bars" argument.




          Further details:



          Here is the "stars and bars" approach to counting the number of possible outcomes. We are making $4$ selections from the urn, so let's write down $4$ stars:
          $$
          star , star , star , star
          $$
          Next, we need to decide how many of the selections will be for color 1, how many for color 2, how many for color 3, and how many for color 4. We can make this decision by drawing $3$ vertical bars, like this:
          $$
          star , mid , star , star , mid , mid , star
          $$
          The placement of vertical bars in this example means that the first color was selected $1$ time, the second color was selected $2$ times, the third color was selected $0$ times, and the fourth color was selected $1$ time. Other placements of bars correspond to other possible outcomes, for example:
          $$
          star , mid , star , star , star , mid , mid
          $$
          In this outcome, the first color has been selected $1$ time, the second color has been selected $3$ times, and the third and fourth colors have been selected $0$ times.



          Notice that each possible outcome corresponds to a sequence of 7 symbols, where each symbol is either a star or a bar. Thus, to specify a particular outcome, we only need to choose which $3$ of the $7$ symbols will be bars. (The remaining symbols will be stars.) This shows that the number of possible outcomes is $binom73$.






          share|cite|improve this answer














          Imagine that an urn contains four pieces of paper, and each piece of paper has the name of a color written on it. We select four items from this urn, with replacement, and order does not matter. Each time we select a piece of paper, we add a balloon of the corresponding color to our bouquet.



          The "stars and bars" formula tells us that the number of possible outcomes is $binom73$.




          Alternative viewpoint: let $x_i$ be the number of balloons of color $i$. The numbers$x_i$ satisfy
          $$
          x_1+x_2+x_3+x_4=4.
          $$
          The number of solutions to this equation, where each $x_i$ is a nonnegative integer, is $binom73$, as can be shown using a "stars and bars" argument.




          Further details:



          Here is the "stars and bars" approach to counting the number of possible outcomes. We are making $4$ selections from the urn, so let's write down $4$ stars:
          $$
          star , star , star , star
          $$
          Next, we need to decide how many of the selections will be for color 1, how many for color 2, how many for color 3, and how many for color 4. We can make this decision by drawing $3$ vertical bars, like this:
          $$
          star , mid , star , star , mid , mid , star
          $$
          The placement of vertical bars in this example means that the first color was selected $1$ time, the second color was selected $2$ times, the third color was selected $0$ times, and the fourth color was selected $1$ time. Other placements of bars correspond to other possible outcomes, for example:
          $$
          star , mid , star , star , star , mid , mid
          $$
          In this outcome, the first color has been selected $1$ time, the second color has been selected $3$ times, and the third and fourth colors have been selected $0$ times.



          Notice that each possible outcome corresponds to a sequence of 7 symbols, where each symbol is either a star or a bar. Thus, to specify a particular outcome, we only need to choose which $3$ of the $7$ symbols will be bars. (The remaining symbols will be stars.) This shows that the number of possible outcomes is $binom73$.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Sep 9 at 19:05

























          answered Sep 9 at 9:27









          littleO

          26.5k541102




          26.5k541102











          • This is the right approach but I think actually gives $binom 73$.
            – Especially Lime
            Sep 9 at 9:34










          • @EspeciallyLime Thanks, I fixed it now.
            – littleO
            Sep 9 at 9:36










          • Why is it 7 choose 3?
            – user9513164
            Sep 9 at 9:56










          • If I had to choose 3 ballons, will it be 6 choose 2?
            – user9513164
            Sep 9 at 12:02






          • 1




            @littleO thank you so much for your detailed explanation. I am a 6th grader and sometimes need a little help understanding.
            – user9513164
            Sep 11 at 18:57
















          • This is the right approach but I think actually gives $binom 73$.
            – Especially Lime
            Sep 9 at 9:34










          • @EspeciallyLime Thanks, I fixed it now.
            – littleO
            Sep 9 at 9:36










          • Why is it 7 choose 3?
            – user9513164
            Sep 9 at 9:56










          • If I had to choose 3 ballons, will it be 6 choose 2?
            – user9513164
            Sep 9 at 12:02






          • 1




            @littleO thank you so much for your detailed explanation. I am a 6th grader and sometimes need a little help understanding.
            – user9513164
            Sep 11 at 18:57















          This is the right approach but I think actually gives $binom 73$.
          – Especially Lime
          Sep 9 at 9:34




          This is the right approach but I think actually gives $binom 73$.
          – Especially Lime
          Sep 9 at 9:34












          @EspeciallyLime Thanks, I fixed it now.
          – littleO
          Sep 9 at 9:36




          @EspeciallyLime Thanks, I fixed it now.
          – littleO
          Sep 9 at 9:36












          Why is it 7 choose 3?
          – user9513164
          Sep 9 at 9:56




          Why is it 7 choose 3?
          – user9513164
          Sep 9 at 9:56












          If I had to choose 3 ballons, will it be 6 choose 2?
          – user9513164
          Sep 9 at 12:02




          If I had to choose 3 ballons, will it be 6 choose 2?
          – user9513164
          Sep 9 at 12:02




          1




          1




          @littleO thank you so much for your detailed explanation. I am a 6th grader and sometimes need a little help understanding.
          – user9513164
          Sep 11 at 18:57




          @littleO thank you so much for your detailed explanation. I am a 6th grader and sometimes need a little help understanding.
          – user9513164
          Sep 11 at 18:57










          up vote
          3
          down vote













          Hint:



          Discern cases: $abcd, abcc, aabb, aaab, aaaa$



          Here e.g. $abcc$ stands for the situation of a bouquet where exactly $3$ colors are represented.



          Further e.g. $aaab$ stands for the situation of a bouquet where one color is represented exactly $3$ times.



          For every case find out how many possibilities are there.



          Especially in case $aabb$ watch out for double counting.






          share|cite|improve this answer






















          • Is there a more elegant way to solve it?
            – user9513164
            Sep 9 at 9:55










          • Yes. You could use stars and bars. See the answer of @littleO.
            – drhab
            Sep 9 at 9:57











          • Thank you for the answer
            – user9513164
            Sep 9 at 11:58










          • You are welcome.
            – drhab
            Sep 9 at 11:59














          up vote
          3
          down vote













          Hint:



          Discern cases: $abcd, abcc, aabb, aaab, aaaa$



          Here e.g. $abcc$ stands for the situation of a bouquet where exactly $3$ colors are represented.



          Further e.g. $aaab$ stands for the situation of a bouquet where one color is represented exactly $3$ times.



          For every case find out how many possibilities are there.



          Especially in case $aabb$ watch out for double counting.






          share|cite|improve this answer






















          • Is there a more elegant way to solve it?
            – user9513164
            Sep 9 at 9:55










          • Yes. You could use stars and bars. See the answer of @littleO.
            – drhab
            Sep 9 at 9:57











          • Thank you for the answer
            – user9513164
            Sep 9 at 11:58










          • You are welcome.
            – drhab
            Sep 9 at 11:59












          up vote
          3
          down vote










          up vote
          3
          down vote









          Hint:



          Discern cases: $abcd, abcc, aabb, aaab, aaaa$



          Here e.g. $abcc$ stands for the situation of a bouquet where exactly $3$ colors are represented.



          Further e.g. $aaab$ stands for the situation of a bouquet where one color is represented exactly $3$ times.



          For every case find out how many possibilities are there.



          Especially in case $aabb$ watch out for double counting.






          share|cite|improve this answer














          Hint:



          Discern cases: $abcd, abcc, aabb, aaab, aaaa$



          Here e.g. $abcc$ stands for the situation of a bouquet where exactly $3$ colors are represented.



          Further e.g. $aaab$ stands for the situation of a bouquet where one color is represented exactly $3$ times.



          For every case find out how many possibilities are there.



          Especially in case $aabb$ watch out for double counting.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Sep 9 at 10:00

























          answered Sep 9 at 9:15









          drhab

          89.3k541123




          89.3k541123











          • Is there a more elegant way to solve it?
            – user9513164
            Sep 9 at 9:55










          • Yes. You could use stars and bars. See the answer of @littleO.
            – drhab
            Sep 9 at 9:57











          • Thank you for the answer
            – user9513164
            Sep 9 at 11:58










          • You are welcome.
            – drhab
            Sep 9 at 11:59
















          • Is there a more elegant way to solve it?
            – user9513164
            Sep 9 at 9:55










          • Yes. You could use stars and bars. See the answer of @littleO.
            – drhab
            Sep 9 at 9:57











          • Thank you for the answer
            – user9513164
            Sep 9 at 11:58










          • You are welcome.
            – drhab
            Sep 9 at 11:59















          Is there a more elegant way to solve it?
          – user9513164
          Sep 9 at 9:55




          Is there a more elegant way to solve it?
          – user9513164
          Sep 9 at 9:55












          Yes. You could use stars and bars. See the answer of @littleO.
          – drhab
          Sep 9 at 9:57





          Yes. You could use stars and bars. See the answer of @littleO.
          – drhab
          Sep 9 at 9:57













          Thank you for the answer
          – user9513164
          Sep 9 at 11:58




          Thank you for the answer
          – user9513164
          Sep 9 at 11:58












          You are welcome.
          – drhab
          Sep 9 at 11:59




          You are welcome.
          – drhab
          Sep 9 at 11:59


          這個網誌中的熱門文章

          How to combine Bézier curves to a surface?

          Carbon dioxide

          Why am i infinitely getting the same tweet with the Twitter Search API?