What is the greatest integer value of n such that we can arrange 9 distinct positive integers in a circle satisfying
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Note: Be careful with your equality sign. Since you're working in modular arithmetic, it would be better to use ≡ (\equiv) instead of = .
As an explicit example, From a 5 ≡ n − a 1 ≡ a 1 ( m o d n ) , what we have is 2 a 1 ≡ 0 ( m o d n ) . We cannot conclude that n = 2 a 1 , or even that n must be even. For example, we could have n = 1 , and there is no corresponding integer b that we can use.
In light of this, can you work through the solution carefully? Rigor in a solution can be extremely demanding, and it gets better with practice.
Log in to reply
Would it not work even though I said that a 1 , a 2 , . . . , a 9 were the remainders of the original numbers when divided by n?
Log in to reply
Well, consider what happens in that case. When n = 1 , then the remainders are all 0. Do we still have n = 2 b ?
The error that you made was in claiming that 2 a 1 ≡ 0 ( m o d n ) ⇒ n = 2 a 1 . All that we know is n ∣ 2 a 1 .
As another example, we could have n = 3 , a 1 = 3 , a 2 = 6 , a 3 = 9 , … . Again, the remainders are all 0, and we do not have n = 2 b . Of course, this violates the other condition that "product of any two adjacent numbers is not a multiple of n ". You have to use this condition somehow in the proof.
Problem Loading...
Note Loading...
Set Loading...
Let us change all the numbers to be the remainder when it is divided by n . Let us set each of these numbers to be a 1 , a 2 , . . . , a 8 , a 9 , respectively. We can see that none of the numbers will be 0, since then that number times the number adjacent to it would be a multiple of n. Now let us look at a 1 . We know that a 1 + a 3 = a 1 + a 4 = a 1 + a 5 = a 1 + a 6 = a 1 + a 7 = a 1 + a 8 = n . Subtracting a 1 we get a 3 = a 4 = a 5 = a 6 = a 7 = a 8 = n − a 1 . Now if we look at a 3 , we get that a 1 = a 5 = a 6 = a 7 = a 8 = a 9 = n − a 3 = n − n + a 1 = a 1 . Since a 5 = n − a 1 = a 1 , we get n = 2 a 1 . Therefor we can see that a 1 = a 2 = a 3 = a 4 = a 5 = a 6 = a 7 = a 8 = a 9 . Let us set these numbers equal to b , so that n = 2 b . Because of the rule that adjacent numbers can't be a multiple of n, we get that 2 b is not a factor of b 2 . Therefor b is odd. Now changing the nine numbers back to its original form, since none of them are the same number, then the smallest we can get them to be is b , 3 b , 5 b , . . . 1 5 b , 1 7 b which is equivalent to n / 2 , 3 n / 2 , 5 n / 2 , . . . 1 5 n / 2 , 1 7 n / 2 . Therefor, since n is even and 1 7 n / 2 < 1 6 0 , we get the the largest n can be is 18.