- #1
Avichal
- 295
- 0
Homework Statement
In a circle we can place k numbers. The numbers can range from 1 to n. One position in the circle is fixed, say by 1. We have to place the other k-1 places with numbers in the range 1 to n such that no adjacent numbers are equal.
Homework Equations
The Attempt at a Solution
I tried using the basic principle of counting and came up with the equation nk-1 but I guess that is wrong(upon playing with small values of n and k).
I want to come up with a general method to find the answer