101 town problem with connected road
$begingroup$
There are $101$ towns
There are $50$ roads entering each town and $50$ roads leaving each town. Each town is connected with every other town by a one way road. Prove that you can reach one from other by driving along at most two roads.
Please help without graph theoretic solution. I am thinking of applying contradiction. I am not being able to think of a solution.
combinatorics discrete-mathematics graph-theory
$endgroup$
add a comment |
$begingroup$
There are $101$ towns
There are $50$ roads entering each town and $50$ roads leaving each town. Each town is connected with every other town by a one way road. Prove that you can reach one from other by driving along at most two roads.
Please help without graph theoretic solution. I am thinking of applying contradiction. I am not being able to think of a solution.
combinatorics discrete-mathematics graph-theory
$endgroup$
$begingroup$
Maybe try considering the general problem There are $2n+1$ towns and $n$ roads entering each town and $n$ roads leaving each town. Prove that you can reach one from other by driving along at most two roads. Now maybe induction or trying smaller $n$'s first to conclude something (though I'm just throwing ideas).
$endgroup$
– kingW3
Jan 12 '18 at 17:59
add a comment |
$begingroup$
There are $101$ towns
There are $50$ roads entering each town and $50$ roads leaving each town. Each town is connected with every other town by a one way road. Prove that you can reach one from other by driving along at most two roads.
Please help without graph theoretic solution. I am thinking of applying contradiction. I am not being able to think of a solution.
combinatorics discrete-mathematics graph-theory
$endgroup$
There are $101$ towns
There are $50$ roads entering each town and $50$ roads leaving each town. Each town is connected with every other town by a one way road. Prove that you can reach one from other by driving along at most two roads.
Please help without graph theoretic solution. I am thinking of applying contradiction. I am not being able to think of a solution.
combinatorics discrete-mathematics graph-theory
combinatorics discrete-mathematics graph-theory
edited Dec 20 '18 at 17:06
Maria Mazur
49.9k1361125
49.9k1361125
asked Jan 12 '18 at 17:24
nandita mukherjeenandita mukherjee
898
898
$begingroup$
Maybe try considering the general problem There are $2n+1$ towns and $n$ roads entering each town and $n$ roads leaving each town. Prove that you can reach one from other by driving along at most two roads. Now maybe induction or trying smaller $n$'s first to conclude something (though I'm just throwing ideas).
$endgroup$
– kingW3
Jan 12 '18 at 17:59
add a comment |
$begingroup$
Maybe try considering the general problem There are $2n+1$ towns and $n$ roads entering each town and $n$ roads leaving each town. Prove that you can reach one from other by driving along at most two roads. Now maybe induction or trying smaller $n$'s first to conclude something (though I'm just throwing ideas).
$endgroup$
– kingW3
Jan 12 '18 at 17:59
$begingroup$
Maybe try considering the general problem There are $2n+1$ towns and $n$ roads entering each town and $n$ roads leaving each town. Prove that you can reach one from other by driving along at most two roads. Now maybe induction or trying smaller $n$'s first to conclude something (though I'm just throwing ideas).
$endgroup$
– kingW3
Jan 12 '18 at 17:59
$begingroup$
Maybe try considering the general problem There are $2n+1$ towns and $n$ roads entering each town and $n$ roads leaving each town. Prove that you can reach one from other by driving along at most two roads. Now maybe induction or trying smaller $n$'s first to conclude something (though I'm just throwing ideas).
$endgroup$
– kingW3
Jan 12 '18 at 17:59
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Suppose we want to go from $A$ to $B$. If there's a road connected $A$ to $B$ directly, we are done.
Suppose not. Then, there must exist a road from $B$ to $A$.
Now, let $C_1,C_2,...,C_{50}$ be $50$ cities such that there's a road from $A$ to $C_i$.
If there exists $iin { 1,2,...,50}$ such that there's a road from $C_i$ to $B$, we are done.
Suppose for a contradiction there isn't such road. Then for all $1 le i le 50$, each road is from $B$ to $C_i$. But there is also a road from $B$ to $A$ so there are $51$ roads out of $B$, which is a contradiction as required.
$endgroup$
$begingroup$
This perfectly makes sense! I just edited your answer to clarify what you were saying, I think you can accept your own answer. Good job :)
$endgroup$
– ArsenBerk
Jan 12 '18 at 18:44
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%2f2602623%2f101-town-problem-with-connected-road%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$
Suppose we want to go from $A$ to $B$. If there's a road connected $A$ to $B$ directly, we are done.
Suppose not. Then, there must exist a road from $B$ to $A$.
Now, let $C_1,C_2,...,C_{50}$ be $50$ cities such that there's a road from $A$ to $C_i$.
If there exists $iin { 1,2,...,50}$ such that there's a road from $C_i$ to $B$, we are done.
Suppose for a contradiction there isn't such road. Then for all $1 le i le 50$, each road is from $B$ to $C_i$. But there is also a road from $B$ to $A$ so there are $51$ roads out of $B$, which is a contradiction as required.
$endgroup$
$begingroup$
This perfectly makes sense! I just edited your answer to clarify what you were saying, I think you can accept your own answer. Good job :)
$endgroup$
– ArsenBerk
Jan 12 '18 at 18:44
add a comment |
$begingroup$
Suppose we want to go from $A$ to $B$. If there's a road connected $A$ to $B$ directly, we are done.
Suppose not. Then, there must exist a road from $B$ to $A$.
Now, let $C_1,C_2,...,C_{50}$ be $50$ cities such that there's a road from $A$ to $C_i$.
If there exists $iin { 1,2,...,50}$ such that there's a road from $C_i$ to $B$, we are done.
Suppose for a contradiction there isn't such road. Then for all $1 le i le 50$, each road is from $B$ to $C_i$. But there is also a road from $B$ to $A$ so there are $51$ roads out of $B$, which is a contradiction as required.
$endgroup$
$begingroup$
This perfectly makes sense! I just edited your answer to clarify what you were saying, I think you can accept your own answer. Good job :)
$endgroup$
– ArsenBerk
Jan 12 '18 at 18:44
add a comment |
$begingroup$
Suppose we want to go from $A$ to $B$. If there's a road connected $A$ to $B$ directly, we are done.
Suppose not. Then, there must exist a road from $B$ to $A$.
Now, let $C_1,C_2,...,C_{50}$ be $50$ cities such that there's a road from $A$ to $C_i$.
If there exists $iin { 1,2,...,50}$ such that there's a road from $C_i$ to $B$, we are done.
Suppose for a contradiction there isn't such road. Then for all $1 le i le 50$, each road is from $B$ to $C_i$. But there is also a road from $B$ to $A$ so there are $51$ roads out of $B$, which is a contradiction as required.
$endgroup$
Suppose we want to go from $A$ to $B$. If there's a road connected $A$ to $B$ directly, we are done.
Suppose not. Then, there must exist a road from $B$ to $A$.
Now, let $C_1,C_2,...,C_{50}$ be $50$ cities such that there's a road from $A$ to $C_i$.
If there exists $iin { 1,2,...,50}$ such that there's a road from $C_i$ to $B$, we are done.
Suppose for a contradiction there isn't such road. Then for all $1 le i le 50$, each road is from $B$ to $C_i$. But there is also a road from $B$ to $A$ so there are $51$ roads out of $B$, which is a contradiction as required.
edited Jan 12 '18 at 18:43
ArsenBerk
7,61731338
7,61731338
answered Jan 12 '18 at 18:30
nandita mukherjeenandita mukherjee
898
898
$begingroup$
This perfectly makes sense! I just edited your answer to clarify what you were saying, I think you can accept your own answer. Good job :)
$endgroup$
– ArsenBerk
Jan 12 '18 at 18:44
add a comment |
$begingroup$
This perfectly makes sense! I just edited your answer to clarify what you were saying, I think you can accept your own answer. Good job :)
$endgroup$
– ArsenBerk
Jan 12 '18 at 18:44
$begingroup$
This perfectly makes sense! I just edited your answer to clarify what you were saying, I think you can accept your own answer. Good job :)
$endgroup$
– ArsenBerk
Jan 12 '18 at 18:44
$begingroup$
This perfectly makes sense! I just edited your answer to clarify what you were saying, I think you can accept your own answer. Good job :)
$endgroup$
– ArsenBerk
Jan 12 '18 at 18:44
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%2f2602623%2f101-town-problem-with-connected-road%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$
Maybe try considering the general problem There are $2n+1$ towns and $n$ roads entering each town and $n$ roads leaving each town. Prove that you can reach one from other by driving along at most two roads. Now maybe induction or trying smaller $n$'s first to conclude something (though I'm just throwing ideas).
$endgroup$
– kingW3
Jan 12 '18 at 17:59