The next number in sequence

Clash Royale CLAN TAG#URR8PPP
up vote
4
down vote
favorite
We have following sequence:
12345, 33552, 45624, 66345, 73557, 45678, 66885, 78957, 99678
What will be the next number?
Answer is known now (@JonMark Perry and @Mark found it). The answer is:
Danger! It is the correct answer:
106890
or
A688A
but they found it by some properties of this sequence not by general rule and this general rule is very different (And it is interesting that this sequence has so many properties!).
Now the question is: what is the general rule?
Hint 1:
notice that always two of five digits are the same (but in different place) like in the previous one number.
Hint 2:
There are always the same two digits
Hint 3:
For example 12345 -> 33552. Next 33552 -> 45624 and so on.
Hint 4:
What with other digits?
Hint 5
Because of general rule, the answer (10th number in sequence) is the first one that doesn't pass rule 99678 -> 106890 But it can be fixed if we choose A688A answer.
number-sequence
add a comment |Â
up vote
4
down vote
favorite
We have following sequence:
12345, 33552, 45624, 66345, 73557, 45678, 66885, 78957, 99678
What will be the next number?
Answer is known now (@JonMark Perry and @Mark found it). The answer is:
Danger! It is the correct answer:
106890
or
A688A
but they found it by some properties of this sequence not by general rule and this general rule is very different (And it is interesting that this sequence has so many properties!).
Now the question is: what is the general rule?
Hint 1:
notice that always two of five digits are the same (but in different place) like in the previous one number.
Hint 2:
There are always the same two digits
Hint 3:
For example 12345 -> 33552. Next 33552 -> 45624 and so on.
Hint 4:
What with other digits?
Hint 5
Because of general rule, the answer (10th number in sequence) is the first one that doesn't pass rule 99678 -> 106890 But it can be fixed if we choose A688A answer.
number-sequence
add a comment |Â
up vote
4
down vote
favorite
up vote
4
down vote
favorite
We have following sequence:
12345, 33552, 45624, 66345, 73557, 45678, 66885, 78957, 99678
What will be the next number?
Answer is known now (@JonMark Perry and @Mark found it). The answer is:
Danger! It is the correct answer:
106890
or
A688A
but they found it by some properties of this sequence not by general rule and this general rule is very different (And it is interesting that this sequence has so many properties!).
Now the question is: what is the general rule?
Hint 1:
notice that always two of five digits are the same (but in different place) like in the previous one number.
Hint 2:
There are always the same two digits
Hint 3:
For example 12345 -> 33552. Next 33552 -> 45624 and so on.
Hint 4:
What with other digits?
Hint 5
Because of general rule, the answer (10th number in sequence) is the first one that doesn't pass rule 99678 -> 106890 But it can be fixed if we choose A688A answer.
number-sequence
We have following sequence:
12345, 33552, 45624, 66345, 73557, 45678, 66885, 78957, 99678
What will be the next number?
Answer is known now (@JonMark Perry and @Mark found it). The answer is:
Danger! It is the correct answer:
106890
or
A688A
but they found it by some properties of this sequence not by general rule and this general rule is very different (And it is interesting that this sequence has so many properties!).
Now the question is: what is the general rule?
Hint 1:
notice that always two of five digits are the same (but in different place) like in the previous one number.
Hint 2:
There are always the same two digits
Hint 3:
For example 12345 -> 33552. Next 33552 -> 45624 and so on.
Hint 4:
What with other digits?
Hint 5
Because of general rule, the answer (10th number in sequence) is the first one that doesn't pass rule 99678 -> 106890 But it can be fixed if we choose A688A answer.
number-sequence
number-sequence
edited Sep 19 at 10:08
JonMark Perry
15.1k52972
15.1k52972
asked Sep 19 at 7:37
Piotr Wasilewicz
1234
1234
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
5
down vote
accepted
Not sure, but:
$A688A$, or $1068810$ if not using single digits
because:
the sequence repeats every five, with (plus 3) mapped across all the digits. You can use the map from $66345 to 73557$ to map from $99678$.
Also:
the sum of digits divided by $3$ is $n+4$ for the $n^th$ term.
The general rule is:
$abcde to (b+1)c(d+1)e(a+1)$
It is not my answer but I think it is also correct (in my answer I do everything in base 10)
â Piotr Wasilewicz
Sep 19 at 8:00
Yes, it is. Bravo :)
â Piotr Wasilewicz
Sep 19 at 9:49
1
Nice one, gratz ðÂÂÂ
â Mark
Sep 19 at 9:58
add a comment |Â
up vote
3
down vote
The initial guess was that the answer is either:
106890, or 6880, or 6890, or 06880
Reasoning:
Digits of numbers no. 6 through 9 are numbers 1-4 plus 3. (12345 +3 = 45678 etc.). The 5th number is 73557, but its unclear whether the author intended to treat it as a whole number or separate digits. Therefore, I suggested more than one answer.
After the hint from the author:
The difference between numbers 1 and 2 is 33552-12345=21207, between 2 and 3: 45624-33552=12072, between 3 and 4: 66345-45624=20721. The difference shifts numbers, therefore the next one is 07212 (7212).
Checking it: 66345+7212=73557 (5th number). Continuing on, 73557+72120=145677; 6th number is 45678, so I guess the spare digit is added to the end. Moving on, 9th number is 99678 plus 7212 = 106890.
The final-final answer is:
Well, back to the very start... 106890.
P.S:
But the "regular math" is broken on 6th number anyways, as far as I'm concerned. :)
P.P.S:
Thanks @JonMark Perry for the edits. :)
Got the same solution, but you were too fast ;)
â npkllr
Sep 19 at 7:54
One of your answers is correct but reason is different. It is possible to guess 4th number when you have only three of them (for example: guess 66345 when you have 12345, 33552, 45624). Think about that and you will know why one of them is correct :)
â Piotr Wasilewicz
Sep 19 at 7:56
I think I got it now. :)
â Mark
Sep 19 at 8:06
Correct reasoning but you chose (created) wrong answer :)
â Piotr Wasilewicz
Sep 19 at 8:09
@PiotrWasilewicz, how about now? :)
â Mark
Sep 19 at 8:19
 |Â
show 7 more comments
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
accepted
Not sure, but:
$A688A$, or $1068810$ if not using single digits
because:
the sequence repeats every five, with (plus 3) mapped across all the digits. You can use the map from $66345 to 73557$ to map from $99678$.
Also:
the sum of digits divided by $3$ is $n+4$ for the $n^th$ term.
The general rule is:
$abcde to (b+1)c(d+1)e(a+1)$
It is not my answer but I think it is also correct (in my answer I do everything in base 10)
â Piotr Wasilewicz
Sep 19 at 8:00
Yes, it is. Bravo :)
â Piotr Wasilewicz
Sep 19 at 9:49
1
Nice one, gratz ðÂÂÂ
â Mark
Sep 19 at 9:58
add a comment |Â
up vote
5
down vote
accepted
Not sure, but:
$A688A$, or $1068810$ if not using single digits
because:
the sequence repeats every five, with (plus 3) mapped across all the digits. You can use the map from $66345 to 73557$ to map from $99678$.
Also:
the sum of digits divided by $3$ is $n+4$ for the $n^th$ term.
The general rule is:
$abcde to (b+1)c(d+1)e(a+1)$
It is not my answer but I think it is also correct (in my answer I do everything in base 10)
â Piotr Wasilewicz
Sep 19 at 8:00
Yes, it is. Bravo :)
â Piotr Wasilewicz
Sep 19 at 9:49
1
Nice one, gratz ðÂÂÂ
â Mark
Sep 19 at 9:58
add a comment |Â
up vote
5
down vote
accepted
up vote
5
down vote
accepted
Not sure, but:
$A688A$, or $1068810$ if not using single digits
because:
the sequence repeats every five, with (plus 3) mapped across all the digits. You can use the map from $66345 to 73557$ to map from $99678$.
Also:
the sum of digits divided by $3$ is $n+4$ for the $n^th$ term.
The general rule is:
$abcde to (b+1)c(d+1)e(a+1)$
Not sure, but:
$A688A$, or $1068810$ if not using single digits
because:
the sequence repeats every five, with (plus 3) mapped across all the digits. You can use the map from $66345 to 73557$ to map from $99678$.
Also:
the sum of digits divided by $3$ is $n+4$ for the $n^th$ term.
The general rule is:
$abcde to (b+1)c(d+1)e(a+1)$
edited Sep 19 at 9:49
answered Sep 19 at 7:51
JonMark Perry
15.1k52972
15.1k52972
It is not my answer but I think it is also correct (in my answer I do everything in base 10)
â Piotr Wasilewicz
Sep 19 at 8:00
Yes, it is. Bravo :)
â Piotr Wasilewicz
Sep 19 at 9:49
1
Nice one, gratz ðÂÂÂ
â Mark
Sep 19 at 9:58
add a comment |Â
It is not my answer but I think it is also correct (in my answer I do everything in base 10)
â Piotr Wasilewicz
Sep 19 at 8:00
Yes, it is. Bravo :)
â Piotr Wasilewicz
Sep 19 at 9:49
1
Nice one, gratz ðÂÂÂ
â Mark
Sep 19 at 9:58
It is not my answer but I think it is also correct (in my answer I do everything in base 10)
â Piotr Wasilewicz
Sep 19 at 8:00
It is not my answer but I think it is also correct (in my answer I do everything in base 10)
â Piotr Wasilewicz
Sep 19 at 8:00
Yes, it is. Bravo :)
â Piotr Wasilewicz
Sep 19 at 9:49
Yes, it is. Bravo :)
â Piotr Wasilewicz
Sep 19 at 9:49
1
1
Nice one, gratz ðÂÂÂ
â Mark
Sep 19 at 9:58
Nice one, gratz ðÂÂÂ
â Mark
Sep 19 at 9:58
add a comment |Â
up vote
3
down vote
The initial guess was that the answer is either:
106890, or 6880, or 6890, or 06880
Reasoning:
Digits of numbers no. 6 through 9 are numbers 1-4 plus 3. (12345 +3 = 45678 etc.). The 5th number is 73557, but its unclear whether the author intended to treat it as a whole number or separate digits. Therefore, I suggested more than one answer.
After the hint from the author:
The difference between numbers 1 and 2 is 33552-12345=21207, between 2 and 3: 45624-33552=12072, between 3 and 4: 66345-45624=20721. The difference shifts numbers, therefore the next one is 07212 (7212).
Checking it: 66345+7212=73557 (5th number). Continuing on, 73557+72120=145677; 6th number is 45678, so I guess the spare digit is added to the end. Moving on, 9th number is 99678 plus 7212 = 106890.
The final-final answer is:
Well, back to the very start... 106890.
P.S:
But the "regular math" is broken on 6th number anyways, as far as I'm concerned. :)
P.P.S:
Thanks @JonMark Perry for the edits. :)
Got the same solution, but you were too fast ;)
â npkllr
Sep 19 at 7:54
One of your answers is correct but reason is different. It is possible to guess 4th number when you have only three of them (for example: guess 66345 when you have 12345, 33552, 45624). Think about that and you will know why one of them is correct :)
â Piotr Wasilewicz
Sep 19 at 7:56
I think I got it now. :)
â Mark
Sep 19 at 8:06
Correct reasoning but you chose (created) wrong answer :)
â Piotr Wasilewicz
Sep 19 at 8:09
@PiotrWasilewicz, how about now? :)
â Mark
Sep 19 at 8:19
 |Â
show 7 more comments
up vote
3
down vote
The initial guess was that the answer is either:
106890, or 6880, or 6890, or 06880
Reasoning:
Digits of numbers no. 6 through 9 are numbers 1-4 plus 3. (12345 +3 = 45678 etc.). The 5th number is 73557, but its unclear whether the author intended to treat it as a whole number or separate digits. Therefore, I suggested more than one answer.
After the hint from the author:
The difference between numbers 1 and 2 is 33552-12345=21207, between 2 and 3: 45624-33552=12072, between 3 and 4: 66345-45624=20721. The difference shifts numbers, therefore the next one is 07212 (7212).
Checking it: 66345+7212=73557 (5th number). Continuing on, 73557+72120=145677; 6th number is 45678, so I guess the spare digit is added to the end. Moving on, 9th number is 99678 plus 7212 = 106890.
The final-final answer is:
Well, back to the very start... 106890.
P.S:
But the "regular math" is broken on 6th number anyways, as far as I'm concerned. :)
P.P.S:
Thanks @JonMark Perry for the edits. :)
Got the same solution, but you were too fast ;)
â npkllr
Sep 19 at 7:54
One of your answers is correct but reason is different. It is possible to guess 4th number when you have only three of them (for example: guess 66345 when you have 12345, 33552, 45624). Think about that and you will know why one of them is correct :)
â Piotr Wasilewicz
Sep 19 at 7:56
I think I got it now. :)
â Mark
Sep 19 at 8:06
Correct reasoning but you chose (created) wrong answer :)
â Piotr Wasilewicz
Sep 19 at 8:09
@PiotrWasilewicz, how about now? :)
â Mark
Sep 19 at 8:19
 |Â
show 7 more comments
up vote
3
down vote
up vote
3
down vote
The initial guess was that the answer is either:
106890, or 6880, or 6890, or 06880
Reasoning:
Digits of numbers no. 6 through 9 are numbers 1-4 plus 3. (12345 +3 = 45678 etc.). The 5th number is 73557, but its unclear whether the author intended to treat it as a whole number or separate digits. Therefore, I suggested more than one answer.
After the hint from the author:
The difference between numbers 1 and 2 is 33552-12345=21207, between 2 and 3: 45624-33552=12072, between 3 and 4: 66345-45624=20721. The difference shifts numbers, therefore the next one is 07212 (7212).
Checking it: 66345+7212=73557 (5th number). Continuing on, 73557+72120=145677; 6th number is 45678, so I guess the spare digit is added to the end. Moving on, 9th number is 99678 plus 7212 = 106890.
The final-final answer is:
Well, back to the very start... 106890.
P.S:
But the "regular math" is broken on 6th number anyways, as far as I'm concerned. :)
P.P.S:
Thanks @JonMark Perry for the edits. :)
The initial guess was that the answer is either:
106890, or 6880, or 6890, or 06880
Reasoning:
Digits of numbers no. 6 through 9 are numbers 1-4 plus 3. (12345 +3 = 45678 etc.). The 5th number is 73557, but its unclear whether the author intended to treat it as a whole number or separate digits. Therefore, I suggested more than one answer.
After the hint from the author:
The difference between numbers 1 and 2 is 33552-12345=21207, between 2 and 3: 45624-33552=12072, between 3 and 4: 66345-45624=20721. The difference shifts numbers, therefore the next one is 07212 (7212).
Checking it: 66345+7212=73557 (5th number). Continuing on, 73557+72120=145677; 6th number is 45678, so I guess the spare digit is added to the end. Moving on, 9th number is 99678 plus 7212 = 106890.
The final-final answer is:
Well, back to the very start... 106890.
P.S:
But the "regular math" is broken on 6th number anyways, as far as I'm concerned. :)
P.P.S:
Thanks @JonMark Perry for the edits. :)
edited Sep 19 at 8:35
answered Sep 19 at 7:47
Mark
3565
3565
Got the same solution, but you were too fast ;)
â npkllr
Sep 19 at 7:54
One of your answers is correct but reason is different. It is possible to guess 4th number when you have only three of them (for example: guess 66345 when you have 12345, 33552, 45624). Think about that and you will know why one of them is correct :)
â Piotr Wasilewicz
Sep 19 at 7:56
I think I got it now. :)
â Mark
Sep 19 at 8:06
Correct reasoning but you chose (created) wrong answer :)
â Piotr Wasilewicz
Sep 19 at 8:09
@PiotrWasilewicz, how about now? :)
â Mark
Sep 19 at 8:19
 |Â
show 7 more comments
Got the same solution, but you were too fast ;)
â npkllr
Sep 19 at 7:54
One of your answers is correct but reason is different. It is possible to guess 4th number when you have only three of them (for example: guess 66345 when you have 12345, 33552, 45624). Think about that and you will know why one of them is correct :)
â Piotr Wasilewicz
Sep 19 at 7:56
I think I got it now. :)
â Mark
Sep 19 at 8:06
Correct reasoning but you chose (created) wrong answer :)
â Piotr Wasilewicz
Sep 19 at 8:09
@PiotrWasilewicz, how about now? :)
â Mark
Sep 19 at 8:19
Got the same solution, but you were too fast ;)
â npkllr
Sep 19 at 7:54
Got the same solution, but you were too fast ;)
â npkllr
Sep 19 at 7:54
One of your answers is correct but reason is different. It is possible to guess 4th number when you have only three of them (for example: guess 66345 when you have 12345, 33552, 45624). Think about that and you will know why one of them is correct :)
â Piotr Wasilewicz
Sep 19 at 7:56
One of your answers is correct but reason is different. It is possible to guess 4th number when you have only three of them (for example: guess 66345 when you have 12345, 33552, 45624). Think about that and you will know why one of them is correct :)
â Piotr Wasilewicz
Sep 19 at 7:56
I think I got it now. :)
â Mark
Sep 19 at 8:06
I think I got it now. :)
â Mark
Sep 19 at 8:06
Correct reasoning but you chose (created) wrong answer :)
â Piotr Wasilewicz
Sep 19 at 8:09
Correct reasoning but you chose (created) wrong answer :)
â Piotr Wasilewicz
Sep 19 at 8:09
@PiotrWasilewicz, how about now? :)
â Mark
Sep 19 at 8:19
@PiotrWasilewicz, how about now? :)
â Mark
Sep 19 at 8:19
 |Â
show 7 more comments
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f72522%2fthe-next-number-in-sequence%23new-answer', 'question_page');
);
Post as a guest
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
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
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