15

Prove that a set of nine consecutive integers cannot be partitioned into two subsets with same product

My attempt:

This problem would be solved if it could be proven that 9 consecutive numbers cannot exist such that all the numbers are of the form $2^a 3^b 5^c 7^d$ where $a,b,c,d$ are integers.

A suitable hint would be appreciated, I don not want a complete solution.

Edit:

If there existed a prime factor greater than $7$ of any number present in the set, then its multiple cannot exist b/c $22-11>9$

Edit 2: As mentioned by Erick, my reasoning is not valid for numbers $1-9$ and $2-9$, let this be an exception.

user26857
  • 53,190
guest
  • 153
  • 1
  • Why would your hypothesis be sufficient to solve the problem? 2) Your hypothesis is false for the consecutive numbers 1–9 and 2–10. However, it is known that there are only finitely many counterexamples. The original problem is definitely true by a classic (and much stronger) theorem of Erdős and Selfridge.
  • – Erick Wong Oct 14 '15 at 07:28
  • Hint: using the fact that nine is odd, you can bound how large the consecutive integers could possibly be. – Erick Wong Oct 14 '15 at 07:33
  • Maybe not a duplicate but very similar to this old question. – bof Oct 14 '15 at 07:36
  • 2
    @ErickWong How is it wrong? Can you give the subsets with same product? – guest Oct 14 '15 at 07:55
  • 3
    @guest I believe Erick Wong is referring to your hypothesis about numbers of the form $2^a3^b5^c7^d.$ – bof Oct 14 '15 at 08:06
  • 1
    This is a problem which you can find (with full solution) in the first chapter of Putnam and beyond – CIJ Oct 14 '15 at 17:10