Choosing $n$ and $k$ in combinationsUse of a null option in a combination with repetition problemWhy is my answer to this multichoose counting problem wrong?Combinations with RepetitionCombinations with Repetition Versus … what is this?How would you work out these combinations?Number of combinations of ice-cream with limited quantity.Combinations with ice creamProbability when choosing over more combinationsAn ice cream parlor has 28 different ice cream flavors. How many different ways are there to choose 6 scoops of ice cream if at leastCounting problem.How many different bowls can be made if:

Why Were Madagascar and New Zealand Discovered So Late?

What is the intuitive meaning of having a linear relationship between the logs of two variables?

Why "be dealt cards" rather than "be dealing cards"?

What is the oldest known work of fiction?

when is out of tune ok?

How does a character multiclassing into warlock get a focus?

Implement the Thanos sorting algorithm

I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?

Is it correct to write "is not focus on"?

Everything Bob says is false. How does he get people to trust him?

What to do with wrong results in talks?

Modify casing of marked letters

Bash method for viewing beginning and end of file

Star/Wye electrical connection math symbol

Mapping a list into a phase plot

Ways to speed up user implemented RK4

Coordinate position not precise

How can I use the arrow sign in my bash prompt?

What defines a dissertation?

What is the opposite of 'gravitas'?

Is there a problem with hiding "forgot password" until it's needed?

How will losing mobility of one hand affect my career as a programmer?

At which point does a character regain all their Hit Dice?

Best way to store options for panels



Choosing $n$ and $k$ in combinations


Use of a null option in a combination with repetition problemWhy is my answer to this multichoose counting problem wrong?Combinations with RepetitionCombinations with Repetition Versus … what is this?How would you work out these combinations?Number of combinations of ice-cream with limited quantity.Combinations with ice creamProbability when choosing over more combinationsAn ice cream parlor has 28 different ice cream flavors. How many different ways are there to choose 6 scoops of ice cream if at leastCounting problem.How many different bowls can be made if:













0












$begingroup$


We have $5$ kinds of ice cream with each kind having $10$ pieces. For orders containing $10$ icecreams, how many different combinations are possible? The answer should be $1001$



= we are choosing from $5$ kinds of ice cream so $n = 5$ and $k = 10$



using formula



$binomn + k - 1 n = binom n + k - 1 k - 1 $ so
$binom 5 + 10 - 1 5 $ but this equals to $2002$. But if I choose $k = 5$ and $n = 10$, it will results in $1001$, which is the correct answer$ldots$ So why do we have to choose $n$ as $10$ and not $5$? We are choosing from $5$ different kinds so it should be $5$. Or am i mistaken?










share|cite|improve this question











$endgroup$











  • $begingroup$
    Make sure that you understand what the letters used in the formula are meant to represent. $binombins+balls-1bins-1$. Here, the flavors (five of them) act as the bins, and the number of scoops act as the balls.
    $endgroup$
    – JMoravitz
    Nov 20 '16 at 0:02











  • $begingroup$
    I thought i do , using example when we have 6 red 6 blue and 6 green balls and we have to find the number of ways how we can take 6 balls we choose n=3
    $endgroup$
    – J.dd
    Nov 20 '16 at 0:03















0












$begingroup$


We have $5$ kinds of ice cream with each kind having $10$ pieces. For orders containing $10$ icecreams, how many different combinations are possible? The answer should be $1001$



= we are choosing from $5$ kinds of ice cream so $n = 5$ and $k = 10$



using formula



$binomn + k - 1 n = binom n + k - 1 k - 1 $ so
$binom 5 + 10 - 1 5 $ but this equals to $2002$. But if I choose $k = 5$ and $n = 10$, it will results in $1001$, which is the correct answer$ldots$ So why do we have to choose $n$ as $10$ and not $5$? We are choosing from $5$ different kinds so it should be $5$. Or am i mistaken?










share|cite|improve this question











$endgroup$











  • $begingroup$
    Make sure that you understand what the letters used in the formula are meant to represent. $binombins+balls-1bins-1$. Here, the flavors (five of them) act as the bins, and the number of scoops act as the balls.
    $endgroup$
    – JMoravitz
    Nov 20 '16 at 0:02











  • $begingroup$
    I thought i do , using example when we have 6 red 6 blue and 6 green balls and we have to find the number of ways how we can take 6 balls we choose n=3
    $endgroup$
    – J.dd
    Nov 20 '16 at 0:03













0












0








0


1



$begingroup$


We have $5$ kinds of ice cream with each kind having $10$ pieces. For orders containing $10$ icecreams, how many different combinations are possible? The answer should be $1001$



= we are choosing from $5$ kinds of ice cream so $n = 5$ and $k = 10$



using formula



$binomn + k - 1 n = binom n + k - 1 k - 1 $ so
$binom 5 + 10 - 1 5 $ but this equals to $2002$. But if I choose $k = 5$ and $n = 10$, it will results in $1001$, which is the correct answer$ldots$ So why do we have to choose $n$ as $10$ and not $5$? We are choosing from $5$ different kinds so it should be $5$. Or am i mistaken?










share|cite|improve this question











$endgroup$




We have $5$ kinds of ice cream with each kind having $10$ pieces. For orders containing $10$ icecreams, how many different combinations are possible? The answer should be $1001$



= we are choosing from $5$ kinds of ice cream so $n = 5$ and $k = 10$



using formula



$binomn + k - 1 n = binom n + k - 1 k - 1 $ so
$binom 5 + 10 - 1 5 $ but this equals to $2002$. But if I choose $k = 5$ and $n = 10$, it will results in $1001$, which is the correct answer$ldots$ So why do we have to choose $n$ as $10$ and not $5$? We are choosing from $5$ different kinds so it should be $5$. Or am i mistaken?







combinatorics combinations






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 17 at 11:11









Rócherz

3,0013821




3,0013821










asked Nov 20 '16 at 0:00









J.ddJ.dd

182




182











  • $begingroup$
    Make sure that you understand what the letters used in the formula are meant to represent. $binombins+balls-1bins-1$. Here, the flavors (five of them) act as the bins, and the number of scoops act as the balls.
    $endgroup$
    – JMoravitz
    Nov 20 '16 at 0:02











  • $begingroup$
    I thought i do , using example when we have 6 red 6 blue and 6 green balls and we have to find the number of ways how we can take 6 balls we choose n=3
    $endgroup$
    – J.dd
    Nov 20 '16 at 0:03
















  • $begingroup$
    Make sure that you understand what the letters used in the formula are meant to represent. $binombins+balls-1bins-1$. Here, the flavors (five of them) act as the bins, and the number of scoops act as the balls.
    $endgroup$
    – JMoravitz
    Nov 20 '16 at 0:02











  • $begingroup$
    I thought i do , using example when we have 6 red 6 blue and 6 green balls and we have to find the number of ways how we can take 6 balls we choose n=3
    $endgroup$
    – J.dd
    Nov 20 '16 at 0:03















$begingroup$
Make sure that you understand what the letters used in the formula are meant to represent. $binombins+balls-1bins-1$. Here, the flavors (five of them) act as the bins, and the number of scoops act as the balls.
$endgroup$
– JMoravitz
Nov 20 '16 at 0:02





$begingroup$
Make sure that you understand what the letters used in the formula are meant to represent. $binombins+balls-1bins-1$. Here, the flavors (five of them) act as the bins, and the number of scoops act as the balls.
$endgroup$
– JMoravitz
Nov 20 '16 at 0:02













$begingroup$
I thought i do , using example when we have 6 red 6 blue and 6 green balls and we have to find the number of ways how we can take 6 balls we choose n=3
$endgroup$
– J.dd
Nov 20 '16 at 0:03




$begingroup$
I thought i do , using example when we have 6 red 6 blue and 6 green balls and we have to find the number of ways how we can take 6 balls we choose n=3
$endgroup$
– J.dd
Nov 20 '16 at 0:03










1 Answer
1






active

oldest

votes


















0












$begingroup$

Ordering 10 icecreams out of 5 kinds, is nothing else as putting 10 balls into 5 bins. So $k=5$ and $n=10$ in full agreement with the correct answer.



Possibly you misinterpret the meaning of $n $ and $k $ in the expression
$$binom n+k-1n. $$



The correct meaning can be easily memorized using stars and bars approach.






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%2f2021972%2fchoosing-n-and-k-in-combinations%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0












    $begingroup$

    Ordering 10 icecreams out of 5 kinds, is nothing else as putting 10 balls into 5 bins. So $k=5$ and $n=10$ in full agreement with the correct answer.



    Possibly you misinterpret the meaning of $n $ and $k $ in the expression
    $$binom n+k-1n. $$



    The correct meaning can be easily memorized using stars and bars approach.






    share|cite|improve this answer











    $endgroup$

















      0












      $begingroup$

      Ordering 10 icecreams out of 5 kinds, is nothing else as putting 10 balls into 5 bins. So $k=5$ and $n=10$ in full agreement with the correct answer.



      Possibly you misinterpret the meaning of $n $ and $k $ in the expression
      $$binom n+k-1n. $$



      The correct meaning can be easily memorized using stars and bars approach.






      share|cite|improve this answer











      $endgroup$















        0












        0








        0





        $begingroup$

        Ordering 10 icecreams out of 5 kinds, is nothing else as putting 10 balls into 5 bins. So $k=5$ and $n=10$ in full agreement with the correct answer.



        Possibly you misinterpret the meaning of $n $ and $k $ in the expression
        $$binom n+k-1n. $$



        The correct meaning can be easily memorized using stars and bars approach.






        share|cite|improve this answer











        $endgroup$



        Ordering 10 icecreams out of 5 kinds, is nothing else as putting 10 balls into 5 bins. So $k=5$ and $n=10$ in full agreement with the correct answer.



        Possibly you misinterpret the meaning of $n $ and $k $ in the expression
        $$binom n+k-1n. $$



        The correct meaning can be easily memorized using stars and bars approach.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Mar 17 at 12:28

























        answered Mar 17 at 12:07









        useruser

        5,93011031




        5,93011031



























            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%2f2021972%2fchoosing-n-and-k-in-combinations%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

            Moe incest case Sentencing See also References Navigation menu"'Australian Josef Fritzl' fathered four children by daughter""Small town recoils in horror at 'Australian Fritzl' incest case""Victorian rape allegations echo Fritzl case - Just In (Australian Broadcasting Corporation)""Incest father jailed for 22 years""'Australian Fritzl' sentenced to 22 years in prison for abusing daughter for three decades""RSJ v The Queen"

            Who is our nearest planetary neighbor, on average?Santa Claus flies to the South PoleSeven Spheres of Unequal Mass, a weighing problem with a twistDescribe a large integerFast Mental Calculation of $7.5^7$Math in Space (without the help of celebrities)Find the value of $bigstar$: Puzzle 8 - InequalityWho drinks beer while running anyway?A Crucial DeliveryRanking And AverageHow long will my money last at roulette?

            Daza language Contents Vocabulary Phonology References External links Navigation menudaza1242Daza"Dazaga"eeee178086576