Pigeon Hole explanation
$begingroup$
I understand that the pigeonhole principle is supposedly a quite simple concept. However could you please explain to me the reasoning of how you reach this answer. Thank you.
Question: A basket cannot contain more than $24$ apples. What is the minimum amount of baskets you must have, to ensure you have at least $5$ baskets with the same number of apples in them (all baskets have at least $1$ apple contained within).
Answer of this question being $97$ baskets.
pigeonhole-principle
$endgroup$
add a comment |
$begingroup$
I understand that the pigeonhole principle is supposedly a quite simple concept. However could you please explain to me the reasoning of how you reach this answer. Thank you.
Question: A basket cannot contain more than $24$ apples. What is the minimum amount of baskets you must have, to ensure you have at least $5$ baskets with the same number of apples in them (all baskets have at least $1$ apple contained within).
Answer of this question being $97$ baskets.
pigeonhole-principle
$endgroup$
add a comment |
$begingroup$
I understand that the pigeonhole principle is supposedly a quite simple concept. However could you please explain to me the reasoning of how you reach this answer. Thank you.
Question: A basket cannot contain more than $24$ apples. What is the minimum amount of baskets you must have, to ensure you have at least $5$ baskets with the same number of apples in them (all baskets have at least $1$ apple contained within).
Answer of this question being $97$ baskets.
pigeonhole-principle
$endgroup$
I understand that the pigeonhole principle is supposedly a quite simple concept. However could you please explain to me the reasoning of how you reach this answer. Thank you.
Question: A basket cannot contain more than $24$ apples. What is the minimum amount of baskets you must have, to ensure you have at least $5$ baskets with the same number of apples in them (all baskets have at least $1$ apple contained within).
Answer of this question being $97$ baskets.
pigeonhole-principle
pigeonhole-principle
edited 18 hours ago
Peter
49.2k1240138
49.2k1240138
asked 18 hours ago
LaykenLayken
324
324
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
The basic idea of the pigeonhole principle is trivial , but the application can be much more difficult.
Main idea : If we distribute $n+1$ pigeons among $n$ cages, at least one cage must have more than one pigeon.
The problem here :
There are $24$ possibilities for the number of apples in a basket.
Therefore, $96$ baskets cannot be enough because every number from $1$ to $24$ can appear exactly four times.
But if we add another basket, it is not possible anymore that all the numbers appear at most $4$ times because then, at most $96$ baskets would be possible.
$endgroup$
add a comment |
$begingroup$
Why $96$ is not enought:
For every number $x$ between $1$ and $24$ you take $4$ baskets with $x$ apples inside. Then you have $4cdot 24 = 96$ baskets. By construction, there is no number such that $5$ baskets have this number of apples.
On the other hand if you have $97$ baskets and assume there are maximum $4$ baskets with the same number of apples. Then again the number of baskets is limited to $4cdot 24$ which is less than your number of baskets. So you have a contradiction. Hence, there is no configuration with max $4$ baskets with the same number of apples for $97$ baskets.
$endgroup$
add a comment |
$begingroup$
Since a basket cannot contain more than $24$ apples, we consider a basket to be a collection of $24$ pigeonholes. Hence if we have $4$ baskets, there are altogether $24 times 4 = 96$ pigeonholes. Indeed $96$ pigeonholes can contain $96$ pigeons (apples). But if we have $97$ pigeons, by pigeonhole principle, at least one of the pigeonhole must have two pigeons, which is not allowed (the $4$ baskets are full, so we need an extra one). Hence $97$ is the answer.
$endgroup$
add a comment |
$begingroup$
The number of apples in a basket is between 1 and 24. That's 24 different values.
Suppose that in our collection of baskets, none of these numbers occurs at least five times.
This means that in our collection of baskets each of these numbers occurs at most four times.
But then we can have at most 24 times 4 baskets.
Now, $24 times 4 = 96$. So if we have more than that number of baskets, that is if we have at least 97 baskets, then one of those numbers between 1 and 24 must occur at least five times, that is then we have at least five baskets with the same number of apples.
$endgroup$
$begingroup$
Please don't use $24 * 4 = 96$, it looks bad ... Use $24 times 4$ or $24 cdot 4$.
$endgroup$
– L. F.
17 hours ago
add a comment |
Your Answer
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%2f3187132%2fpigeon-hole-explanation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The basic idea of the pigeonhole principle is trivial , but the application can be much more difficult.
Main idea : If we distribute $n+1$ pigeons among $n$ cages, at least one cage must have more than one pigeon.
The problem here :
There are $24$ possibilities for the number of apples in a basket.
Therefore, $96$ baskets cannot be enough because every number from $1$ to $24$ can appear exactly four times.
But if we add another basket, it is not possible anymore that all the numbers appear at most $4$ times because then, at most $96$ baskets would be possible.
$endgroup$
add a comment |
$begingroup$
The basic idea of the pigeonhole principle is trivial , but the application can be much more difficult.
Main idea : If we distribute $n+1$ pigeons among $n$ cages, at least one cage must have more than one pigeon.
The problem here :
There are $24$ possibilities for the number of apples in a basket.
Therefore, $96$ baskets cannot be enough because every number from $1$ to $24$ can appear exactly four times.
But if we add another basket, it is not possible anymore that all the numbers appear at most $4$ times because then, at most $96$ baskets would be possible.
$endgroup$
add a comment |
$begingroup$
The basic idea of the pigeonhole principle is trivial , but the application can be much more difficult.
Main idea : If we distribute $n+1$ pigeons among $n$ cages, at least one cage must have more than one pigeon.
The problem here :
There are $24$ possibilities for the number of apples in a basket.
Therefore, $96$ baskets cannot be enough because every number from $1$ to $24$ can appear exactly four times.
But if we add another basket, it is not possible anymore that all the numbers appear at most $4$ times because then, at most $96$ baskets would be possible.
$endgroup$
The basic idea of the pigeonhole principle is trivial , but the application can be much more difficult.
Main idea : If we distribute $n+1$ pigeons among $n$ cages, at least one cage must have more than one pigeon.
The problem here :
There are $24$ possibilities for the number of apples in a basket.
Therefore, $96$ baskets cannot be enough because every number from $1$ to $24$ can appear exactly four times.
But if we add another basket, it is not possible anymore that all the numbers appear at most $4$ times because then, at most $96$ baskets would be possible.
answered 18 hours ago
PeterPeter
49.2k1240138
49.2k1240138
add a comment |
add a comment |
$begingroup$
Why $96$ is not enought:
For every number $x$ between $1$ and $24$ you take $4$ baskets with $x$ apples inside. Then you have $4cdot 24 = 96$ baskets. By construction, there is no number such that $5$ baskets have this number of apples.
On the other hand if you have $97$ baskets and assume there are maximum $4$ baskets with the same number of apples. Then again the number of baskets is limited to $4cdot 24$ which is less than your number of baskets. So you have a contradiction. Hence, there is no configuration with max $4$ baskets with the same number of apples for $97$ baskets.
$endgroup$
add a comment |
$begingroup$
Why $96$ is not enought:
For every number $x$ between $1$ and $24$ you take $4$ baskets with $x$ apples inside. Then you have $4cdot 24 = 96$ baskets. By construction, there is no number such that $5$ baskets have this number of apples.
On the other hand if you have $97$ baskets and assume there are maximum $4$ baskets with the same number of apples. Then again the number of baskets is limited to $4cdot 24$ which is less than your number of baskets. So you have a contradiction. Hence, there is no configuration with max $4$ baskets with the same number of apples for $97$ baskets.
$endgroup$
add a comment |
$begingroup$
Why $96$ is not enought:
For every number $x$ between $1$ and $24$ you take $4$ baskets with $x$ apples inside. Then you have $4cdot 24 = 96$ baskets. By construction, there is no number such that $5$ baskets have this number of apples.
On the other hand if you have $97$ baskets and assume there are maximum $4$ baskets with the same number of apples. Then again the number of baskets is limited to $4cdot 24$ which is less than your number of baskets. So you have a contradiction. Hence, there is no configuration with max $4$ baskets with the same number of apples for $97$ baskets.
$endgroup$
Why $96$ is not enought:
For every number $x$ between $1$ and $24$ you take $4$ baskets with $x$ apples inside. Then you have $4cdot 24 = 96$ baskets. By construction, there is no number such that $5$ baskets have this number of apples.
On the other hand if you have $97$ baskets and assume there are maximum $4$ baskets with the same number of apples. Then again the number of baskets is limited to $4cdot 24$ which is less than your number of baskets. So you have a contradiction. Hence, there is no configuration with max $4$ baskets with the same number of apples for $97$ baskets.
answered 18 hours ago
Nathanael SkrepekNathanael Skrepek
1,7921615
1,7921615
add a comment |
add a comment |
$begingroup$
Since a basket cannot contain more than $24$ apples, we consider a basket to be a collection of $24$ pigeonholes. Hence if we have $4$ baskets, there are altogether $24 times 4 = 96$ pigeonholes. Indeed $96$ pigeonholes can contain $96$ pigeons (apples). But if we have $97$ pigeons, by pigeonhole principle, at least one of the pigeonhole must have two pigeons, which is not allowed (the $4$ baskets are full, so we need an extra one). Hence $97$ is the answer.
$endgroup$
add a comment |
$begingroup$
Since a basket cannot contain more than $24$ apples, we consider a basket to be a collection of $24$ pigeonholes. Hence if we have $4$ baskets, there are altogether $24 times 4 = 96$ pigeonholes. Indeed $96$ pigeonholes can contain $96$ pigeons (apples). But if we have $97$ pigeons, by pigeonhole principle, at least one of the pigeonhole must have two pigeons, which is not allowed (the $4$ baskets are full, so we need an extra one). Hence $97$ is the answer.
$endgroup$
add a comment |
$begingroup$
Since a basket cannot contain more than $24$ apples, we consider a basket to be a collection of $24$ pigeonholes. Hence if we have $4$ baskets, there are altogether $24 times 4 = 96$ pigeonholes. Indeed $96$ pigeonholes can contain $96$ pigeons (apples). But if we have $97$ pigeons, by pigeonhole principle, at least one of the pigeonhole must have two pigeons, which is not allowed (the $4$ baskets are full, so we need an extra one). Hence $97$ is the answer.
$endgroup$
Since a basket cannot contain more than $24$ apples, we consider a basket to be a collection of $24$ pigeonholes. Hence if we have $4$ baskets, there are altogether $24 times 4 = 96$ pigeonholes. Indeed $96$ pigeonholes can contain $96$ pigeons (apples). But if we have $97$ pigeons, by pigeonhole principle, at least one of the pigeonhole must have two pigeons, which is not allowed (the $4$ baskets are full, so we need an extra one). Hence $97$ is the answer.
answered 18 hours ago
tonychow0929tonychow0929
42137
42137
add a comment |
add a comment |
$begingroup$
The number of apples in a basket is between 1 and 24. That's 24 different values.
Suppose that in our collection of baskets, none of these numbers occurs at least five times.
This means that in our collection of baskets each of these numbers occurs at most four times.
But then we can have at most 24 times 4 baskets.
Now, $24 times 4 = 96$. So if we have more than that number of baskets, that is if we have at least 97 baskets, then one of those numbers between 1 and 24 must occur at least five times, that is then we have at least five baskets with the same number of apples.
$endgroup$
$begingroup$
Please don't use $24 * 4 = 96$, it looks bad ... Use $24 times 4$ or $24 cdot 4$.
$endgroup$
– L. F.
17 hours ago
add a comment |
$begingroup$
The number of apples in a basket is between 1 and 24. That's 24 different values.
Suppose that in our collection of baskets, none of these numbers occurs at least five times.
This means that in our collection of baskets each of these numbers occurs at most four times.
But then we can have at most 24 times 4 baskets.
Now, $24 times 4 = 96$. So if we have more than that number of baskets, that is if we have at least 97 baskets, then one of those numbers between 1 and 24 must occur at least five times, that is then we have at least five baskets with the same number of apples.
$endgroup$
$begingroup$
Please don't use $24 * 4 = 96$, it looks bad ... Use $24 times 4$ or $24 cdot 4$.
$endgroup$
– L. F.
17 hours ago
add a comment |
$begingroup$
The number of apples in a basket is between 1 and 24. That's 24 different values.
Suppose that in our collection of baskets, none of these numbers occurs at least five times.
This means that in our collection of baskets each of these numbers occurs at most four times.
But then we can have at most 24 times 4 baskets.
Now, $24 times 4 = 96$. So if we have more than that number of baskets, that is if we have at least 97 baskets, then one of those numbers between 1 and 24 must occur at least five times, that is then we have at least five baskets with the same number of apples.
$endgroup$
The number of apples in a basket is between 1 and 24. That's 24 different values.
Suppose that in our collection of baskets, none of these numbers occurs at least five times.
This means that in our collection of baskets each of these numbers occurs at most four times.
But then we can have at most 24 times 4 baskets.
Now, $24 times 4 = 96$. So if we have more than that number of baskets, that is if we have at least 97 baskets, then one of those numbers between 1 and 24 must occur at least five times, that is then we have at least five baskets with the same number of apples.
edited 5 hours ago
answered 18 hours ago
jflippjflipp
3,7711711
3,7711711
$begingroup$
Please don't use $24 * 4 = 96$, it looks bad ... Use $24 times 4$ or $24 cdot 4$.
$endgroup$
– L. F.
17 hours ago
add a comment |
$begingroup$
Please don't use $24 * 4 = 96$, it looks bad ... Use $24 times 4$ or $24 cdot 4$.
$endgroup$
– L. F.
17 hours ago
$begingroup$
Please don't use $24 * 4 = 96$, it looks bad ... Use $24 times 4$ or $24 cdot 4$.
$endgroup$
– L. F.
17 hours ago
$begingroup$
Please don't use $24 * 4 = 96$, it looks bad ... Use $24 times 4$ or $24 cdot 4$.
$endgroup$
– L. F.
17 hours ago
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%2f3187132%2fpigeon-hole-explanation%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