2

Question: Let $S = \{1,2,3,.....,44,45\}$. Find the maximum value of $n$ such that it is possible to select $n$ numbers from $S$ and arrange them in a circle in such a way that the product of any two adjacent numbers in the circle is less than $100$?

Effort: I’m starting to learn the Pigeon Hole Principle and I stumbled upon this question. So I first tried to condense the information. My first question was, do you randomly select the numbers from the set? I assumed so and proceeded. So each adjacent number’s product has to be lesser than $100$. Thus, I tried to find two consecutive numbers which multiply to a number less than $100$, and tried to find the maximum values. The reason I did that’s was because I assumed that the circle went in a consecutive order, so the circle would go ie ‘$1,2,3,4,5 ,\ldots, 9, 10$’. I quickly realised that this was the wrong approach as I then I saw that it didn’t have to be consecutive. It could even be something like ‘$1,45,2,44$’ or ‘$1, 20,2,19,3,18,4,17,5,16,6,15$’. I could have proceeded, but I knew that even if I get the right answer, it wouldn’t help me in future because there was certainly a more shorter and elegant solution to the problem which I didn’t know of. Thus, I uploaded this question.

  • 1
    Please edit to include your efforts. – lulu Jan 21 '22 at 12:20
  • 1
    There is nothing to be gained by using larger numbers, so you can assume that the numbers to be used are ${1,2,\cdots,n}.$ Further, you can not have two numbers adjacent unless at least one of the two numbers is $< 10.$ There are only $9$ such numbers. This doesn't completely solve the problem, but if I was attacking the problem, this would be my first approach. – user2661923 Jan 21 '22 at 12:47
  • Thank you for the edits, +1 – Sarvesh Ravichandran Iyer Jan 21 '22 at 14:46

0 Answers0