![]() |
|
|
#1 |
|
Sep 2006
Brussels, Belgium
2×3×281 Posts |
A bit late.
A problem I worked upon some 30 years ago on a PDP 11/44 : Compute the integer solutions of of the equation x^2=x. I tried to find by searching the internet, but I found no trace of this (probably I did not search well.) Jacob |
|
|
|
|
|
#2 | |
|
Nov 2003
22·5·373 Posts |
Quote:
algebra question. |
|
|
|
|
|
|
#3 |
|
"Nathan"
Jul 2008
Maryland, USA
5·223 Posts |
Late April Fools' perhaps?
S485122 is an established participant of both GIMPS and the Mersenne Forum, so trolling seems unlikely here.
|
|
|
|
|
|
#4 |
|
May 2013
East. Always East.
11·157 Posts |
0, 1.
Do I win? (EDIT: It's kind of cool though if you divide both sides by x you only get x = 1 If there was anything non-trivial about this, it might be the question of Where Does The x = 0 Solution Go?)
Last fiddled with by TheMawn on 2015-04-08 at 21:43 |
|
|
|
|
|
#5 |
|
Nov 2003
1D2416 Posts |
Even before one talks algebra one learns that you can't divide by 0.
|
|
|
|
|
|
#6 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
100110000000112 Posts |
|
|
|
|
|
|
#7 |
|
"Matthew Anderson"
Dec 2010
Oregon, USA
14408 Posts |
Start with x^2 = x
Subtract x from both sides x^2 - x = 0 Factor out an x x*(x-1) = 0 Then there are two solutions. x = 0 or 1. Regards, Matt |
|
|
|
|
|
#8 | ||
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36×13 Posts |
Quote:
Quote:
|
||
|
|
|
|
|
#9 |
|
"Brian"
Jul 2007
The Netherlands
7×467 Posts |
Did the PDP 11/44 show some anomaly when computing the square of certain integers, perhaps?
|
|
|
|
|
|
#10 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36×13 Posts |
Ok, maybe the OP wanted to say, on a PDP 11/44, in a machine word, do some x2 equal x (that is, mod 232, for example)?
This is akin to a perenially popular search for a ...x which squared still ends with ...x (in a certain base, e.g. in decimal) -- there are four solutions, in decimal, ...0000000, ...00000001, ...109376, and ...890625 |
|
|
|
|
|
#11 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
11001000100112 Posts |
I assumed that it meant the PDP 11/44 used some non-obvious base, but it seems to be a standard 16-bit computer and x^2=x has no extra 2-adic solutions.
(the extra base-10 solutions are of course Chinese-remainder combinations of the base-2 and base-5 ones ...) |
|
|
|