Show that if n is an integer and 3n+ 2 is even, then n is even using contradiction
$begingroup$
Show that if $n$ is an integer and $3n+ 2$ is even, then $n$ is even, using a proof by contradiction.
That's the question. So since we're using contradiction, I need to show that N is odd and prove a contradiction exists, right?
$N = 2k + 1$
$3(2k + 1) + 1=6k + 5quad$ ?
I think I'm off base, or else I don't know how to proceed.
logic
$endgroup$
add a comment |
$begingroup$
Show that if $n$ is an integer and $3n+ 2$ is even, then $n$ is even, using a proof by contradiction.
That's the question. So since we're using contradiction, I need to show that N is odd and prove a contradiction exists, right?
$N = 2k + 1$
$3(2k + 1) + 1=6k + 5quad$ ?
I think I'm off base, or else I don't know how to proceed.
logic
$endgroup$
$begingroup$
$3(2k+1)+1$ should be $6k + 4$ and so is even.
$endgroup$
– E W H Lee
Sep 18 '14 at 1:04
add a comment |
$begingroup$
Show that if $n$ is an integer and $3n+ 2$ is even, then $n$ is even, using a proof by contradiction.
That's the question. So since we're using contradiction, I need to show that N is odd and prove a contradiction exists, right?
$N = 2k + 1$
$3(2k + 1) + 1=6k + 5quad$ ?
I think I'm off base, or else I don't know how to proceed.
logic
$endgroup$
Show that if $n$ is an integer and $3n+ 2$ is even, then $n$ is even, using a proof by contradiction.
That's the question. So since we're using contradiction, I need to show that N is odd and prove a contradiction exists, right?
$N = 2k + 1$
$3(2k + 1) + 1=6k + 5quad$ ?
I think I'm off base, or else I don't know how to proceed.
logic
logic
edited Sep 19 '14 at 14:15
amWhy
1
1
asked Sep 18 '14 at 0:55
user3032755user3032755
8218
8218
$begingroup$
$3(2k+1)+1$ should be $6k + 4$ and so is even.
$endgroup$
– E W H Lee
Sep 18 '14 at 1:04
add a comment |
$begingroup$
$3(2k+1)+1$ should be $6k + 4$ and so is even.
$endgroup$
– E W H Lee
Sep 18 '14 at 1:04
$begingroup$
$3(2k+1)+1$ should be $6k + 4$ and so is even.
$endgroup$
– E W H Lee
Sep 18 '14 at 1:04
$begingroup$
$3(2k+1)+1$ should be $6k + 4$ and so is even.
$endgroup$
– E W H Lee
Sep 18 '14 at 1:04
add a comment |
5 Answers
5
active
oldest
votes
$begingroup$
That's exactly right! Since:
$$
3n + 2 = 6k + 5 = 2(underbrace{3k + 2}_{in ~ mathbb Z}) + 1
$$
it follows that $3n + 2$ is odd, contradicting the fact that $3n + 2$ is even.
$endgroup$
add a comment |
$begingroup$
Use these facts:
$mbox{odd}timesmbox{odd}=mbox{odd}$
$mbox{odd}+mbox{even}=mbox{odd}$
Thus, if $n$ was odd, then:
$3n+2=mbox{odd}!times!mbox{odd}+mbox{even}=mbox{odd}+mbox{even}=mbox{odd}$
But we know that $3n+2$ is even - thus, $n$ can't be odd.
Another way of doing it: Say $n$ is odd. Thus, there exists a $k$ such that $n=2k+1$. Then:
$$3n+2overset{n=2k+1}=3(2k+1)+2=6k+3+2=6k+5=6k+4+1=2(3k+2)+1$$
Anything of the form $2j+1$ is odd. (In this case, $j=3k+2$.) Thus, we have that $3n+2$ is odd.
But we know that $3n+2$ is even - thus, $n$ can't be odd.
$endgroup$
add a comment |
$begingroup$
Just write $3n + 2 = n + 2(n +1)$ or $(3n + 2) - 2(n+1) = n$ and then note that the difference and sum of even numbers must be even.
$endgroup$
add a comment |
$begingroup$
You've got a fine start, but it is good, in such a proof, to state clearly what is given, and what we are assuming for the sake of contradiction.
Let $n$ be an integer such that $3n+2$ is even.
Suppose, for the sake of contradiction, that $n$ is odd.
Then there exists an integer $k$ such that $n = 2k+1$.
So, $$3n + 2 = 3(2k+1) + 2 = 6k + 3 + 2 = 6k + 5 = 6k +4 + 1 = 2(3k+2) + 1$$
Since $k$ is an integer, so is $3k+2 = mathcal l$. This means that $3n+2$ is of the form $2mathcal l + 1$, and hence is odd.
But this contradicts the fact that we are given $3n+2$ is even.
Hence, $n$ cannot be odd, as we supposed. Thus, we have proven that in fact, $n$ must be even if $2n+3$ is even.
$endgroup$
add a comment |
$begingroup$
$3n+2=2k$
$n=2k-2n-2$
$n=2(k-n-1)$
$n=2b$
Hence $3n+2$ is even when $n$ is even therefore also odd when $n$ is odd.
$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%2f935799%2fshow-that-if-n-is-an-integer-and-3n-2-is-even-then-n-is-even-using-contradicti%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
That's exactly right! Since:
$$
3n + 2 = 6k + 5 = 2(underbrace{3k + 2}_{in ~ mathbb Z}) + 1
$$
it follows that $3n + 2$ is odd, contradicting the fact that $3n + 2$ is even.
$endgroup$
add a comment |
$begingroup$
That's exactly right! Since:
$$
3n + 2 = 6k + 5 = 2(underbrace{3k + 2}_{in ~ mathbb Z}) + 1
$$
it follows that $3n + 2$ is odd, contradicting the fact that $3n + 2$ is even.
$endgroup$
add a comment |
$begingroup$
That's exactly right! Since:
$$
3n + 2 = 6k + 5 = 2(underbrace{3k + 2}_{in ~ mathbb Z}) + 1
$$
it follows that $3n + 2$ is odd, contradicting the fact that $3n + 2$ is even.
$endgroup$
That's exactly right! Since:
$$
3n + 2 = 6k + 5 = 2(underbrace{3k + 2}_{in ~ mathbb Z}) + 1
$$
it follows that $3n + 2$ is odd, contradicting the fact that $3n + 2$ is even.
answered Sep 18 '14 at 1:01
AdrianoAdriano
36.3k33071
36.3k33071
add a comment |
add a comment |
$begingroup$
Use these facts:
$mbox{odd}timesmbox{odd}=mbox{odd}$
$mbox{odd}+mbox{even}=mbox{odd}$
Thus, if $n$ was odd, then:
$3n+2=mbox{odd}!times!mbox{odd}+mbox{even}=mbox{odd}+mbox{even}=mbox{odd}$
But we know that $3n+2$ is even - thus, $n$ can't be odd.
Another way of doing it: Say $n$ is odd. Thus, there exists a $k$ such that $n=2k+1$. Then:
$$3n+2overset{n=2k+1}=3(2k+1)+2=6k+3+2=6k+5=6k+4+1=2(3k+2)+1$$
Anything of the form $2j+1$ is odd. (In this case, $j=3k+2$.) Thus, we have that $3n+2$ is odd.
But we know that $3n+2$ is even - thus, $n$ can't be odd.
$endgroup$
add a comment |
$begingroup$
Use these facts:
$mbox{odd}timesmbox{odd}=mbox{odd}$
$mbox{odd}+mbox{even}=mbox{odd}$
Thus, if $n$ was odd, then:
$3n+2=mbox{odd}!times!mbox{odd}+mbox{even}=mbox{odd}+mbox{even}=mbox{odd}$
But we know that $3n+2$ is even - thus, $n$ can't be odd.
Another way of doing it: Say $n$ is odd. Thus, there exists a $k$ such that $n=2k+1$. Then:
$$3n+2overset{n=2k+1}=3(2k+1)+2=6k+3+2=6k+5=6k+4+1=2(3k+2)+1$$
Anything of the form $2j+1$ is odd. (In this case, $j=3k+2$.) Thus, we have that $3n+2$ is odd.
But we know that $3n+2$ is even - thus, $n$ can't be odd.
$endgroup$
add a comment |
$begingroup$
Use these facts:
$mbox{odd}timesmbox{odd}=mbox{odd}$
$mbox{odd}+mbox{even}=mbox{odd}$
Thus, if $n$ was odd, then:
$3n+2=mbox{odd}!times!mbox{odd}+mbox{even}=mbox{odd}+mbox{even}=mbox{odd}$
But we know that $3n+2$ is even - thus, $n$ can't be odd.
Another way of doing it: Say $n$ is odd. Thus, there exists a $k$ such that $n=2k+1$. Then:
$$3n+2overset{n=2k+1}=3(2k+1)+2=6k+3+2=6k+5=6k+4+1=2(3k+2)+1$$
Anything of the form $2j+1$ is odd. (In this case, $j=3k+2$.) Thus, we have that $3n+2$ is odd.
But we know that $3n+2$ is even - thus, $n$ can't be odd.
$endgroup$
Use these facts:
$mbox{odd}timesmbox{odd}=mbox{odd}$
$mbox{odd}+mbox{even}=mbox{odd}$
Thus, if $n$ was odd, then:
$3n+2=mbox{odd}!times!mbox{odd}+mbox{even}=mbox{odd}+mbox{even}=mbox{odd}$
But we know that $3n+2$ is even - thus, $n$ can't be odd.
Another way of doing it: Say $n$ is odd. Thus, there exists a $k$ such that $n=2k+1$. Then:
$$3n+2overset{n=2k+1}=3(2k+1)+2=6k+3+2=6k+5=6k+4+1=2(3k+2)+1$$
Anything of the form $2j+1$ is odd. (In this case, $j=3k+2$.) Thus, we have that $3n+2$ is odd.
But we know that $3n+2$ is even - thus, $n$ can't be odd.
answered Sep 18 '14 at 1:49
Akiva WeinbergerAkiva Weinberger
13.8k12168
13.8k12168
add a comment |
add a comment |
$begingroup$
Just write $3n + 2 = n + 2(n +1)$ or $(3n + 2) - 2(n+1) = n$ and then note that the difference and sum of even numbers must be even.
$endgroup$
add a comment |
$begingroup$
Just write $3n + 2 = n + 2(n +1)$ or $(3n + 2) - 2(n+1) = n$ and then note that the difference and sum of even numbers must be even.
$endgroup$
add a comment |
$begingroup$
Just write $3n + 2 = n + 2(n +1)$ or $(3n + 2) - 2(n+1) = n$ and then note that the difference and sum of even numbers must be even.
$endgroup$
Just write $3n + 2 = n + 2(n +1)$ or $(3n + 2) - 2(n+1) = n$ and then note that the difference and sum of even numbers must be even.
answered Sep 18 '14 at 1:08
akechakech
2,652618
2,652618
add a comment |
add a comment |
$begingroup$
You've got a fine start, but it is good, in such a proof, to state clearly what is given, and what we are assuming for the sake of contradiction.
Let $n$ be an integer such that $3n+2$ is even.
Suppose, for the sake of contradiction, that $n$ is odd.
Then there exists an integer $k$ such that $n = 2k+1$.
So, $$3n + 2 = 3(2k+1) + 2 = 6k + 3 + 2 = 6k + 5 = 6k +4 + 1 = 2(3k+2) + 1$$
Since $k$ is an integer, so is $3k+2 = mathcal l$. This means that $3n+2$ is of the form $2mathcal l + 1$, and hence is odd.
But this contradicts the fact that we are given $3n+2$ is even.
Hence, $n$ cannot be odd, as we supposed. Thus, we have proven that in fact, $n$ must be even if $2n+3$ is even.
$endgroup$
add a comment |
$begingroup$
You've got a fine start, but it is good, in such a proof, to state clearly what is given, and what we are assuming for the sake of contradiction.
Let $n$ be an integer such that $3n+2$ is even.
Suppose, for the sake of contradiction, that $n$ is odd.
Then there exists an integer $k$ such that $n = 2k+1$.
So, $$3n + 2 = 3(2k+1) + 2 = 6k + 3 + 2 = 6k + 5 = 6k +4 + 1 = 2(3k+2) + 1$$
Since $k$ is an integer, so is $3k+2 = mathcal l$. This means that $3n+2$ is of the form $2mathcal l + 1$, and hence is odd.
But this contradicts the fact that we are given $3n+2$ is even.
Hence, $n$ cannot be odd, as we supposed. Thus, we have proven that in fact, $n$ must be even if $2n+3$ is even.
$endgroup$
add a comment |
$begingroup$
You've got a fine start, but it is good, in such a proof, to state clearly what is given, and what we are assuming for the sake of contradiction.
Let $n$ be an integer such that $3n+2$ is even.
Suppose, for the sake of contradiction, that $n$ is odd.
Then there exists an integer $k$ such that $n = 2k+1$.
So, $$3n + 2 = 3(2k+1) + 2 = 6k + 3 + 2 = 6k + 5 = 6k +4 + 1 = 2(3k+2) + 1$$
Since $k$ is an integer, so is $3k+2 = mathcal l$. This means that $3n+2$ is of the form $2mathcal l + 1$, and hence is odd.
But this contradicts the fact that we are given $3n+2$ is even.
Hence, $n$ cannot be odd, as we supposed. Thus, we have proven that in fact, $n$ must be even if $2n+3$ is even.
$endgroup$
You've got a fine start, but it is good, in such a proof, to state clearly what is given, and what we are assuming for the sake of contradiction.
Let $n$ be an integer such that $3n+2$ is even.
Suppose, for the sake of contradiction, that $n$ is odd.
Then there exists an integer $k$ such that $n = 2k+1$.
So, $$3n + 2 = 3(2k+1) + 2 = 6k + 3 + 2 = 6k + 5 = 6k +4 + 1 = 2(3k+2) + 1$$
Since $k$ is an integer, so is $3k+2 = mathcal l$. This means that $3n+2$ is of the form $2mathcal l + 1$, and hence is odd.
But this contradicts the fact that we are given $3n+2$ is even.
Hence, $n$ cannot be odd, as we supposed. Thus, we have proven that in fact, $n$ must be even if $2n+3$ is even.
answered Sep 19 '14 at 14:11
amWhyamWhy
1
1
add a comment |
add a comment |
$begingroup$
$3n+2=2k$
$n=2k-2n-2$
$n=2(k-n-1)$
$n=2b$
Hence $3n+2$ is even when $n$ is even therefore also odd when $n$ is odd.
$endgroup$
add a comment |
$begingroup$
$3n+2=2k$
$n=2k-2n-2$
$n=2(k-n-1)$
$n=2b$
Hence $3n+2$ is even when $n$ is even therefore also odd when $n$ is odd.
$endgroup$
add a comment |
$begingroup$
$3n+2=2k$
$n=2k-2n-2$
$n=2(k-n-1)$
$n=2b$
Hence $3n+2$ is even when $n$ is even therefore also odd when $n$ is odd.
$endgroup$
$3n+2=2k$
$n=2k-2n-2$
$n=2(k-n-1)$
$n=2b$
Hence $3n+2$ is even when $n$ is even therefore also odd when $n$ is odd.
edited Dec 7 '18 at 8:36
Brahadeesh
6,35442363
6,35442363
answered Dec 7 '18 at 8:12
Byron odhiamboByron odhiambo
1
1
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%2f935799%2fshow-that-if-n-is-an-integer-and-3n-2-is-even-then-n-is-even-using-contradicti%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$
$3(2k+1)+1$ should be $6k + 4$ and so is even.
$endgroup$
– E W H Lee
Sep 18 '14 at 1:04