Amount of Number Combinations to Reach a Sum of 10 With Integers 1-9 Using 2 or More Integers [closed]

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











up vote
0
down vote

favorite












I received a word problem that goes like this.



A local kindergarten is thinking of making posters that show all the different ways of adding two or more integers from 1 to 9 to get a sum of 10. If there is enough space on each poster for up to 50 possible solutions, how many posters will the school need to make?



(Note: sums that contain the same number but in a different order are considered to be different; for example, 1 + 9 and 9 + 1 are two different solutions.)



What is the answer to this problem, and more importantly, how do I solve it?










share|cite|improve this question















closed as off-topic by Theoretical Economist, Adrian Keister, user99914, Xander Henderson, Deepesh Meena Sep 11 at 3:26


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." – Theoretical Economist, Adrian Keister, Community, Xander Henderson, Deepesh Meena
If this question can be reworded to fit the rules in the help center, please edit the question.
















    up vote
    0
    down vote

    favorite












    I received a word problem that goes like this.



    A local kindergarten is thinking of making posters that show all the different ways of adding two or more integers from 1 to 9 to get a sum of 10. If there is enough space on each poster for up to 50 possible solutions, how many posters will the school need to make?



    (Note: sums that contain the same number but in a different order are considered to be different; for example, 1 + 9 and 9 + 1 are two different solutions.)



    What is the answer to this problem, and more importantly, how do I solve it?










    share|cite|improve this question















    closed as off-topic by Theoretical Economist, Adrian Keister, user99914, Xander Henderson, Deepesh Meena Sep 11 at 3:26


    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." – Theoretical Economist, Adrian Keister, Community, Xander Henderson, Deepesh Meena
    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











      I received a word problem that goes like this.



      A local kindergarten is thinking of making posters that show all the different ways of adding two or more integers from 1 to 9 to get a sum of 10. If there is enough space on each poster for up to 50 possible solutions, how many posters will the school need to make?



      (Note: sums that contain the same number but in a different order are considered to be different; for example, 1 + 9 and 9 + 1 are two different solutions.)



      What is the answer to this problem, and more importantly, how do I solve it?










      share|cite|improve this question















      I received a word problem that goes like this.



      A local kindergarten is thinking of making posters that show all the different ways of adding two or more integers from 1 to 9 to get a sum of 10. If there is enough space on each poster for up to 50 possible solutions, how many posters will the school need to make?



      (Note: sums that contain the same number but in a different order are considered to be different; for example, 1 + 9 and 9 + 1 are two different solutions.)



      What is the answer to this problem, and more importantly, how do I solve it?







      combinatorics combinations






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Sep 10 at 23:54









      N. F. Taussig

      39.9k93253




      39.9k93253










      asked Sep 10 at 21:43









      Jolly

      31




      31




      closed as off-topic by Theoretical Economist, Adrian Keister, user99914, Xander Henderson, Deepesh Meena Sep 11 at 3:26


      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." – Theoretical Economist, Adrian Keister, Community, Xander Henderson, Deepesh Meena
      If this question can be reworded to fit the rules in the help center, please edit the question.




      closed as off-topic by Theoretical Economist, Adrian Keister, user99914, Xander Henderson, Deepesh Meena Sep 11 at 3:26


      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." – Theoretical Economist, Adrian Keister, Community, Xander Henderson, Deepesh Meena
      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
          2
          down vote



          accepted










          Imagine $10$ ones in a row, and insert plus signs between them; for instance, $|||+||+|||||$ stands for the sum $3+2+5$. So the sums you want to count correspond to the ways of inserting plus signs. There are $9$ slots between the $10$ ones, and you can either insert a plus sign or not in each of them independently, so the number of different ways of doing this is $2^9$. However, one of these corresponds to inserting no plus signs at all, which doesn't yield a sum of at least two numbers, so we have to subtract that and the result is $2^9-1=512-1=511$.






          share|cite|improve this answer






















          • Almost. Remember that there must be at least 1 + sign.
            – Rushabh Mehta
            Sep 10 at 21:57










          • @RushabhMehta: Thanks, I realized that when I saw your answer and corrected mine accordingly.
            – joriki
            Sep 10 at 21:58










          • Nice solution +1
            – Rushabh Mehta
            Sep 10 at 21:59










          • Why is the number of different ways of doing it 2^9?
            – Jolly
            Sep 10 at 22:33










          • @Jolly This is an application of the multiplication principle. If you have $a$ ways of choosing $A$ and $b$ ways of choosing $B$, and you choose $A$ and $B$ independently, then you have a total of $acdot b$ possible selections. In the present case, you have $9$ independent choices to make, with $2$ options for each of the $9$ choices: For each slot, you decide whether to insert a plus or not. That's $2cdot2cdot2cdot2cdot2cdot2cdot2cdot2cdot2=2^9$ different ways to choose. Maybe try it with $3$ instead of $9$ to get a better feel for it.
            – joriki
            Sep 11 at 5:12


















          up vote
          1
          down vote













          We realize that the requirement of each number being at least $1$ and the sum being $10$ removes the need to cap the number at $9$, so we shall ignore that condition.



          Let's first start with the case of two integers. Realize that we can visualize this problem as us having 10 coins and two buckets, and we have to drop coins in each bucket. Each way we can drop coins is a different sum, i.e., if I drop 6 coins in the first bucket, but 4 in the second, then the equivalent sum is $6+4$.



          But, we must make sure every bucket has a positive number of coins, so we put one coin in each bucket to start. So, we have 8 coins left to distribute across 2 buckets. So, we can represent this as



          ********|


          Where the bar marks the divider between the buckets. So, we are essentially counting the number of ways to arrange those symbols, which is $9choose1=9$.



          We can apply the same logic with three buckets, to get the following symbol list:



          *******||


          So, the number of ways to arrange the symbols is $9choose2=36$.



          We do this all the way to $9choose9=1$. So our answer is $$sumlimits_n=1^99choose n=511$$






          share|cite|improve this answer




















          • Does this answer account for a solution such as, "1+1+1+1+1+1+1+1+1+1"?
            – Jolly
            Sep 10 at 23:04










          • @Jolly Yes indeed. That is the case when there are 10 numbers, which will be represented by $9choose9$
            – Rushabh Mehta
            Sep 11 at 0:02

















          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          2
          down vote



          accepted










          Imagine $10$ ones in a row, and insert plus signs between them; for instance, $|||+||+|||||$ stands for the sum $3+2+5$. So the sums you want to count correspond to the ways of inserting plus signs. There are $9$ slots between the $10$ ones, and you can either insert a plus sign or not in each of them independently, so the number of different ways of doing this is $2^9$. However, one of these corresponds to inserting no plus signs at all, which doesn't yield a sum of at least two numbers, so we have to subtract that and the result is $2^9-1=512-1=511$.






          share|cite|improve this answer






















          • Almost. Remember that there must be at least 1 + sign.
            – Rushabh Mehta
            Sep 10 at 21:57










          • @RushabhMehta: Thanks, I realized that when I saw your answer and corrected mine accordingly.
            – joriki
            Sep 10 at 21:58










          • Nice solution +1
            – Rushabh Mehta
            Sep 10 at 21:59










          • Why is the number of different ways of doing it 2^9?
            – Jolly
            Sep 10 at 22:33










          • @Jolly This is an application of the multiplication principle. If you have $a$ ways of choosing $A$ and $b$ ways of choosing $B$, and you choose $A$ and $B$ independently, then you have a total of $acdot b$ possible selections. In the present case, you have $9$ independent choices to make, with $2$ options for each of the $9$ choices: For each slot, you decide whether to insert a plus or not. That's $2cdot2cdot2cdot2cdot2cdot2cdot2cdot2cdot2=2^9$ different ways to choose. Maybe try it with $3$ instead of $9$ to get a better feel for it.
            – joriki
            Sep 11 at 5:12















          up vote
          2
          down vote



          accepted










          Imagine $10$ ones in a row, and insert plus signs between them; for instance, $|||+||+|||||$ stands for the sum $3+2+5$. So the sums you want to count correspond to the ways of inserting plus signs. There are $9$ slots between the $10$ ones, and you can either insert a plus sign or not in each of them independently, so the number of different ways of doing this is $2^9$. However, one of these corresponds to inserting no plus signs at all, which doesn't yield a sum of at least two numbers, so we have to subtract that and the result is $2^9-1=512-1=511$.






          share|cite|improve this answer






















          • Almost. Remember that there must be at least 1 + sign.
            – Rushabh Mehta
            Sep 10 at 21:57










          • @RushabhMehta: Thanks, I realized that when I saw your answer and corrected mine accordingly.
            – joriki
            Sep 10 at 21:58










          • Nice solution +1
            – Rushabh Mehta
            Sep 10 at 21:59










          • Why is the number of different ways of doing it 2^9?
            – Jolly
            Sep 10 at 22:33










          • @Jolly This is an application of the multiplication principle. If you have $a$ ways of choosing $A$ and $b$ ways of choosing $B$, and you choose $A$ and $B$ independently, then you have a total of $acdot b$ possible selections. In the present case, you have $9$ independent choices to make, with $2$ options for each of the $9$ choices: For each slot, you decide whether to insert a plus or not. That's $2cdot2cdot2cdot2cdot2cdot2cdot2cdot2cdot2=2^9$ different ways to choose. Maybe try it with $3$ instead of $9$ to get a better feel for it.
            – joriki
            Sep 11 at 5:12













          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          Imagine $10$ ones in a row, and insert plus signs between them; for instance, $|||+||+|||||$ stands for the sum $3+2+5$. So the sums you want to count correspond to the ways of inserting plus signs. There are $9$ slots between the $10$ ones, and you can either insert a plus sign or not in each of them independently, so the number of different ways of doing this is $2^9$. However, one of these corresponds to inserting no plus signs at all, which doesn't yield a sum of at least two numbers, so we have to subtract that and the result is $2^9-1=512-1=511$.






          share|cite|improve this answer














          Imagine $10$ ones in a row, and insert plus signs between them; for instance, $|||+||+|||||$ stands for the sum $3+2+5$. So the sums you want to count correspond to the ways of inserting plus signs. There are $9$ slots between the $10$ ones, and you can either insert a plus sign or not in each of them independently, so the number of different ways of doing this is $2^9$. However, one of these corresponds to inserting no plus signs at all, which doesn't yield a sum of at least two numbers, so we have to subtract that and the result is $2^9-1=512-1=511$.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Sep 10 at 22:02

























          answered Sep 10 at 21:55









          joriki

          169k10181337




          169k10181337











          • Almost. Remember that there must be at least 1 + sign.
            – Rushabh Mehta
            Sep 10 at 21:57










          • @RushabhMehta: Thanks, I realized that when I saw your answer and corrected mine accordingly.
            – joriki
            Sep 10 at 21:58










          • Nice solution +1
            – Rushabh Mehta
            Sep 10 at 21:59










          • Why is the number of different ways of doing it 2^9?
            – Jolly
            Sep 10 at 22:33










          • @Jolly This is an application of the multiplication principle. If you have $a$ ways of choosing $A$ and $b$ ways of choosing $B$, and you choose $A$ and $B$ independently, then you have a total of $acdot b$ possible selections. In the present case, you have $9$ independent choices to make, with $2$ options for each of the $9$ choices: For each slot, you decide whether to insert a plus or not. That's $2cdot2cdot2cdot2cdot2cdot2cdot2cdot2cdot2=2^9$ different ways to choose. Maybe try it with $3$ instead of $9$ to get a better feel for it.
            – joriki
            Sep 11 at 5:12

















          • Almost. Remember that there must be at least 1 + sign.
            – Rushabh Mehta
            Sep 10 at 21:57










          • @RushabhMehta: Thanks, I realized that when I saw your answer and corrected mine accordingly.
            – joriki
            Sep 10 at 21:58










          • Nice solution +1
            – Rushabh Mehta
            Sep 10 at 21:59










          • Why is the number of different ways of doing it 2^9?
            – Jolly
            Sep 10 at 22:33










          • @Jolly This is an application of the multiplication principle. If you have $a$ ways of choosing $A$ and $b$ ways of choosing $B$, and you choose $A$ and $B$ independently, then you have a total of $acdot b$ possible selections. In the present case, you have $9$ independent choices to make, with $2$ options for each of the $9$ choices: For each slot, you decide whether to insert a plus or not. That's $2cdot2cdot2cdot2cdot2cdot2cdot2cdot2cdot2=2^9$ different ways to choose. Maybe try it with $3$ instead of $9$ to get a better feel for it.
            – joriki
            Sep 11 at 5:12
















          Almost. Remember that there must be at least 1 + sign.
          – Rushabh Mehta
          Sep 10 at 21:57




          Almost. Remember that there must be at least 1 + sign.
          – Rushabh Mehta
          Sep 10 at 21:57












          @RushabhMehta: Thanks, I realized that when I saw your answer and corrected mine accordingly.
          – joriki
          Sep 10 at 21:58




          @RushabhMehta: Thanks, I realized that when I saw your answer and corrected mine accordingly.
          – joriki
          Sep 10 at 21:58












          Nice solution +1
          – Rushabh Mehta
          Sep 10 at 21:59




          Nice solution +1
          – Rushabh Mehta
          Sep 10 at 21:59












          Why is the number of different ways of doing it 2^9?
          – Jolly
          Sep 10 at 22:33




          Why is the number of different ways of doing it 2^9?
          – Jolly
          Sep 10 at 22:33












          @Jolly This is an application of the multiplication principle. If you have $a$ ways of choosing $A$ and $b$ ways of choosing $B$, and you choose $A$ and $B$ independently, then you have a total of $acdot b$ possible selections. In the present case, you have $9$ independent choices to make, with $2$ options for each of the $9$ choices: For each slot, you decide whether to insert a plus or not. That's $2cdot2cdot2cdot2cdot2cdot2cdot2cdot2cdot2=2^9$ different ways to choose. Maybe try it with $3$ instead of $9$ to get a better feel for it.
          – joriki
          Sep 11 at 5:12





          @Jolly This is an application of the multiplication principle. If you have $a$ ways of choosing $A$ and $b$ ways of choosing $B$, and you choose $A$ and $B$ independently, then you have a total of $acdot b$ possible selections. In the present case, you have $9$ independent choices to make, with $2$ options for each of the $9$ choices: For each slot, you decide whether to insert a plus or not. That's $2cdot2cdot2cdot2cdot2cdot2cdot2cdot2cdot2=2^9$ different ways to choose. Maybe try it with $3$ instead of $9$ to get a better feel for it.
          – joriki
          Sep 11 at 5:12











          up vote
          1
          down vote













          We realize that the requirement of each number being at least $1$ and the sum being $10$ removes the need to cap the number at $9$, so we shall ignore that condition.



          Let's first start with the case of two integers. Realize that we can visualize this problem as us having 10 coins and two buckets, and we have to drop coins in each bucket. Each way we can drop coins is a different sum, i.e., if I drop 6 coins in the first bucket, but 4 in the second, then the equivalent sum is $6+4$.



          But, we must make sure every bucket has a positive number of coins, so we put one coin in each bucket to start. So, we have 8 coins left to distribute across 2 buckets. So, we can represent this as



          ********|


          Where the bar marks the divider between the buckets. So, we are essentially counting the number of ways to arrange those symbols, which is $9choose1=9$.



          We can apply the same logic with three buckets, to get the following symbol list:



          *******||


          So, the number of ways to arrange the symbols is $9choose2=36$.



          We do this all the way to $9choose9=1$. So our answer is $$sumlimits_n=1^99choose n=511$$






          share|cite|improve this answer




















          • Does this answer account for a solution such as, "1+1+1+1+1+1+1+1+1+1"?
            – Jolly
            Sep 10 at 23:04










          • @Jolly Yes indeed. That is the case when there are 10 numbers, which will be represented by $9choose9$
            – Rushabh Mehta
            Sep 11 at 0:02














          up vote
          1
          down vote













          We realize that the requirement of each number being at least $1$ and the sum being $10$ removes the need to cap the number at $9$, so we shall ignore that condition.



          Let's first start with the case of two integers. Realize that we can visualize this problem as us having 10 coins and two buckets, and we have to drop coins in each bucket. Each way we can drop coins is a different sum, i.e., if I drop 6 coins in the first bucket, but 4 in the second, then the equivalent sum is $6+4$.



          But, we must make sure every bucket has a positive number of coins, so we put one coin in each bucket to start. So, we have 8 coins left to distribute across 2 buckets. So, we can represent this as



          ********|


          Where the bar marks the divider between the buckets. So, we are essentially counting the number of ways to arrange those symbols, which is $9choose1=9$.



          We can apply the same logic with three buckets, to get the following symbol list:



          *******||


          So, the number of ways to arrange the symbols is $9choose2=36$.



          We do this all the way to $9choose9=1$. So our answer is $$sumlimits_n=1^99choose n=511$$






          share|cite|improve this answer




















          • Does this answer account for a solution such as, "1+1+1+1+1+1+1+1+1+1"?
            – Jolly
            Sep 10 at 23:04










          • @Jolly Yes indeed. That is the case when there are 10 numbers, which will be represented by $9choose9$
            – Rushabh Mehta
            Sep 11 at 0:02












          up vote
          1
          down vote










          up vote
          1
          down vote









          We realize that the requirement of each number being at least $1$ and the sum being $10$ removes the need to cap the number at $9$, so we shall ignore that condition.



          Let's first start with the case of two integers. Realize that we can visualize this problem as us having 10 coins and two buckets, and we have to drop coins in each bucket. Each way we can drop coins is a different sum, i.e., if I drop 6 coins in the first bucket, but 4 in the second, then the equivalent sum is $6+4$.



          But, we must make sure every bucket has a positive number of coins, so we put one coin in each bucket to start. So, we have 8 coins left to distribute across 2 buckets. So, we can represent this as



          ********|


          Where the bar marks the divider between the buckets. So, we are essentially counting the number of ways to arrange those symbols, which is $9choose1=9$.



          We can apply the same logic with three buckets, to get the following symbol list:



          *******||


          So, the number of ways to arrange the symbols is $9choose2=36$.



          We do this all the way to $9choose9=1$. So our answer is $$sumlimits_n=1^99choose n=511$$






          share|cite|improve this answer












          We realize that the requirement of each number being at least $1$ and the sum being $10$ removes the need to cap the number at $9$, so we shall ignore that condition.



          Let's first start with the case of two integers. Realize that we can visualize this problem as us having 10 coins and two buckets, and we have to drop coins in each bucket. Each way we can drop coins is a different sum, i.e., if I drop 6 coins in the first bucket, but 4 in the second, then the equivalent sum is $6+4$.



          But, we must make sure every bucket has a positive number of coins, so we put one coin in each bucket to start. So, we have 8 coins left to distribute across 2 buckets. So, we can represent this as



          ********|


          Where the bar marks the divider between the buckets. So, we are essentially counting the number of ways to arrange those symbols, which is $9choose1=9$.



          We can apply the same logic with three buckets, to get the following symbol list:



          *******||


          So, the number of ways to arrange the symbols is $9choose2=36$.



          We do this all the way to $9choose9=1$. So our answer is $$sumlimits_n=1^99choose n=511$$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Sep 10 at 21:56









          Rushabh Mehta

          2,588222




          2,588222











          • Does this answer account for a solution such as, "1+1+1+1+1+1+1+1+1+1"?
            – Jolly
            Sep 10 at 23:04










          • @Jolly Yes indeed. That is the case when there are 10 numbers, which will be represented by $9choose9$
            – Rushabh Mehta
            Sep 11 at 0:02
















          • Does this answer account for a solution such as, "1+1+1+1+1+1+1+1+1+1"?
            – Jolly
            Sep 10 at 23:04










          • @Jolly Yes indeed. That is the case when there are 10 numbers, which will be represented by $9choose9$
            – Rushabh Mehta
            Sep 11 at 0:02















          Does this answer account for a solution such as, "1+1+1+1+1+1+1+1+1+1"?
          – Jolly
          Sep 10 at 23:04




          Does this answer account for a solution such as, "1+1+1+1+1+1+1+1+1+1"?
          – Jolly
          Sep 10 at 23:04












          @Jolly Yes indeed. That is the case when there are 10 numbers, which will be represented by $9choose9$
          – Rushabh Mehta
          Sep 11 at 0:02




          @Jolly Yes indeed. That is the case when there are 10 numbers, which will be represented by $9choose9$
          – Rushabh Mehta
          Sep 11 at 0:02


          這個網誌中的熱門文章

          How to combine Bézier curves to a surface?

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

          Carbon dioxide