To determine the remainder of the division
$begingroup$
To determine the remainder of the division of 3302 + 7200 with 5.
Is it correct if I find the remainder of the division separately for 3302 and 7200 and then add the two of the remainders?
discrete-mathematics modular-arithmetic
$endgroup$
add a comment |
$begingroup$
To determine the remainder of the division of 3302 + 7200 with 5.
Is it correct if I find the remainder of the division separately for 3302 and 7200 and then add the two of the remainders?
discrete-mathematics modular-arithmetic
$endgroup$
1
$begingroup$
What do you mean by the 'rest' of the division? Are you referring to the remainder?
$endgroup$
– D.B.
Jan 14 at 0:22
$begingroup$
Yes the remainder, sorry.
$endgroup$
– Viktor
Jan 14 at 0:23
add a comment |
$begingroup$
To determine the remainder of the division of 3302 + 7200 with 5.
Is it correct if I find the remainder of the division separately for 3302 and 7200 and then add the two of the remainders?
discrete-mathematics modular-arithmetic
$endgroup$
To determine the remainder of the division of 3302 + 7200 with 5.
Is it correct if I find the remainder of the division separately for 3302 and 7200 and then add the two of the remainders?
discrete-mathematics modular-arithmetic
discrete-mathematics modular-arithmetic
edited Jan 14 at 3:08
Viktor
asked Jan 14 at 0:20
ViktorViktor
427
427
1
$begingroup$
What do you mean by the 'rest' of the division? Are you referring to the remainder?
$endgroup$
– D.B.
Jan 14 at 0:22
$begingroup$
Yes the remainder, sorry.
$endgroup$
– Viktor
Jan 14 at 0:23
add a comment |
1
$begingroup$
What do you mean by the 'rest' of the division? Are you referring to the remainder?
$endgroup$
– D.B.
Jan 14 at 0:22
$begingroup$
Yes the remainder, sorry.
$endgroup$
– Viktor
Jan 14 at 0:23
1
1
$begingroup$
What do you mean by the 'rest' of the division? Are you referring to the remainder?
$endgroup$
– D.B.
Jan 14 at 0:22
$begingroup$
What do you mean by the 'rest' of the division? Are you referring to the remainder?
$endgroup$
– D.B.
Jan 14 at 0:22
$begingroup$
Yes the remainder, sorry.
$endgroup$
– Viktor
Jan 14 at 0:23
$begingroup$
Yes the remainder, sorry.
$endgroup$
– Viktor
Jan 14 at 0:23
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
In general, you would add the remainders of $3^{302}/5$ and $7^{200}/5$ modulo $5$.
$endgroup$
$begingroup$
The remainder of 3^302 mod 5 is 4 and the remainder of 7^200 mod 5 is 1.But 5 mod 5 is zero so the remainder is 0?
$endgroup$
– Viktor
Jan 14 at 0:47
$begingroup$
Yes. This is confirmed by @user289143 answer.
$endgroup$
– D.B.
Jan 14 at 0:51
add a comment |
$begingroup$
The last digit of the powers of $3$ are $3,9,7,1,3,9,..$ they are cyclic and repeating every four times, so the last digit of $3^{302}$ is the same as the last digit of $3^{302 (mod 4)}=3^2=9$.
Same argument for the last digit of the powers of $7$: $7,9,3,1,7,9...$. Therefore the last digit of $7^{200}$ is the same as the last digit of $7^0=1$.
Thus the last digit of $3^{302}+7^{200}$ is $9+1=10=0 mod 5$
$endgroup$
$begingroup$
It's not 3^202 but 3^302
$endgroup$
– Viktor
Jan 14 at 0:36
$begingroup$
Oh sorry. Anyway $302 mod 4 = 202 mod 4 = 2 mod 4$ so the result is the same
$endgroup$
– user289143
Jan 14 at 0:39
$begingroup$
The remainder of 3^302 mod 5 is 4 and the remainder of 7^200 mod 5 is 1. So the result is 4 + 1 = 5. But 5 mod 5 is zero so the remainder is 0? Can I go this way?
$endgroup$
– Viktor
Jan 14 at 0:46
$begingroup$
Yes, it’s just another way of saying it
$endgroup$
– user289143
Jan 14 at 0:51
$begingroup$
It's an easier way to calculate for me. I only needed to be sure if I could find the remainders separately. Thank you.
$endgroup$
– Viktor
Jan 14 at 0:55
add a comment |
$begingroup$
$begin{align}bmod 5!: & 3^{302}+7^{200}\ equiv & 9^{151}+49^{100}\ equiv & (-1)^{151}!+(-1)^{100}\ equiv & {-1} + 1 end{align}$
using standard congruence rules, including the Sum Rule (which answers your query affirmatively).
$endgroup$
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%2f3072711%2fto-determine-the-remainder-of-the-division%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$
In general, you would add the remainders of $3^{302}/5$ and $7^{200}/5$ modulo $5$.
$endgroup$
$begingroup$
The remainder of 3^302 mod 5 is 4 and the remainder of 7^200 mod 5 is 1.But 5 mod 5 is zero so the remainder is 0?
$endgroup$
– Viktor
Jan 14 at 0:47
$begingroup$
Yes. This is confirmed by @user289143 answer.
$endgroup$
– D.B.
Jan 14 at 0:51
add a comment |
$begingroup$
In general, you would add the remainders of $3^{302}/5$ and $7^{200}/5$ modulo $5$.
$endgroup$
$begingroup$
The remainder of 3^302 mod 5 is 4 and the remainder of 7^200 mod 5 is 1.But 5 mod 5 is zero so the remainder is 0?
$endgroup$
– Viktor
Jan 14 at 0:47
$begingroup$
Yes. This is confirmed by @user289143 answer.
$endgroup$
– D.B.
Jan 14 at 0:51
add a comment |
$begingroup$
In general, you would add the remainders of $3^{302}/5$ and $7^{200}/5$ modulo $5$.
$endgroup$
In general, you would add the remainders of $3^{302}/5$ and $7^{200}/5$ modulo $5$.
answered Jan 14 at 0:25
D.B.D.B.
1,61029
1,61029
$begingroup$
The remainder of 3^302 mod 5 is 4 and the remainder of 7^200 mod 5 is 1.But 5 mod 5 is zero so the remainder is 0?
$endgroup$
– Viktor
Jan 14 at 0:47
$begingroup$
Yes. This is confirmed by @user289143 answer.
$endgroup$
– D.B.
Jan 14 at 0:51
add a comment |
$begingroup$
The remainder of 3^302 mod 5 is 4 and the remainder of 7^200 mod 5 is 1.But 5 mod 5 is zero so the remainder is 0?
$endgroup$
– Viktor
Jan 14 at 0:47
$begingroup$
Yes. This is confirmed by @user289143 answer.
$endgroup$
– D.B.
Jan 14 at 0:51
$begingroup$
The remainder of 3^302 mod 5 is 4 and the remainder of 7^200 mod 5 is 1.But 5 mod 5 is zero so the remainder is 0?
$endgroup$
– Viktor
Jan 14 at 0:47
$begingroup$
The remainder of 3^302 mod 5 is 4 and the remainder of 7^200 mod 5 is 1.But 5 mod 5 is zero so the remainder is 0?
$endgroup$
– Viktor
Jan 14 at 0:47
$begingroup$
Yes. This is confirmed by @user289143 answer.
$endgroup$
– D.B.
Jan 14 at 0:51
$begingroup$
Yes. This is confirmed by @user289143 answer.
$endgroup$
– D.B.
Jan 14 at 0:51
add a comment |
$begingroup$
The last digit of the powers of $3$ are $3,9,7,1,3,9,..$ they are cyclic and repeating every four times, so the last digit of $3^{302}$ is the same as the last digit of $3^{302 (mod 4)}=3^2=9$.
Same argument for the last digit of the powers of $7$: $7,9,3,1,7,9...$. Therefore the last digit of $7^{200}$ is the same as the last digit of $7^0=1$.
Thus the last digit of $3^{302}+7^{200}$ is $9+1=10=0 mod 5$
$endgroup$
$begingroup$
It's not 3^202 but 3^302
$endgroup$
– Viktor
Jan 14 at 0:36
$begingroup$
Oh sorry. Anyway $302 mod 4 = 202 mod 4 = 2 mod 4$ so the result is the same
$endgroup$
– user289143
Jan 14 at 0:39
$begingroup$
The remainder of 3^302 mod 5 is 4 and the remainder of 7^200 mod 5 is 1. So the result is 4 + 1 = 5. But 5 mod 5 is zero so the remainder is 0? Can I go this way?
$endgroup$
– Viktor
Jan 14 at 0:46
$begingroup$
Yes, it’s just another way of saying it
$endgroup$
– user289143
Jan 14 at 0:51
$begingroup$
It's an easier way to calculate for me. I only needed to be sure if I could find the remainders separately. Thank you.
$endgroup$
– Viktor
Jan 14 at 0:55
add a comment |
$begingroup$
The last digit of the powers of $3$ are $3,9,7,1,3,9,..$ they are cyclic and repeating every four times, so the last digit of $3^{302}$ is the same as the last digit of $3^{302 (mod 4)}=3^2=9$.
Same argument for the last digit of the powers of $7$: $7,9,3,1,7,9...$. Therefore the last digit of $7^{200}$ is the same as the last digit of $7^0=1$.
Thus the last digit of $3^{302}+7^{200}$ is $9+1=10=0 mod 5$
$endgroup$
$begingroup$
It's not 3^202 but 3^302
$endgroup$
– Viktor
Jan 14 at 0:36
$begingroup$
Oh sorry. Anyway $302 mod 4 = 202 mod 4 = 2 mod 4$ so the result is the same
$endgroup$
– user289143
Jan 14 at 0:39
$begingroup$
The remainder of 3^302 mod 5 is 4 and the remainder of 7^200 mod 5 is 1. So the result is 4 + 1 = 5. But 5 mod 5 is zero so the remainder is 0? Can I go this way?
$endgroup$
– Viktor
Jan 14 at 0:46
$begingroup$
Yes, it’s just another way of saying it
$endgroup$
– user289143
Jan 14 at 0:51
$begingroup$
It's an easier way to calculate for me. I only needed to be sure if I could find the remainders separately. Thank you.
$endgroup$
– Viktor
Jan 14 at 0:55
add a comment |
$begingroup$
The last digit of the powers of $3$ are $3,9,7,1,3,9,..$ they are cyclic and repeating every four times, so the last digit of $3^{302}$ is the same as the last digit of $3^{302 (mod 4)}=3^2=9$.
Same argument for the last digit of the powers of $7$: $7,9,3,1,7,9...$. Therefore the last digit of $7^{200}$ is the same as the last digit of $7^0=1$.
Thus the last digit of $3^{302}+7^{200}$ is $9+1=10=0 mod 5$
$endgroup$
The last digit of the powers of $3$ are $3,9,7,1,3,9,..$ they are cyclic and repeating every four times, so the last digit of $3^{302}$ is the same as the last digit of $3^{302 (mod 4)}=3^2=9$.
Same argument for the last digit of the powers of $7$: $7,9,3,1,7,9...$. Therefore the last digit of $7^{200}$ is the same as the last digit of $7^0=1$.
Thus the last digit of $3^{302}+7^{200}$ is $9+1=10=0 mod 5$
edited Jan 14 at 0:39
answered Jan 14 at 0:29
user289143user289143
1,069313
1,069313
$begingroup$
It's not 3^202 but 3^302
$endgroup$
– Viktor
Jan 14 at 0:36
$begingroup$
Oh sorry. Anyway $302 mod 4 = 202 mod 4 = 2 mod 4$ so the result is the same
$endgroup$
– user289143
Jan 14 at 0:39
$begingroup$
The remainder of 3^302 mod 5 is 4 and the remainder of 7^200 mod 5 is 1. So the result is 4 + 1 = 5. But 5 mod 5 is zero so the remainder is 0? Can I go this way?
$endgroup$
– Viktor
Jan 14 at 0:46
$begingroup$
Yes, it’s just another way of saying it
$endgroup$
– user289143
Jan 14 at 0:51
$begingroup$
It's an easier way to calculate for me. I only needed to be sure if I could find the remainders separately. Thank you.
$endgroup$
– Viktor
Jan 14 at 0:55
add a comment |
$begingroup$
It's not 3^202 but 3^302
$endgroup$
– Viktor
Jan 14 at 0:36
$begingroup$
Oh sorry. Anyway $302 mod 4 = 202 mod 4 = 2 mod 4$ so the result is the same
$endgroup$
– user289143
Jan 14 at 0:39
$begingroup$
The remainder of 3^302 mod 5 is 4 and the remainder of 7^200 mod 5 is 1. So the result is 4 + 1 = 5. But 5 mod 5 is zero so the remainder is 0? Can I go this way?
$endgroup$
– Viktor
Jan 14 at 0:46
$begingroup$
Yes, it’s just another way of saying it
$endgroup$
– user289143
Jan 14 at 0:51
$begingroup$
It's an easier way to calculate for me. I only needed to be sure if I could find the remainders separately. Thank you.
$endgroup$
– Viktor
Jan 14 at 0:55
$begingroup$
It's not 3^202 but 3^302
$endgroup$
– Viktor
Jan 14 at 0:36
$begingroup$
It's not 3^202 but 3^302
$endgroup$
– Viktor
Jan 14 at 0:36
$begingroup$
Oh sorry. Anyway $302 mod 4 = 202 mod 4 = 2 mod 4$ so the result is the same
$endgroup$
– user289143
Jan 14 at 0:39
$begingroup$
Oh sorry. Anyway $302 mod 4 = 202 mod 4 = 2 mod 4$ so the result is the same
$endgroup$
– user289143
Jan 14 at 0:39
$begingroup$
The remainder of 3^302 mod 5 is 4 and the remainder of 7^200 mod 5 is 1. So the result is 4 + 1 = 5. But 5 mod 5 is zero so the remainder is 0? Can I go this way?
$endgroup$
– Viktor
Jan 14 at 0:46
$begingroup$
The remainder of 3^302 mod 5 is 4 and the remainder of 7^200 mod 5 is 1. So the result is 4 + 1 = 5. But 5 mod 5 is zero so the remainder is 0? Can I go this way?
$endgroup$
– Viktor
Jan 14 at 0:46
$begingroup$
Yes, it’s just another way of saying it
$endgroup$
– user289143
Jan 14 at 0:51
$begingroup$
Yes, it’s just another way of saying it
$endgroup$
– user289143
Jan 14 at 0:51
$begingroup$
It's an easier way to calculate for me. I only needed to be sure if I could find the remainders separately. Thank you.
$endgroup$
– Viktor
Jan 14 at 0:55
$begingroup$
It's an easier way to calculate for me. I only needed to be sure if I could find the remainders separately. Thank you.
$endgroup$
– Viktor
Jan 14 at 0:55
add a comment |
$begingroup$
$begin{align}bmod 5!: & 3^{302}+7^{200}\ equiv & 9^{151}+49^{100}\ equiv & (-1)^{151}!+(-1)^{100}\ equiv & {-1} + 1 end{align}$
using standard congruence rules, including the Sum Rule (which answers your query affirmatively).
$endgroup$
add a comment |
$begingroup$
$begin{align}bmod 5!: & 3^{302}+7^{200}\ equiv & 9^{151}+49^{100}\ equiv & (-1)^{151}!+(-1)^{100}\ equiv & {-1} + 1 end{align}$
using standard congruence rules, including the Sum Rule (which answers your query affirmatively).
$endgroup$
add a comment |
$begingroup$
$begin{align}bmod 5!: & 3^{302}+7^{200}\ equiv & 9^{151}+49^{100}\ equiv & (-1)^{151}!+(-1)^{100}\ equiv & {-1} + 1 end{align}$
using standard congruence rules, including the Sum Rule (which answers your query affirmatively).
$endgroup$
$begin{align}bmod 5!: & 3^{302}+7^{200}\ equiv & 9^{151}+49^{100}\ equiv & (-1)^{151}!+(-1)^{100}\ equiv & {-1} + 1 end{align}$
using standard congruence rules, including the Sum Rule (which answers your query affirmatively).
edited Jan 14 at 2:18
answered Jan 14 at 1:54
Bill DubuqueBill Dubuque
214k29197660
214k29197660
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%2f3072711%2fto-determine-the-remainder-of-the-division%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
1
$begingroup$
What do you mean by the 'rest' of the division? Are you referring to the remainder?
$endgroup$
– D.B.
Jan 14 at 0:22
$begingroup$
Yes the remainder, sorry.
$endgroup$
– Viktor
Jan 14 at 0:23