[net.puzzle] Digits and their secrets.

frederic@ubvax.UUCP (Frederic Bach) (05/24/85)

Assume the Pascal notation for exponents, i.e. 4**3=4*4*4
Let a,b,c,d be 4 decimal digits (0-9),
and solve the problem

a**b * c**d = abcd

in a logical way.  You can always go through the set of values to find the
answers with a program