Maximum number of regions formed by points on a circle
$begingroup$
The question is :
6 points are located on a circle and lines are drawn connecting these points, each pair of points connected by a single line. What can be the maximum number of regions into which the circle is divided?
My answer is 32 . But the actual answer is 31 how ??
geometry combinatorics
$endgroup$
add a comment |
$begingroup$
The question is :
6 points are located on a circle and lines are drawn connecting these points, each pair of points connected by a single line. What can be the maximum number of regions into which the circle is divided?
My answer is 32 . But the actual answer is 31 how ??
geometry combinatorics
$endgroup$
$begingroup$
arbelos.co.uk/Papers/Chords-regions.pdf
$endgroup$
– Bumblebee
Jan 6 '17 at 4:30
add a comment |
$begingroup$
The question is :
6 points are located on a circle and lines are drawn connecting these points, each pair of points connected by a single line. What can be the maximum number of regions into which the circle is divided?
My answer is 32 . But the actual answer is 31 how ??
geometry combinatorics
$endgroup$
The question is :
6 points are located on a circle and lines are drawn connecting these points, each pair of points connected by a single line. What can be the maximum number of regions into which the circle is divided?
My answer is 32 . But the actual answer is 31 how ??
geometry combinatorics
geometry combinatorics
edited Jan 20 '11 at 9:32
Aryabhata
70.2k6156246
70.2k6156246
asked Jan 20 '11 at 9:05
EgalitarianEgalitarian
183139
183139
$begingroup$
arbelos.co.uk/Papers/Chords-regions.pdf
$endgroup$
– Bumblebee
Jan 6 '17 at 4:30
add a comment |
$begingroup$
arbelos.co.uk/Papers/Chords-regions.pdf
$endgroup$
– Bumblebee
Jan 6 '17 at 4:30
$begingroup$
arbelos.co.uk/Papers/Chords-regions.pdf
$endgroup$
– Bumblebee
Jan 6 '17 at 4:30
$begingroup$
arbelos.co.uk/Papers/Chords-regions.pdf
$endgroup$
– Bumblebee
Jan 6 '17 at 4:30
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Answer is located here:
- http://testfunda.com/Answers/ViewQuestion.aspx?QID=0e9eb0f3-8a80-4609-8be4-b022545c8224
$endgroup$
$begingroup$
This link is just a repetition of the question.
$endgroup$
– Alex
Oct 6 '16 at 11:06
add a comment |
$begingroup$
In general the maximum number of regions you can get from $n$ points is given by
$${n choose 4} + {n choose 2} + 1$$
This can be proved using induction (other combinatorial proofs exist too). For more information (including at least two proofs), see this: Dividing a circle into areas.
This is an oft cited puzzle to show the perils of generalizing based on first few values. We get powers of $2$ till $n=5$, after which we get $31$.
$endgroup$
add a comment |
$begingroup$
The more general case is stated far more elegantly here: Number or regions formed when $n$ points on a circle are joined. But sometimes having a concrete example helps, and I hope this does.
Note that a new region is formed
- when a new chord is drawn
- whenever that new chord intersects another chord
We'll assume there are no 3-way intersections for the moment. However, it seems like 2 points divide the circle into 2 areas, 3 into 4, 4 into 8, 5 into 16, and so the pattern keeps working. Here is what happens for $n=6$:
Let's draw a circle with points $a_1$, $a_2$, $a_3$, $a_4$ and $a_5$. Now put $a_6$, without loss of generality, between $a_1$ and $a_5$.
$a_1a_6$ and $a_5a_6$ each add one section to the circle, no more. That's 2.- we'll also ignore any intersections with other segments inside the circle for the moment and note $a_2a_6$/$a_3a_6$/$a_4a_6$ also create at least one more section. That's 3.
$a_3a_6$ runs across a few lines, but which? $a_1$ and $a_2$ are on one side of it, but $a_4$ and $a_5$ are on the other. Therefore ($a_1$ or $a_2$) to ($a_4$ or $a_5$) may cross $a_3a_6$ inside the circle, but no others. That's 4.
$a_2a_6$ runs across a few lines too: $a_1$ and $a_3$/$a_4$/$a_5$ are on each side. Therefore $a_1a_3$, $a_1a_4$, and $a_1a_5$ all may intersect with $a_2a_6$ to create another region. That's 3.
$a_4a_6$ is similar to $a_2a_6$. $a_4a_6$ will intersect $a_1a_5$, $a_2a_5$, and $a_3a_5$. That's 3.
Thus the maximum number of additional regions moving from $n=5$ points to $n=6$ points is 2+3+4+3+3, or 15.
I included a diagram below to show what lines are added with a 6th point. I hope it helps you see things.

$endgroup$
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%2f18271%2fmaximum-number-of-regions-formed-by-points-on-a-circle%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Answer is located here:
- http://testfunda.com/Answers/ViewQuestion.aspx?QID=0e9eb0f3-8a80-4609-8be4-b022545c8224
$endgroup$
$begingroup$
This link is just a repetition of the question.
$endgroup$
– Alex
Oct 6 '16 at 11:06
add a comment |
$begingroup$
Answer is located here:
- http://testfunda.com/Answers/ViewQuestion.aspx?QID=0e9eb0f3-8a80-4609-8be4-b022545c8224
$endgroup$
$begingroup$
This link is just a repetition of the question.
$endgroup$
– Alex
Oct 6 '16 at 11:06
add a comment |
$begingroup$
Answer is located here:
- http://testfunda.com/Answers/ViewQuestion.aspx?QID=0e9eb0f3-8a80-4609-8be4-b022545c8224
$endgroup$
Answer is located here:
- http://testfunda.com/Answers/ViewQuestion.aspx?QID=0e9eb0f3-8a80-4609-8be4-b022545c8224
answered Jan 20 '11 at 9:12
anonymous
$begingroup$
This link is just a repetition of the question.
$endgroup$
– Alex
Oct 6 '16 at 11:06
add a comment |
$begingroup$
This link is just a repetition of the question.
$endgroup$
– Alex
Oct 6 '16 at 11:06
$begingroup$
This link is just a repetition of the question.
$endgroup$
– Alex
Oct 6 '16 at 11:06
$begingroup$
This link is just a repetition of the question.
$endgroup$
– Alex
Oct 6 '16 at 11:06
add a comment |
$begingroup$
In general the maximum number of regions you can get from $n$ points is given by
$${n choose 4} + {n choose 2} + 1$$
This can be proved using induction (other combinatorial proofs exist too). For more information (including at least two proofs), see this: Dividing a circle into areas.
This is an oft cited puzzle to show the perils of generalizing based on first few values. We get powers of $2$ till $n=5$, after which we get $31$.
$endgroup$
add a comment |
$begingroup$
In general the maximum number of regions you can get from $n$ points is given by
$${n choose 4} + {n choose 2} + 1$$
This can be proved using induction (other combinatorial proofs exist too). For more information (including at least two proofs), see this: Dividing a circle into areas.
This is an oft cited puzzle to show the perils of generalizing based on first few values. We get powers of $2$ till $n=5$, after which we get $31$.
$endgroup$
add a comment |
$begingroup$
In general the maximum number of regions you can get from $n$ points is given by
$${n choose 4} + {n choose 2} + 1$$
This can be proved using induction (other combinatorial proofs exist too). For more information (including at least two proofs), see this: Dividing a circle into areas.
This is an oft cited puzzle to show the perils of generalizing based on first few values. We get powers of $2$ till $n=5$, after which we get $31$.
$endgroup$
In general the maximum number of regions you can get from $n$ points is given by
$${n choose 4} + {n choose 2} + 1$$
This can be proved using induction (other combinatorial proofs exist too). For more information (including at least two proofs), see this: Dividing a circle into areas.
This is an oft cited puzzle to show the perils of generalizing based on first few values. We get powers of $2$ till $n=5$, after which we get $31$.
edited Jan 20 '11 at 9:25
answered Jan 20 '11 at 9:18
AryabhataAryabhata
70.2k6156246
70.2k6156246
add a comment |
add a comment |
$begingroup$
The more general case is stated far more elegantly here: Number or regions formed when $n$ points on a circle are joined. But sometimes having a concrete example helps, and I hope this does.
Note that a new region is formed
- when a new chord is drawn
- whenever that new chord intersects another chord
We'll assume there are no 3-way intersections for the moment. However, it seems like 2 points divide the circle into 2 areas, 3 into 4, 4 into 8, 5 into 16, and so the pattern keeps working. Here is what happens for $n=6$:
Let's draw a circle with points $a_1$, $a_2$, $a_3$, $a_4$ and $a_5$. Now put $a_6$, without loss of generality, between $a_1$ and $a_5$.
$a_1a_6$ and $a_5a_6$ each add one section to the circle, no more. That's 2.- we'll also ignore any intersections with other segments inside the circle for the moment and note $a_2a_6$/$a_3a_6$/$a_4a_6$ also create at least one more section. That's 3.
$a_3a_6$ runs across a few lines, but which? $a_1$ and $a_2$ are on one side of it, but $a_4$ and $a_5$ are on the other. Therefore ($a_1$ or $a_2$) to ($a_4$ or $a_5$) may cross $a_3a_6$ inside the circle, but no others. That's 4.
$a_2a_6$ runs across a few lines too: $a_1$ and $a_3$/$a_4$/$a_5$ are on each side. Therefore $a_1a_3$, $a_1a_4$, and $a_1a_5$ all may intersect with $a_2a_6$ to create another region. That's 3.
$a_4a_6$ is similar to $a_2a_6$. $a_4a_6$ will intersect $a_1a_5$, $a_2a_5$, and $a_3a_5$. That's 3.
Thus the maximum number of additional regions moving from $n=5$ points to $n=6$ points is 2+3+4+3+3, or 15.
I included a diagram below to show what lines are added with a 6th point. I hope it helps you see things.

$endgroup$
add a comment |
$begingroup$
The more general case is stated far more elegantly here: Number or regions formed when $n$ points on a circle are joined. But sometimes having a concrete example helps, and I hope this does.
Note that a new region is formed
- when a new chord is drawn
- whenever that new chord intersects another chord
We'll assume there are no 3-way intersections for the moment. However, it seems like 2 points divide the circle into 2 areas, 3 into 4, 4 into 8, 5 into 16, and so the pattern keeps working. Here is what happens for $n=6$:
Let's draw a circle with points $a_1$, $a_2$, $a_3$, $a_4$ and $a_5$. Now put $a_6$, without loss of generality, between $a_1$ and $a_5$.
$a_1a_6$ and $a_5a_6$ each add one section to the circle, no more. That's 2.- we'll also ignore any intersections with other segments inside the circle for the moment and note $a_2a_6$/$a_3a_6$/$a_4a_6$ also create at least one more section. That's 3.
$a_3a_6$ runs across a few lines, but which? $a_1$ and $a_2$ are on one side of it, but $a_4$ and $a_5$ are on the other. Therefore ($a_1$ or $a_2$) to ($a_4$ or $a_5$) may cross $a_3a_6$ inside the circle, but no others. That's 4.
$a_2a_6$ runs across a few lines too: $a_1$ and $a_3$/$a_4$/$a_5$ are on each side. Therefore $a_1a_3$, $a_1a_4$, and $a_1a_5$ all may intersect with $a_2a_6$ to create another region. That's 3.
$a_4a_6$ is similar to $a_2a_6$. $a_4a_6$ will intersect $a_1a_5$, $a_2a_5$, and $a_3a_5$. That's 3.
Thus the maximum number of additional regions moving from $n=5$ points to $n=6$ points is 2+3+4+3+3, or 15.
I included a diagram below to show what lines are added with a 6th point. I hope it helps you see things.

$endgroup$
add a comment |
$begingroup$
The more general case is stated far more elegantly here: Number or regions formed when $n$ points on a circle are joined. But sometimes having a concrete example helps, and I hope this does.
Note that a new region is formed
- when a new chord is drawn
- whenever that new chord intersects another chord
We'll assume there are no 3-way intersections for the moment. However, it seems like 2 points divide the circle into 2 areas, 3 into 4, 4 into 8, 5 into 16, and so the pattern keeps working. Here is what happens for $n=6$:
Let's draw a circle with points $a_1$, $a_2$, $a_3$, $a_4$ and $a_5$. Now put $a_6$, without loss of generality, between $a_1$ and $a_5$.
$a_1a_6$ and $a_5a_6$ each add one section to the circle, no more. That's 2.- we'll also ignore any intersections with other segments inside the circle for the moment and note $a_2a_6$/$a_3a_6$/$a_4a_6$ also create at least one more section. That's 3.
$a_3a_6$ runs across a few lines, but which? $a_1$ and $a_2$ are on one side of it, but $a_4$ and $a_5$ are on the other. Therefore ($a_1$ or $a_2$) to ($a_4$ or $a_5$) may cross $a_3a_6$ inside the circle, but no others. That's 4.
$a_2a_6$ runs across a few lines too: $a_1$ and $a_3$/$a_4$/$a_5$ are on each side. Therefore $a_1a_3$, $a_1a_4$, and $a_1a_5$ all may intersect with $a_2a_6$ to create another region. That's 3.
$a_4a_6$ is similar to $a_2a_6$. $a_4a_6$ will intersect $a_1a_5$, $a_2a_5$, and $a_3a_5$. That's 3.
Thus the maximum number of additional regions moving from $n=5$ points to $n=6$ points is 2+3+4+3+3, or 15.
I included a diagram below to show what lines are added with a 6th point. I hope it helps you see things.

$endgroup$
The more general case is stated far more elegantly here: Number or regions formed when $n$ points on a circle are joined. But sometimes having a concrete example helps, and I hope this does.
Note that a new region is formed
- when a new chord is drawn
- whenever that new chord intersects another chord
We'll assume there are no 3-way intersections for the moment. However, it seems like 2 points divide the circle into 2 areas, 3 into 4, 4 into 8, 5 into 16, and so the pattern keeps working. Here is what happens for $n=6$:
Let's draw a circle with points $a_1$, $a_2$, $a_3$, $a_4$ and $a_5$. Now put $a_6$, without loss of generality, between $a_1$ and $a_5$.
$a_1a_6$ and $a_5a_6$ each add one section to the circle, no more. That's 2.- we'll also ignore any intersections with other segments inside the circle for the moment and note $a_2a_6$/$a_3a_6$/$a_4a_6$ also create at least one more section. That's 3.
$a_3a_6$ runs across a few lines, but which? $a_1$ and $a_2$ are on one side of it, but $a_4$ and $a_5$ are on the other. Therefore ($a_1$ or $a_2$) to ($a_4$ or $a_5$) may cross $a_3a_6$ inside the circle, but no others. That's 4.
$a_2a_6$ runs across a few lines too: $a_1$ and $a_3$/$a_4$/$a_5$ are on each side. Therefore $a_1a_3$, $a_1a_4$, and $a_1a_5$ all may intersect with $a_2a_6$ to create another region. That's 3.
$a_4a_6$ is similar to $a_2a_6$. $a_4a_6$ will intersect $a_1a_5$, $a_2a_5$, and $a_3a_5$. That's 3.
Thus the maximum number of additional regions moving from $n=5$ points to $n=6$ points is 2+3+4+3+3, or 15.
I included a diagram below to show what lines are added with a 6th point. I hope it helps you see things.

answered Jan 11 at 3:45
aschultzaschultz
1921415
1921415
add a comment |
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%2f18271%2fmaximum-number-of-regions-formed-by-points-on-a-circle%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$
arbelos.co.uk/Papers/Chords-regions.pdf
$endgroup$
– Bumblebee
Jan 6 '17 at 4:30