Last digit of large powers
Clash Royale CLAN TAG#URR8PPP
$begingroup$
Define the sequences $a_1, a_2,...$ and $b_1, b_2,...$ by $a_1=b_1=7$ and where $a_n+1 = a_n^7$ and $b_n+1 = 7^b_n$ for $n geq 1$.
1) Find the last digit of $a_2009$ and $b_2009$
2) What about the last two digits - or more?
Now, I understand that the last digit of powers of 7 repeat every 4 powers (i think), so the answer has something to do with integers modulo 4. While I was working on this, I found than $a_n$ can be written as $a_n = 7^(7^n-1)$, not sure if this is correct or if it helps.
If anyone can help solve this question or guide me in the right direction, I'd be thankful.
sequences-and-series number-theory elementary-number-theory power-series
$endgroup$
add a comment |
$begingroup$
Define the sequences $a_1, a_2,...$ and $b_1, b_2,...$ by $a_1=b_1=7$ and where $a_n+1 = a_n^7$ and $b_n+1 = 7^b_n$ for $n geq 1$.
1) Find the last digit of $a_2009$ and $b_2009$
2) What about the last two digits - or more?
Now, I understand that the last digit of powers of 7 repeat every 4 powers (i think), so the answer has something to do with integers modulo 4. While I was working on this, I found than $a_n$ can be written as $a_n = 7^(7^n-1)$, not sure if this is correct or if it helps.
If anyone can help solve this question or guide me in the right direction, I'd be thankful.
sequences-and-series number-theory elementary-number-theory power-series
$endgroup$
$begingroup$
You seem to be asking two questions. You can read about the last digits of $b_n$ here: Last digits of power towers $7$, $7^7$, $7^7^7$, $7^7^7^7$, ... don't change, and generalisation
$endgroup$
– rabota
Mar 11 at 15:34
add a comment |
$begingroup$
Define the sequences $a_1, a_2,...$ and $b_1, b_2,...$ by $a_1=b_1=7$ and where $a_n+1 = a_n^7$ and $b_n+1 = 7^b_n$ for $n geq 1$.
1) Find the last digit of $a_2009$ and $b_2009$
2) What about the last two digits - or more?
Now, I understand that the last digit of powers of 7 repeat every 4 powers (i think), so the answer has something to do with integers modulo 4. While I was working on this, I found than $a_n$ can be written as $a_n = 7^(7^n-1)$, not sure if this is correct or if it helps.
If anyone can help solve this question or guide me in the right direction, I'd be thankful.
sequences-and-series number-theory elementary-number-theory power-series
$endgroup$
Define the sequences $a_1, a_2,...$ and $b_1, b_2,...$ by $a_1=b_1=7$ and where $a_n+1 = a_n^7$ and $b_n+1 = 7^b_n$ for $n geq 1$.
1) Find the last digit of $a_2009$ and $b_2009$
2) What about the last two digits - or more?
Now, I understand that the last digit of powers of 7 repeat every 4 powers (i think), so the answer has something to do with integers modulo 4. While I was working on this, I found than $a_n$ can be written as $a_n = 7^(7^n-1)$, not sure if this is correct or if it helps.
If anyone can help solve this question or guide me in the right direction, I'd be thankful.
sequences-and-series number-theory elementary-number-theory power-series
sequences-and-series number-theory elementary-number-theory power-series
asked Mar 11 at 14:06
AC97AC97
562
562
$begingroup$
You seem to be asking two questions. You can read about the last digits of $b_n$ here: Last digits of power towers $7$, $7^7$, $7^7^7$, $7^7^7^7$, ... don't change, and generalisation
$endgroup$
– rabota
Mar 11 at 15:34
add a comment |
$begingroup$
You seem to be asking two questions. You can read about the last digits of $b_n$ here: Last digits of power towers $7$, $7^7$, $7^7^7$, $7^7^7^7$, ... don't change, and generalisation
$endgroup$
– rabota
Mar 11 at 15:34
$begingroup$
You seem to be asking two questions. You can read about the last digits of $b_n$ here: Last digits of power towers $7$, $7^7$, $7^7^7$, $7^7^7^7$, ... don't change, and generalisation
$endgroup$
– rabota
Mar 11 at 15:34
$begingroup$
You seem to be asking two questions. You can read about the last digits of $b_n$ here: Last digits of power towers $7$, $7^7$, $7^7^7$, $7^7^7^7$, ... don't change, and generalisation
$endgroup$
– rabota
Mar 11 at 15:34
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The order of $7$ mod $100$ is $4$, i.e. $7^4 = 2401 equiv 1 mod 100$, so $7^4i+j equiv 7^j (bmod 100)$ for any integers $i$ and $j$.
Since $4$ divides $100$, this is also true mod $4$.
Now $a_n = 7^7^n-1$, and $2008$ is divisible by $4$ so $7^2008 equiv 7^0 = 1 (bmod 4)$, and $a_2009 equiv 7^1 = 7 (bmod 100)$.
As for $b_2009$, we have $b_1 = 7 equiv 3 (bmod 4)$, and since $3^3 = 27 equiv 3 (bmod 4)$ we get $b_n equiv 3 (bmod 4)$ for all $n ge 1$,
and so for $n ge 2$, $b_n equiv 7^b_n-1 equiv 7^3 equiv 43 (bmod 100)$.
$endgroup$
$begingroup$
@ Robert Israel So are you saying the last digit of $a_2009$ is 7 and the last digit of $b_2009$ is 3?
$endgroup$
– AC97
Mar 11 at 15:29
1
$begingroup$
The last two digits of $a_2009$ are $07$, and the last two digits of $b_2009$ are $43$.
$endgroup$
– Robert Israel
Mar 11 at 15:34
1
$begingroup$
You're missing a lot of steps in your proofs.
$endgroup$
– Acccumulation
Mar 11 at 17:38
$begingroup$
@RobertIsrael How would you go about finding the last digit of $a_2009$ and $b_2009$? I was more confused with that part funnily enough.
$endgroup$
– AC97
Mar 11 at 21:17
add a comment |
$begingroup$
You're right, the powers of $7$ have the last digit $7-9-3-1.$The last digit of $7^7=a_2$ is $3.$
For the powers of $3$ is the last digit $3-9-7-1.$ So the last digit of $a_3$ is $7.$
Can you finish for $a_2009?$
$endgroup$
$begingroup$
Apart from using a calculator, how did you find the last digit of $a_2$ to be 3? Then the last digit of $a_3$ to be 7?
$endgroup$
– AC97
Mar 11 at 15:26
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%2f3143708%2flast-digit-of-large-powers%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The order of $7$ mod $100$ is $4$, i.e. $7^4 = 2401 equiv 1 mod 100$, so $7^4i+j equiv 7^j (bmod 100)$ for any integers $i$ and $j$.
Since $4$ divides $100$, this is also true mod $4$.
Now $a_n = 7^7^n-1$, and $2008$ is divisible by $4$ so $7^2008 equiv 7^0 = 1 (bmod 4)$, and $a_2009 equiv 7^1 = 7 (bmod 100)$.
As for $b_2009$, we have $b_1 = 7 equiv 3 (bmod 4)$, and since $3^3 = 27 equiv 3 (bmod 4)$ we get $b_n equiv 3 (bmod 4)$ for all $n ge 1$,
and so for $n ge 2$, $b_n equiv 7^b_n-1 equiv 7^3 equiv 43 (bmod 100)$.
$endgroup$
$begingroup$
@ Robert Israel So are you saying the last digit of $a_2009$ is 7 and the last digit of $b_2009$ is 3?
$endgroup$
– AC97
Mar 11 at 15:29
1
$begingroup$
The last two digits of $a_2009$ are $07$, and the last two digits of $b_2009$ are $43$.
$endgroup$
– Robert Israel
Mar 11 at 15:34
1
$begingroup$
You're missing a lot of steps in your proofs.
$endgroup$
– Acccumulation
Mar 11 at 17:38
$begingroup$
@RobertIsrael How would you go about finding the last digit of $a_2009$ and $b_2009$? I was more confused with that part funnily enough.
$endgroup$
– AC97
Mar 11 at 21:17
add a comment |
$begingroup$
The order of $7$ mod $100$ is $4$, i.e. $7^4 = 2401 equiv 1 mod 100$, so $7^4i+j equiv 7^j (bmod 100)$ for any integers $i$ and $j$.
Since $4$ divides $100$, this is also true mod $4$.
Now $a_n = 7^7^n-1$, and $2008$ is divisible by $4$ so $7^2008 equiv 7^0 = 1 (bmod 4)$, and $a_2009 equiv 7^1 = 7 (bmod 100)$.
As for $b_2009$, we have $b_1 = 7 equiv 3 (bmod 4)$, and since $3^3 = 27 equiv 3 (bmod 4)$ we get $b_n equiv 3 (bmod 4)$ for all $n ge 1$,
and so for $n ge 2$, $b_n equiv 7^b_n-1 equiv 7^3 equiv 43 (bmod 100)$.
$endgroup$
$begingroup$
@ Robert Israel So are you saying the last digit of $a_2009$ is 7 and the last digit of $b_2009$ is 3?
$endgroup$
– AC97
Mar 11 at 15:29
1
$begingroup$
The last two digits of $a_2009$ are $07$, and the last two digits of $b_2009$ are $43$.
$endgroup$
– Robert Israel
Mar 11 at 15:34
1
$begingroup$
You're missing a lot of steps in your proofs.
$endgroup$
– Acccumulation
Mar 11 at 17:38
$begingroup$
@RobertIsrael How would you go about finding the last digit of $a_2009$ and $b_2009$? I was more confused with that part funnily enough.
$endgroup$
– AC97
Mar 11 at 21:17
add a comment |
$begingroup$
The order of $7$ mod $100$ is $4$, i.e. $7^4 = 2401 equiv 1 mod 100$, so $7^4i+j equiv 7^j (bmod 100)$ for any integers $i$ and $j$.
Since $4$ divides $100$, this is also true mod $4$.
Now $a_n = 7^7^n-1$, and $2008$ is divisible by $4$ so $7^2008 equiv 7^0 = 1 (bmod 4)$, and $a_2009 equiv 7^1 = 7 (bmod 100)$.
As for $b_2009$, we have $b_1 = 7 equiv 3 (bmod 4)$, and since $3^3 = 27 equiv 3 (bmod 4)$ we get $b_n equiv 3 (bmod 4)$ for all $n ge 1$,
and so for $n ge 2$, $b_n equiv 7^b_n-1 equiv 7^3 equiv 43 (bmod 100)$.
$endgroup$
The order of $7$ mod $100$ is $4$, i.e. $7^4 = 2401 equiv 1 mod 100$, so $7^4i+j equiv 7^j (bmod 100)$ for any integers $i$ and $j$.
Since $4$ divides $100$, this is also true mod $4$.
Now $a_n = 7^7^n-1$, and $2008$ is divisible by $4$ so $7^2008 equiv 7^0 = 1 (bmod 4)$, and $a_2009 equiv 7^1 = 7 (bmod 100)$.
As for $b_2009$, we have $b_1 = 7 equiv 3 (bmod 4)$, and since $3^3 = 27 equiv 3 (bmod 4)$ we get $b_n equiv 3 (bmod 4)$ for all $n ge 1$,
and so for $n ge 2$, $b_n equiv 7^b_n-1 equiv 7^3 equiv 43 (bmod 100)$.
answered Mar 11 at 15:26
Robert IsraelRobert Israel
331k23220475
331k23220475
$begingroup$
@ Robert Israel So are you saying the last digit of $a_2009$ is 7 and the last digit of $b_2009$ is 3?
$endgroup$
– AC97
Mar 11 at 15:29
1
$begingroup$
The last two digits of $a_2009$ are $07$, and the last two digits of $b_2009$ are $43$.
$endgroup$
– Robert Israel
Mar 11 at 15:34
1
$begingroup$
You're missing a lot of steps in your proofs.
$endgroup$
– Acccumulation
Mar 11 at 17:38
$begingroup$
@RobertIsrael How would you go about finding the last digit of $a_2009$ and $b_2009$? I was more confused with that part funnily enough.
$endgroup$
– AC97
Mar 11 at 21:17
add a comment |
$begingroup$
@ Robert Israel So are you saying the last digit of $a_2009$ is 7 and the last digit of $b_2009$ is 3?
$endgroup$
– AC97
Mar 11 at 15:29
1
$begingroup$
The last two digits of $a_2009$ are $07$, and the last two digits of $b_2009$ are $43$.
$endgroup$
– Robert Israel
Mar 11 at 15:34
1
$begingroup$
You're missing a lot of steps in your proofs.
$endgroup$
– Acccumulation
Mar 11 at 17:38
$begingroup$
@RobertIsrael How would you go about finding the last digit of $a_2009$ and $b_2009$? I was more confused with that part funnily enough.
$endgroup$
– AC97
Mar 11 at 21:17
$begingroup$
@ Robert Israel So are you saying the last digit of $a_2009$ is 7 and the last digit of $b_2009$ is 3?
$endgroup$
– AC97
Mar 11 at 15:29
$begingroup$
@ Robert Israel So are you saying the last digit of $a_2009$ is 7 and the last digit of $b_2009$ is 3?
$endgroup$
– AC97
Mar 11 at 15:29
1
1
$begingroup$
The last two digits of $a_2009$ are $07$, and the last two digits of $b_2009$ are $43$.
$endgroup$
– Robert Israel
Mar 11 at 15:34
$begingroup$
The last two digits of $a_2009$ are $07$, and the last two digits of $b_2009$ are $43$.
$endgroup$
– Robert Israel
Mar 11 at 15:34
1
1
$begingroup$
You're missing a lot of steps in your proofs.
$endgroup$
– Acccumulation
Mar 11 at 17:38
$begingroup$
You're missing a lot of steps in your proofs.
$endgroup$
– Acccumulation
Mar 11 at 17:38
$begingroup$
@RobertIsrael How would you go about finding the last digit of $a_2009$ and $b_2009$? I was more confused with that part funnily enough.
$endgroup$
– AC97
Mar 11 at 21:17
$begingroup$
@RobertIsrael How would you go about finding the last digit of $a_2009$ and $b_2009$? I was more confused with that part funnily enough.
$endgroup$
– AC97
Mar 11 at 21:17
add a comment |
$begingroup$
You're right, the powers of $7$ have the last digit $7-9-3-1.$The last digit of $7^7=a_2$ is $3.$
For the powers of $3$ is the last digit $3-9-7-1.$ So the last digit of $a_3$ is $7.$
Can you finish for $a_2009?$
$endgroup$
$begingroup$
Apart from using a calculator, how did you find the last digit of $a_2$ to be 3? Then the last digit of $a_3$ to be 7?
$endgroup$
– AC97
Mar 11 at 15:26
add a comment |
$begingroup$
You're right, the powers of $7$ have the last digit $7-9-3-1.$The last digit of $7^7=a_2$ is $3.$
For the powers of $3$ is the last digit $3-9-7-1.$ So the last digit of $a_3$ is $7.$
Can you finish for $a_2009?$
$endgroup$
$begingroup$
Apart from using a calculator, how did you find the last digit of $a_2$ to be 3? Then the last digit of $a_3$ to be 7?
$endgroup$
– AC97
Mar 11 at 15:26
add a comment |
$begingroup$
You're right, the powers of $7$ have the last digit $7-9-3-1.$The last digit of $7^7=a_2$ is $3.$
For the powers of $3$ is the last digit $3-9-7-1.$ So the last digit of $a_3$ is $7.$
Can you finish for $a_2009?$
$endgroup$
You're right, the powers of $7$ have the last digit $7-9-3-1.$The last digit of $7^7=a_2$ is $3.$
For the powers of $3$ is the last digit $3-9-7-1.$ So the last digit of $a_3$ is $7.$
Can you finish for $a_2009?$
answered Mar 11 at 15:12
user376343user376343
3,9584829
3,9584829
$begingroup$
Apart from using a calculator, how did you find the last digit of $a_2$ to be 3? Then the last digit of $a_3$ to be 7?
$endgroup$
– AC97
Mar 11 at 15:26
add a comment |
$begingroup$
Apart from using a calculator, how did you find the last digit of $a_2$ to be 3? Then the last digit of $a_3$ to be 7?
$endgroup$
– AC97
Mar 11 at 15:26
$begingroup$
Apart from using a calculator, how did you find the last digit of $a_2$ to be 3? Then the last digit of $a_3$ to be 7?
$endgroup$
– AC97
Mar 11 at 15:26
$begingroup$
Apart from using a calculator, how did you find the last digit of $a_2$ to be 3? Then the last digit of $a_3$ to be 7?
$endgroup$
– AC97
Mar 11 at 15:26
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%2f3143708%2flast-digit-of-large-powers%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$
You seem to be asking two questions. You can read about the last digits of $b_n$ here: Last digits of power towers $7$, $7^7$, $7^7^7$, $7^7^7^7$, ... don't change, and generalisation
$endgroup$
– rabota
Mar 11 at 15:34