Let S={1,2,3,.....,46,47}S={1,2,3,.....,46,47}. What is the maximum value of nn such that it is possible to select nn numbers from SS 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?100?


Answer:

1818

Step by Step Explanation:
  1. Given S={1,2,3,.....,46,47}S={1,2,3,.....,46,47}.
    Now, we know that the product of any two 22-digit numbers is either equal to or more than 100100.
  2. If nn numbers are chosen from SS and arranged as per the question, no two 22-digit numbers are adjacent.
    Therefore, the two numbers adjacent to a 22-digit number must be single-digit numbers.
  3. A maximum of nine 11-digit numbers can be chosen from SS and a 22-digit number can fit in between any two 11-digit numbers. There will be 99 such places between any two 11-digit numbers.
    Without loss of generality, let us place the numbers 1,2,3,...,91,2,3,...,9 in the ascending order. Now place the numbers 10,11,12,...,1810,11,12,...,18 in between these numbers such that 1818 is placed between 11 and 2,172,17 is placed between 22 and 3,163,16 is placed between 33 and 44 and so on to ensure that the product of any two adjacent numbers is less than 100100.
  4. Therefore, one can choose a maximum of 1818 numbers ((nine 11-digit numbers and nine 22-digit numbers)) from SS and arrange them in a circle in such a way that the product of any two adjacent numbers in the circle is less than 100100.
  5. Hence, the maximum value of nn is 1818.

You can reuse this answer
Creative Commons License