How much money would it cost to “buy out” every possible number in the 6-digit Lottery?Estimating the number of tickets bought in a lotteryDetermine if this lottery system is profitableFind the minimum number of tickets to guarantee the win of a n-bit binary lottery?How many 6 digit numbers are possible with no digit appearing more than thrice?Expected value lottery (4 digits)The Number Of Possible Four Digit Numbers With Ordered DigitsProbability of finding a random number in a random interval vs. random samplescombinatorics. how many options to make a ticket?Number of $10$ digit numbers such that every digit that appears appears exactly twiceHow many powerball tickets will guarantee a 3/5 match?

Why would the Red Woman birth a shadow if she worshipped the Lord of the Light?

Should I tell management that I intend to leave due to bad software development practices?

Would Slavery Reparations be considered Bills of Attainder and hence Illegal?

Could the museum Saturn V's be refitted for one more flight?

Can I run a new neutral wire to repair a broken circuit?

Are there any examples of a variable being normally distributed that is *not* due to the Central Limit Theorem?

One verb to replace 'be a member of' a club

Is there a hemisphere-neutral way of specifying a season?

Apex Framework / library for consuming REST services

Plagiarism or not?

Forgetting the musical notes while performing in concert

Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?

Which is the best way to check return result?

What mechanic is there to disable a threat instead of killing it?

Arrow those variables!

Short story with a alien planet, government officials must wear exploding medallions

What does the expression "A Mann!" means

Is it logically or scientifically possible to artificially send energy to the body?

Why no variance term in Bayesian logistic regression?

Am I breaking OOP practice with this architecture?

Why does this cyclic subgroup have only 4 subgroups?

How badly should I try to prevent a user from XSSing themselves?

Examples of smooth manifolds admitting inbetween one and a continuum of complex structures

How much of data wrangling is a data scientist's job?



How much money would it cost to “buy out” every possible number in the 6-digit Lottery?


Estimating the number of tickets bought in a lotteryDetermine if this lottery system is profitableFind the minimum number of tickets to guarantee the win of a n-bit binary lottery?How many 6 digit numbers are possible with no digit appearing more than thrice?Expected value lottery (4 digits)The Number Of Possible Four Digit Numbers With Ordered DigitsProbability of finding a random number in a random interval vs. random samplescombinatorics. how many options to make a ticket?Number of $10$ digit numbers such that every digit that appears appears exactly twiceHow many powerball tickets will guarantee a 3/5 match?













0












$begingroup$


So, the constraints are as follows:



  • First 5 numbers are digits 1 ; 69

  • The 6th number is a number 1 - 26

  • Order does not matter

  • Numbers do not repeat

  • Tickets cost $2 each

My reasoning is as follows: for the first 5 digits, there are clearly $$69 times 68 times 67 times 66 times 65$$ possibilities.



For the 6th digit, there are 26 possible choices, but we must account for the fact that the previous digits could've been within the range of $[1, 26]$ (or we end up overcounting). This is where I'm a little less certain: clearly I can't just multiply the previous number by 26. The "worst" case is where all 5 previous numbers were also in the range of $[1, 26]$; the "best" case is where all of them were in the range $[27, 69]$. My thought process was to just multiply my previous number by $21$ (because $26 - 5 = 21$), but I think that this may be undercounting because there are $$43 times 42 times 41 times 40 times 39$$ possible numbers that they could take that are greater than 26.



It's easy to account for the $2 tickets because if I want to calculate how much money it would take to buy enough tickets to guarantee a win, I'd just have to multiply my previous result by 2.



So, my proposed solution is that it would cost $$69 times 68 times 67 times 66 times 65 times 21 times 2$$
dollars to buy enough Lottery tickets to guarantee that you would win.



Can someone help me with the number of possible values for the final digits? Is $21$ correct, or are there more?










share|cite|improve this question











$endgroup$











  • $begingroup$
    Try choosing the 6th number first.
    $endgroup$
    – FredH
    Mar 28 at 18:11















0












$begingroup$


So, the constraints are as follows:



  • First 5 numbers are digits 1 ; 69

  • The 6th number is a number 1 - 26

  • Order does not matter

  • Numbers do not repeat

  • Tickets cost $2 each

My reasoning is as follows: for the first 5 digits, there are clearly $$69 times 68 times 67 times 66 times 65$$ possibilities.



For the 6th digit, there are 26 possible choices, but we must account for the fact that the previous digits could've been within the range of $[1, 26]$ (or we end up overcounting). This is where I'm a little less certain: clearly I can't just multiply the previous number by 26. The "worst" case is where all 5 previous numbers were also in the range of $[1, 26]$; the "best" case is where all of them were in the range $[27, 69]$. My thought process was to just multiply my previous number by $21$ (because $26 - 5 = 21$), but I think that this may be undercounting because there are $$43 times 42 times 41 times 40 times 39$$ possible numbers that they could take that are greater than 26.



It's easy to account for the $2 tickets because if I want to calculate how much money it would take to buy enough tickets to guarantee a win, I'd just have to multiply my previous result by 2.



So, my proposed solution is that it would cost $$69 times 68 times 67 times 66 times 65 times 21 times 2$$
dollars to buy enough Lottery tickets to guarantee that you would win.



Can someone help me with the number of possible values for the final digits? Is $21$ correct, or are there more?










share|cite|improve this question











$endgroup$











  • $begingroup$
    Try choosing the 6th number first.
    $endgroup$
    – FredH
    Mar 28 at 18:11













0












0








0





$begingroup$


So, the constraints are as follows:



  • First 5 numbers are digits 1 ; 69

  • The 6th number is a number 1 - 26

  • Order does not matter

  • Numbers do not repeat

  • Tickets cost $2 each

My reasoning is as follows: for the first 5 digits, there are clearly $$69 times 68 times 67 times 66 times 65$$ possibilities.



For the 6th digit, there are 26 possible choices, but we must account for the fact that the previous digits could've been within the range of $[1, 26]$ (or we end up overcounting). This is where I'm a little less certain: clearly I can't just multiply the previous number by 26. The "worst" case is where all 5 previous numbers were also in the range of $[1, 26]$; the "best" case is where all of them were in the range $[27, 69]$. My thought process was to just multiply my previous number by $21$ (because $26 - 5 = 21$), but I think that this may be undercounting because there are $$43 times 42 times 41 times 40 times 39$$ possible numbers that they could take that are greater than 26.



It's easy to account for the $2 tickets because if I want to calculate how much money it would take to buy enough tickets to guarantee a win, I'd just have to multiply my previous result by 2.



So, my proposed solution is that it would cost $$69 times 68 times 67 times 66 times 65 times 21 times 2$$
dollars to buy enough Lottery tickets to guarantee that you would win.



Can someone help me with the number of possible values for the final digits? Is $21$ correct, or are there more?










share|cite|improve this question











$endgroup$




So, the constraints are as follows:



  • First 5 numbers are digits 1 ; 69

  • The 6th number is a number 1 - 26

  • Order does not matter

  • Numbers do not repeat

  • Tickets cost $2 each

My reasoning is as follows: for the first 5 digits, there are clearly $$69 times 68 times 67 times 66 times 65$$ possibilities.



For the 6th digit, there are 26 possible choices, but we must account for the fact that the previous digits could've been within the range of $[1, 26]$ (or we end up overcounting). This is where I'm a little less certain: clearly I can't just multiply the previous number by 26. The "worst" case is where all 5 previous numbers were also in the range of $[1, 26]$; the "best" case is where all of them were in the range $[27, 69]$. My thought process was to just multiply my previous number by $21$ (because $26 - 5 = 21$), but I think that this may be undercounting because there are $$43 times 42 times 41 times 40 times 39$$ possible numbers that they could take that are greater than 26.



It's easy to account for the $2 tickets because if I want to calculate how much money it would take to buy enough tickets to guarantee a win, I'd just have to multiply my previous result by 2.



So, my proposed solution is that it would cost $$69 times 68 times 67 times 66 times 65 times 21 times 2$$
dollars to buy enough Lottery tickets to guarantee that you would win.



Can someone help me with the number of possible values for the final digits? Is $21$ correct, or are there more?







combinatorics proof-verification combinations gambling lotteries






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 28 at 18:09







EJoshuaS

















asked Mar 28 at 17:56









EJoshuaSEJoshuaS

444719




444719











  • $begingroup$
    Try choosing the 6th number first.
    $endgroup$
    – FredH
    Mar 28 at 18:11
















  • $begingroup$
    Try choosing the 6th number first.
    $endgroup$
    – FredH
    Mar 28 at 18:11















$begingroup$
Try choosing the 6th number first.
$endgroup$
– FredH
Mar 28 at 18:11




$begingroup$
Try choosing the 6th number first.
$endgroup$
– FredH
Mar 28 at 18:11










1 Answer
1






active

oldest

votes


















2












$begingroup$

Start with the sixth digit, then work your way backwards. If you choose the sixth number first, then there are only 68 numbers remaining for the other choices.



$$dbinom261dbinom685$$



By using Binomial Coefficients, we are not taking order into account (because you say in the beginning that order does not matter).



So, this gives the total number of ways of picking the six numbers.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Thanks, that's way simpler than what I was trying.
    $endgroup$
    – EJoshuaS
    Mar 28 at 18:18











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%2f3166203%2fhow-much-money-would-it-cost-to-buy-out-every-possible-number-in-the-6-digit-l%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









2












$begingroup$

Start with the sixth digit, then work your way backwards. If you choose the sixth number first, then there are only 68 numbers remaining for the other choices.



$$dbinom261dbinom685$$



By using Binomial Coefficients, we are not taking order into account (because you say in the beginning that order does not matter).



So, this gives the total number of ways of picking the six numbers.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Thanks, that's way simpler than what I was trying.
    $endgroup$
    – EJoshuaS
    Mar 28 at 18:18















2












$begingroup$

Start with the sixth digit, then work your way backwards. If you choose the sixth number first, then there are only 68 numbers remaining for the other choices.



$$dbinom261dbinom685$$



By using Binomial Coefficients, we are not taking order into account (because you say in the beginning that order does not matter).



So, this gives the total number of ways of picking the six numbers.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Thanks, that's way simpler than what I was trying.
    $endgroup$
    – EJoshuaS
    Mar 28 at 18:18













2












2








2





$begingroup$

Start with the sixth digit, then work your way backwards. If you choose the sixth number first, then there are only 68 numbers remaining for the other choices.



$$dbinom261dbinom685$$



By using Binomial Coefficients, we are not taking order into account (because you say in the beginning that order does not matter).



So, this gives the total number of ways of picking the six numbers.






share|cite|improve this answer









$endgroup$



Start with the sixth digit, then work your way backwards. If you choose the sixth number first, then there are only 68 numbers remaining for the other choices.



$$dbinom261dbinom685$$



By using Binomial Coefficients, we are not taking order into account (because you say in the beginning that order does not matter).



So, this gives the total number of ways of picking the six numbers.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Mar 28 at 18:12









InterstellarProbeInterstellarProbe

3,154728




3,154728











  • $begingroup$
    Thanks, that's way simpler than what I was trying.
    $endgroup$
    – EJoshuaS
    Mar 28 at 18:18
















  • $begingroup$
    Thanks, that's way simpler than what I was trying.
    $endgroup$
    – EJoshuaS
    Mar 28 at 18:18















$begingroup$
Thanks, that's way simpler than what I was trying.
$endgroup$
– EJoshuaS
Mar 28 at 18:18




$begingroup$
Thanks, that's way simpler than what I was trying.
$endgroup$
– EJoshuaS
Mar 28 at 18:18

















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%2f3166203%2fhow-much-money-would-it-cost-to-buy-out-every-possible-number-in-the-6-digit-l%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

Triangular numbers and gcdProving sum of a set is $0 pmod n$ if $n$ is odd, or $fracn2 pmod n$ if $n$ is even?Is greatest common divisor of two numbers really their smallest linear combination?GCD, LCM RelationshipProve a set of nonnegative integers with greatest common divisor 1 and closed under addition has all but finite many nonnegative integers.all pairs of a and b in an equation containing gcdTriangular Numbers Modulo $k$ - Hit All Values?Understanding the Existence and Uniqueness of the GCDGCD and LCM with logical symbolsThe greatest common divisor of two positive integers less than 100 is equal to 3. Their least common multiple is twelve times one of the integers.Suppose that for all integers $x$, $x|a$ and $x|b$ if and only if $x|c$. Then $c = gcd(a,b)$Which is the gcd of 2 numbers which are multiplied and the result is 600000?

Ingelân Ynhâld Etymology | Geografy | Skiednis | Polityk en bestjoer | Ekonomy | Demografy | Kultuer | Klimaat | Sjoch ek | Keppelings om utens | Boarnen, noaten en referinsjes Navigaasjemenuwww.gov.ukOffisjele webside fan it regear fan it Feriene KeninkrykOffisjele webside fan it Britske FerkearsburoNederlânsktalige ynformaasje fan it Britske FerkearsburoOffisjele webside fan English Heritage, de organisaasje dy't him ynset foar it behâld fan it Ingelske kultuergoedYnwennertallen fan alle Britske stêden út 'e folkstelling fan 2011Notes en References, op dizze sideEngland

Հադիս Բովանդակություն Անվանում և նշանակություն | Դասակարգում | Աղբյուրներ | Նավարկման ցանկ