Jump to content
BrainDen.com - Brain Teasers
  • 0


Guest
 Share

Question

Y is a base ten positive integer between 1 and 100 inclusively, such that 10Y is expressible as the product of two positive integers, neither of which contains the digit zero.

Determine the maximum value of Y for which this is possible.

Edited by K Sengupta
Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

KS specified 1 <= Y <= 100 in his question. I can't prove it, but I doubt that there is any other number greater than that mentioned by the solvers which satisfies the "no zeroes" condition. I have tested up to Y <= 10,000.

Edited by jerbil
Link to comment
Share on other sites

  • 0

KS specified 1 <= Y <= 100 in his question. I can't prove it, but I doubt that there is any other number greater than that mentioned by the solvers which satisfies the "no zeroes" condition. I have tested up to Y <= 10,000.

I also tested more: Y <= 1,000,000 and found no more.

The highest power of 5 I found with no 0s in the base

ten representation was

558=34694469519536141888238489627838134765625

and the highest such power of 2 was

286=77371252455336267181195264

which means that their product is 268435456 followed

by 58 zeros!

Link to comment
Share on other sites

  • 0

The trick to this problem is to realize that the prime factorization of 10^Y for any Y is 2^Y * 5^Y. As such all factors , prime or otherwise, are expressed as combinations of one or more 2s and 5s. Note that 1 and 10^Y are also non-prime factors (depending upon if you consider 1 prime or not), but clearly the pair will not work as a solution to the problem.

Now the problem says that neither of the the pair of factors chosen can contain a zero. Any combination of multiplications between 2 and 5 yield an end zero. For example 2*2*2*5 = 40 or 5*5*5*2 = 250. I am not capable of producing a proof; maybe someone else can help. Therefore, candidate factor pairs must be of the form (2^Y) and (5^Y). This reduces the problem to checking at most 100 factor pairs. From there, I employed the brute force method with some help from a large number calculator, I found on line. Starting from 100 downward, the first instance of both 2^Y and 5^Y in which neither had any zeros occurred at Y=33. Hence, assuming the large number calculator is accurate, Y=33 is the answer.

Edited by BaltimoreMike
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...