Prove that $3^{30} equiv 1 + 17 cdot 31 pmod{31^{2}}$.
I am reading "An introduction to algebraic systems" by Kazuo Matsuzaka.
There is the following problen without a solution in the book.
I guess this problem is easy, but I cannot solve it.
Prove that $3^{30} equiv 1 + 17 cdot 31 pmod{31^{2}}$
Of course, I can solve the above problem by direct calculation, but I wanna know smarter solution.
I did the following calculation for example, but I was not able to solve this problem.
By Fermat's little theorem,
$3^{30} equiv 1 + 17 cdot 31 pmod{31}.$
$1 + 17 cdot 31 equiv (1 + 31)^{17} equiv 32^{17} equiv 2^{85}pmod{31^2}$
elementary-number-theory modular-arithmetic problem-solving
add a comment |
I am reading "An introduction to algebraic systems" by Kazuo Matsuzaka.
There is the following problen without a solution in the book.
I guess this problem is easy, but I cannot solve it.
Prove that $3^{30} equiv 1 + 17 cdot 31 pmod{31^{2}}$
Of course, I can solve the above problem by direct calculation, but I wanna know smarter solution.
I did the following calculation for example, but I was not able to solve this problem.
By Fermat's little theorem,
$3^{30} equiv 1 + 17 cdot 31 pmod{31}.$
$1 + 17 cdot 31 equiv (1 + 31)^{17} equiv 32^{17} equiv 2^{85}pmod{31^2}$
elementary-number-theory modular-arithmetic problem-solving
But.... that's it. What more do you need to do?
– fleablood
yesterday
@fleablood: I think his complaint is that if the number 17 were not already given to him, then he would not know how to find it without just trying numbers.
– Will R
yesterday
2
@fleablood he has proven that $31$ divides $3^{30} - (1+ 17cdot 31)$. He wants to prove that $31^2$ divides it as well. He hasn't demonstrated the later in his argument. Has he? (I think you missed the exponent $2$ perhaps)
– stressed out
yesterday
add a comment |
I am reading "An introduction to algebraic systems" by Kazuo Matsuzaka.
There is the following problen without a solution in the book.
I guess this problem is easy, but I cannot solve it.
Prove that $3^{30} equiv 1 + 17 cdot 31 pmod{31^{2}}$
Of course, I can solve the above problem by direct calculation, but I wanna know smarter solution.
I did the following calculation for example, but I was not able to solve this problem.
By Fermat's little theorem,
$3^{30} equiv 1 + 17 cdot 31 pmod{31}.$
$1 + 17 cdot 31 equiv (1 + 31)^{17} equiv 32^{17} equiv 2^{85}pmod{31^2}$
elementary-number-theory modular-arithmetic problem-solving
I am reading "An introduction to algebraic systems" by Kazuo Matsuzaka.
There is the following problen without a solution in the book.
I guess this problem is easy, but I cannot solve it.
Prove that $3^{30} equiv 1 + 17 cdot 31 pmod{31^{2}}$
Of course, I can solve the above problem by direct calculation, but I wanna know smarter solution.
I did the following calculation for example, but I was not able to solve this problem.
By Fermat's little theorem,
$3^{30} equiv 1 + 17 cdot 31 pmod{31}.$
$1 + 17 cdot 31 equiv (1 + 31)^{17} equiv 32^{17} equiv 2^{85}pmod{31^2}$
elementary-number-theory modular-arithmetic problem-solving
elementary-number-theory modular-arithmetic problem-solving
edited yesterday
asked yesterday
tchappy ha
435310
435310
But.... that's it. What more do you need to do?
– fleablood
yesterday
@fleablood: I think his complaint is that if the number 17 were not already given to him, then he would not know how to find it without just trying numbers.
– Will R
yesterday
2
@fleablood he has proven that $31$ divides $3^{30} - (1+ 17cdot 31)$. He wants to prove that $31^2$ divides it as well. He hasn't demonstrated the later in his argument. Has he? (I think you missed the exponent $2$ perhaps)
– stressed out
yesterday
add a comment |
But.... that's it. What more do you need to do?
– fleablood
yesterday
@fleablood: I think his complaint is that if the number 17 were not already given to him, then he would not know how to find it without just trying numbers.
– Will R
yesterday
2
@fleablood he has proven that $31$ divides $3^{30} - (1+ 17cdot 31)$. He wants to prove that $31^2$ divides it as well. He hasn't demonstrated the later in his argument. Has he? (I think you missed the exponent $2$ perhaps)
– stressed out
yesterday
But.... that's it. What more do you need to do?
– fleablood
yesterday
But.... that's it. What more do you need to do?
– fleablood
yesterday
@fleablood: I think his complaint is that if the number 17 were not already given to him, then he would not know how to find it without just trying numbers.
– Will R
yesterday
@fleablood: I think his complaint is that if the number 17 were not already given to him, then he would not know how to find it without just trying numbers.
– Will R
yesterday
2
2
@fleablood he has proven that $31$ divides $3^{30} - (1+ 17cdot 31)$. He wants to prove that $31^2$ divides it as well. He hasn't demonstrated the later in his argument. Has he? (I think you missed the exponent $2$ perhaps)
– stressed out
yesterday
@fleablood he has proven that $31$ divides $3^{30} - (1+ 17cdot 31)$. He wants to prove that $31^2$ divides it as well. He hasn't demonstrated the later in his argument. Has he? (I think you missed the exponent $2$ perhaps)
– stressed out
yesterday
add a comment |
1 Answer
1
active
oldest
votes
Since $31$ is prime, by Fermat's Little Theorem, $3^{30}equiv 1 pmod{31}$. Thus, $3^{30}-1$ is a multiple of $31$. Now, let's consider $frac{3^{30}-1}{31} pmod{31}$:
$$frac{3^{30}-1}{31}=(3^{15}-1)frac{3^{15}+1}{31}=(3^{15}-1)(3^5+1)frac{1-3^5+3^{10}}{31}$$
Now, this requires some computation, but $3^5=243=8cdot 31-5$ (In particular, $3^5 equiv -5 pmod {31}$). Therefore:
$$frac{1-3^5+3^{10}}{31}=frac{1+5-8cdot 31+(8cdot 31-5)^2}{31}=frac{1+5-8cdot 31+25-80cdot 31+64cdot 31^2}{31} \ =1-8-80+64cdot 31=-87+64cdot 31 \ implies frac{1-3^5+3^{10}}{31}equiv -87equiv-3cdot 31+6equiv 6pmod{31}$$
Then, since $3^5equiv -5pmod{31}$, we have:
$$3^5+1equiv -4pmod{31}$$
$$3^{15}-1=(3^5)^3-1=(-5)^3-1=-125-1=-126=-4cdot 31-2equiv -2pmod{31}$$
Thus:
$$frac{3^{30}-1}{31}equiv -2cdot -4cdot 6equiv48equiv 17pmod{31}$$
In other words:
$$frac{3^{30}-1}{31}=17+31k text{ for some integer } k$$
Multiply both sides by $31$ and then add $1$:
$$3^{30}=1+17cdot 31+31^2k text{ for some integer } k$$
This can be converted into a statement with $pmod{31^2}$:
$$3^{30}equiv 1+17cdot 31pmod{31^2}$$
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%2f3062383%2fprove-that-330-equiv-1-17-cdot-31-pmod312%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
Since $31$ is prime, by Fermat's Little Theorem, $3^{30}equiv 1 pmod{31}$. Thus, $3^{30}-1$ is a multiple of $31$. Now, let's consider $frac{3^{30}-1}{31} pmod{31}$:
$$frac{3^{30}-1}{31}=(3^{15}-1)frac{3^{15}+1}{31}=(3^{15}-1)(3^5+1)frac{1-3^5+3^{10}}{31}$$
Now, this requires some computation, but $3^5=243=8cdot 31-5$ (In particular, $3^5 equiv -5 pmod {31}$). Therefore:
$$frac{1-3^5+3^{10}}{31}=frac{1+5-8cdot 31+(8cdot 31-5)^2}{31}=frac{1+5-8cdot 31+25-80cdot 31+64cdot 31^2}{31} \ =1-8-80+64cdot 31=-87+64cdot 31 \ implies frac{1-3^5+3^{10}}{31}equiv -87equiv-3cdot 31+6equiv 6pmod{31}$$
Then, since $3^5equiv -5pmod{31}$, we have:
$$3^5+1equiv -4pmod{31}$$
$$3^{15}-1=(3^5)^3-1=(-5)^3-1=-125-1=-126=-4cdot 31-2equiv -2pmod{31}$$
Thus:
$$frac{3^{30}-1}{31}equiv -2cdot -4cdot 6equiv48equiv 17pmod{31}$$
In other words:
$$frac{3^{30}-1}{31}=17+31k text{ for some integer } k$$
Multiply both sides by $31$ and then add $1$:
$$3^{30}=1+17cdot 31+31^2k text{ for some integer } k$$
This can be converted into a statement with $pmod{31^2}$:
$$3^{30}equiv 1+17cdot 31pmod{31^2}$$
add a comment |
Since $31$ is prime, by Fermat's Little Theorem, $3^{30}equiv 1 pmod{31}$. Thus, $3^{30}-1$ is a multiple of $31$. Now, let's consider $frac{3^{30}-1}{31} pmod{31}$:
$$frac{3^{30}-1}{31}=(3^{15}-1)frac{3^{15}+1}{31}=(3^{15}-1)(3^5+1)frac{1-3^5+3^{10}}{31}$$
Now, this requires some computation, but $3^5=243=8cdot 31-5$ (In particular, $3^5 equiv -5 pmod {31}$). Therefore:
$$frac{1-3^5+3^{10}}{31}=frac{1+5-8cdot 31+(8cdot 31-5)^2}{31}=frac{1+5-8cdot 31+25-80cdot 31+64cdot 31^2}{31} \ =1-8-80+64cdot 31=-87+64cdot 31 \ implies frac{1-3^5+3^{10}}{31}equiv -87equiv-3cdot 31+6equiv 6pmod{31}$$
Then, since $3^5equiv -5pmod{31}$, we have:
$$3^5+1equiv -4pmod{31}$$
$$3^{15}-1=(3^5)^3-1=(-5)^3-1=-125-1=-126=-4cdot 31-2equiv -2pmod{31}$$
Thus:
$$frac{3^{30}-1}{31}equiv -2cdot -4cdot 6equiv48equiv 17pmod{31}$$
In other words:
$$frac{3^{30}-1}{31}=17+31k text{ for some integer } k$$
Multiply both sides by $31$ and then add $1$:
$$3^{30}=1+17cdot 31+31^2k text{ for some integer } k$$
This can be converted into a statement with $pmod{31^2}$:
$$3^{30}equiv 1+17cdot 31pmod{31^2}$$
add a comment |
Since $31$ is prime, by Fermat's Little Theorem, $3^{30}equiv 1 pmod{31}$. Thus, $3^{30}-1$ is a multiple of $31$. Now, let's consider $frac{3^{30}-1}{31} pmod{31}$:
$$frac{3^{30}-1}{31}=(3^{15}-1)frac{3^{15}+1}{31}=(3^{15}-1)(3^5+1)frac{1-3^5+3^{10}}{31}$$
Now, this requires some computation, but $3^5=243=8cdot 31-5$ (In particular, $3^5 equiv -5 pmod {31}$). Therefore:
$$frac{1-3^5+3^{10}}{31}=frac{1+5-8cdot 31+(8cdot 31-5)^2}{31}=frac{1+5-8cdot 31+25-80cdot 31+64cdot 31^2}{31} \ =1-8-80+64cdot 31=-87+64cdot 31 \ implies frac{1-3^5+3^{10}}{31}equiv -87equiv-3cdot 31+6equiv 6pmod{31}$$
Then, since $3^5equiv -5pmod{31}$, we have:
$$3^5+1equiv -4pmod{31}$$
$$3^{15}-1=(3^5)^3-1=(-5)^3-1=-125-1=-126=-4cdot 31-2equiv -2pmod{31}$$
Thus:
$$frac{3^{30}-1}{31}equiv -2cdot -4cdot 6equiv48equiv 17pmod{31}$$
In other words:
$$frac{3^{30}-1}{31}=17+31k text{ for some integer } k$$
Multiply both sides by $31$ and then add $1$:
$$3^{30}=1+17cdot 31+31^2k text{ for some integer } k$$
This can be converted into a statement with $pmod{31^2}$:
$$3^{30}equiv 1+17cdot 31pmod{31^2}$$
Since $31$ is prime, by Fermat's Little Theorem, $3^{30}equiv 1 pmod{31}$. Thus, $3^{30}-1$ is a multiple of $31$. Now, let's consider $frac{3^{30}-1}{31} pmod{31}$:
$$frac{3^{30}-1}{31}=(3^{15}-1)frac{3^{15}+1}{31}=(3^{15}-1)(3^5+1)frac{1-3^5+3^{10}}{31}$$
Now, this requires some computation, but $3^5=243=8cdot 31-5$ (In particular, $3^5 equiv -5 pmod {31}$). Therefore:
$$frac{1-3^5+3^{10}}{31}=frac{1+5-8cdot 31+(8cdot 31-5)^2}{31}=frac{1+5-8cdot 31+25-80cdot 31+64cdot 31^2}{31} \ =1-8-80+64cdot 31=-87+64cdot 31 \ implies frac{1-3^5+3^{10}}{31}equiv -87equiv-3cdot 31+6equiv 6pmod{31}$$
Then, since $3^5equiv -5pmod{31}$, we have:
$$3^5+1equiv -4pmod{31}$$
$$3^{15}-1=(3^5)^3-1=(-5)^3-1=-125-1=-126=-4cdot 31-2equiv -2pmod{31}$$
Thus:
$$frac{3^{30}-1}{31}equiv -2cdot -4cdot 6equiv48equiv 17pmod{31}$$
In other words:
$$frac{3^{30}-1}{31}=17+31k text{ for some integer } k$$
Multiply both sides by $31$ and then add $1$:
$$3^{30}=1+17cdot 31+31^2k text{ for some integer } k$$
This can be converted into a statement with $pmod{31^2}$:
$$3^{30}equiv 1+17cdot 31pmod{31^2}$$
answered yesterday
Noble Mushtak
15.1k1735
15.1k1735
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3062383%2fprove-that-330-equiv-1-17-cdot-31-pmod312%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
But.... that's it. What more do you need to do?
– fleablood
yesterday
@fleablood: I think his complaint is that if the number 17 were not already given to him, then he would not know how to find it without just trying numbers.
– Will R
yesterday
2
@fleablood he has proven that $31$ divides $3^{30} - (1+ 17cdot 31)$. He wants to prove that $31^2$ divides it as well. He hasn't demonstrated the later in his argument. Has he? (I think you missed the exponent $2$ perhaps)
– stressed out
yesterday