| > <<< Note 1328.1 by CHOVAX::YOUNG "The OOL's are not what they seem." >>>
> -< Just off the top of my head: >-
>
> My intuition says 875*96 and 245*13. (excluding 0 as a digit).
>
> ?
You've got better intuition than I do. My initial (mindless) guess was
"Well of course it's got to be 987 * 65" (make the big number as big as
possible). Then I noticed that I could make the result a good bit bigger
by swapping the 8 and the 6 yielding 967 * 85 (barely changes the value
of 987, but cranks up the 65 significantly).
My next thought was "Aha ! Of course ! Swap the 6 and 7 to make it bigger.
(yields 976 * 85) Gee, it looks like it gets even bigger if I alternate
the sorted digits between the two numbers ( 975 * 86 ). At this point
I thought I was done, but decided to mess around just to see what else was
possible.
To my chagrin, I discovered Barry's solution. Damn ! Another neat obvious
pattern into the dumper.
About the only general pattern I can infer is that all digits within a number
must descend (otherwise you could always make a bigger product by switching
a higher valued digit to a higher power-of-ten position).
Any interesting general patterns for other cases ? how about 6 digits split
3 & 3, and 2 & 4 ?
> -- Barry
|