All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
An Exponent Product And 98 Zeroes Puzzle (Posted on 2007-10-27) Difficulty: 3 of 5
Find the positive integer pair (m, n) such that m*n is the minimum and the last 98 digits in mm*nn are all zeroes.

Note: 99th digit from the right in mm*nn is not zero.

See The Solution Submitted by K Sengupta    
Rating: 4.5000 (2 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
new minimum found | Comment 8 of 12 |

I am currently running a mathematica program that is test for values of the form

m=a*2^b*5^c

n=x*2^y*5^z

with a,x<=100 and b,c,y,z<=10 and I put in the current low for m*n of 10290 for it to try and beat.  So far it has spit out the following solution.

m=49*2=98   n=3*5^2=75

the requirements I am using to searh are the following

1)  a,x are not divisible by either 2 or 5

2) if p=min(b,c) and q=min(y,z) and r=min(b*m+y*n,c*m+z*n)

then p+q+r=98

the secound makes sure there are 98 factors of 10 in m^m*n^n and the first makes sure there are no extra factors of 2 or 5 and thus there would be exactly 98 zeros in m^m*n^n if both are satisfied.

I imagine my program shall take a while to complete so I will have to wait and see if the currently found minimum is the overall minimum


  Posted by Daniel on 2007-10-28 06:02:34
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (8)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information