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?
$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?
combinatorics proof-verification combinations gambling lotteries
$endgroup$
add a comment |
$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?
combinatorics proof-verification combinations gambling lotteries
$endgroup$
$begingroup$
Try choosing the 6th number first.
$endgroup$
– FredH
Mar 28 at 18:11
add a comment |
$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?
combinatorics proof-verification combinations gambling lotteries
$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
combinatorics proof-verification combinations gambling lotteries
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
add a comment |
$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
add a comment |
1 Answer
1
active
oldest
votes
$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.
$endgroup$
$begingroup$
Thanks, that's way simpler than what I was trying.
$endgroup$
– EJoshuaS
Mar 28 at 18:18
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
$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.
$endgroup$
$begingroup$
Thanks, that's way simpler than what I was trying.
$endgroup$
– EJoshuaS
Mar 28 at 18:18
add a comment |
$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.
$endgroup$
$begingroup$
Thanks, that's way simpler than what I was trying.
$endgroup$
– EJoshuaS
Mar 28 at 18:18
add a comment |
$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.
$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.
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
add a comment |
$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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
$begingroup$
Try choosing the 6th number first.
$endgroup$
– FredH
Mar 28 at 18:11