Page 2 of 2

Re: problem 206

Posted: Sat Jan 03, 2015 6:55 pm
by Oliver1978
So, I gather from the previous posts that those "_" digits do not have to be distinct?

Re: problem 206

Posted: Sat Jan 03, 2015 8:30 pm
by Marcus_Andrews
Right -- they do not have to be distinct.

Re: problem 206

Posted: Sun Jan 04, 2015 7:40 pm
by Oliver1978
Danke, Marcus. Solved it then.

Possible error in Euler problem #206

Posted: Thu May 10, 2018 3:39 pm
by thechosenone98
Hi, I am posting this as a suggestion to verify that there is in fact only 1 possible positive
number that, once squared, gives another number in the form :
1_2_3_4_5_6_7_8_9_0 (where _ is a single digit)

EDIT: Each _ can be any single digit and they can be repeated.

While i was giving it a go with my calculator and a bit of brainage I found that
the number 1 388 659 302 squared gives the number : 1928374655647382910
which to my understanding also respects the form given above
(Note that the square shown above is just the sequence 987654321 imbeded in the form given by the problem (that is the sequence 123456789 reversed and splitted appart in each _ places.
I, in fact, found this number by taking the square root of 1928374655647382910 (It just seemed so perfect it had to work you know :P).

So please correct me if I'm wrong or modify the problem 206 so that it asks you for the sum of every possible combination if and only if my answer is right too of course :)

As of right now, the only accepted answer is <value removed by moderator> <-- Oh well...

Have a nice day :)

Re: problem 206

Posted: Thu May 10, 2018 3:50 pm
by RobertStanforth
@thechosenone98:
I have moved your post to the correct forum for problem clarifications.

Also, please do not post answers in public view!!! I have removed it from your post.

To answer your question, 1388659302 is not a valid solution. The value you give for its square is not correct, and is not even a square. The problem does indeed have only one answer.

Re: problem 206

Posted: Thu May 10, 2018 3:55 pm
by thechosenone98
I don't get what you mean by it is not even a square. You have to square it to get my answer. Isn't that what the question wants (a number whose square is of the form 1_2_3_4_5_6_7_8_9_0)?

Re: problem 206

Posted: Thu May 10, 2018 3:58 pm
by RobertStanforth
1928374655647382910 is not a perfect square.

Re: problem 206

Posted: Thu May 10, 2018 4:02 pm
by thechosenone98
Well according to my calculator it is. I'm very confused right now :P To test if it is a perfect square I just take the square root of it and if it gives me an integer it is then a perfect square right?

Re: problem 206

Posted: Thu May 10, 2018 4:04 pm
by thechosenone98
Very sorry about that (i tried to take the square root in python and you are in fact correct). I just found the limitation of this amazing calculator lolz.

Re: problem 206

Posted: Thu May 10, 2018 4:06 pm
by RobertStanforth
I expect your calculator is rounding to ten significant digits, so the fractional part has been truncated.

Re: problem 206

Posted: Thu May 10, 2018 4:10 pm
by DJohn
You don't need a calculator to see that you've gone wrong: The last digit of 1388659302 is 2. Whatever the square is, its last digit will be 4, not 0.

Re: problem 206

Posted: Thu May 10, 2018 4:12 pm
by thechosenone98
Yes i can actually find the fractinnal part if I substract the whole integer part from it and than it gives me the fractionnal reminder part...It is sad that it doesn't show me that there is a fractionnal part even if it doesn't have any more space on screen to display it (there should be an indicator or something, that would be nice).

Re: problem 206

Posted: Thu May 10, 2018 4:13 pm
by thechosenone98
Anyway thanks for your time buddy :) I appreciate it :P

Re: Possible error in Euler problem #206

Posted: Thu May 10, 2018 5:21 pm
by dawghaus4
thechosenone98 wrote: Thu May 10, 2018 3:39 pm ...
While i was giving it a go with my calculator and a bit of brainage I found that
the number 1 388 659 302 squared gives the number : 1928374655647382910
which to my understanding also respects the form given above
...
The square of any number ending in 2 will end in 4.

The square root of any number ending in 0 will end in 0.

Tom