wu :: forums
« wu :: forums - 8-digit squares »

Welcome, Guest. Please Login or Register.
Apr 30th, 2024, 3:55pm

RIDDLES SITE WRITE MATH! Home Home Help Help Search Search Members Members Login Login Register Register
   wu :: forums
   riddles
   hard
(Moderators: SMQ, ThudnBlunder, Grimbal, Icarus, towr, Eigenray, william wu)
   8-digit squares
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: 8-digit squares  (Read 983 times)
fatball
Senior Riddler
****



Can anyone help me think outside the box please?

   


Gender: male
Posts: 315
8-digit squares  
« on: Jan 22nd, 2006, 8:49pm »
Quote Quote Modify Modify

Find all 8-digit natural numbers n such that n2 ends in the same 8 digits as n.  Numbers are written in standard decimal notation, with no leading zeroes.
IP Logged
Eigenray
wu::riddles Moderator
Uberpuzzler
*****






   


Gender: male
Posts: 1948
Re: 8-digit squares  
« Reply #1 on: Jan 22nd, 2006, 10:01pm »
Quote Quote Modify Modify

hidden:
> chrem([[0,1],[1,0]],[2^8,5^8]);
         [87109376, 12890625]
« Last Edit: Jan 22nd, 2006, 10:05pm by Eigenray » IP Logged
fatball
Senior Riddler
****



Can anyone help me think outside the box please?

   


Gender: male
Posts: 315
Re: 8-digit squares  
« Reply #2 on: Jan 23rd, 2006, 10:45am »
Quote Quote Modify Modify

Very neatly answered. Numbers with this property are called Automorphic Numbers and a brief discussion can be found here or there.
« Last Edit: Jan 23rd, 2006, 10:47am by fatball » IP Logged
Eigenray
wu::riddles Moderator
Uberpuzzler
*****






   


Gender: male
Posts: 1948
Re: 8-digit squares  
« Reply #3 on: Jan 24th, 2006, 6:05am »
Quote Quote Modify Modify

In fact, [xn,yn] := chrem([[0,1],[1,0]],[2n,5n]) is a pair of orthogonal idempotents of the ring R=(Z/10n), the only pair other than [0, 1].  This gives the decomposition
R = Rxn [oplus] Ryn,
giving an explicit inverse to the ring isomorphism
(Z/10n) ~= (Z/5n) x (Z/2n),
(r mod 10n) -> (r mod 5n, r mod 2n)
(axn + byn mod 10n) <- (a mod 5n, b mod 2n).
 
Moreover, we have xn+1 = xn mod 10n, so that, viewing xn as an integer between 0 and 10n,
x = lim xn = x1 + (x2-x1) + (x3-x2) + ...
 = ...109376
exists as a 10-adic integer.  Defining also
y = lim yn = ...890625,
this gives a non-trivial pair of zero-divisors in the 10-adics Z10 ~= Z2 x Z5.
IP Logged
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »

Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board