All the natural numbers from 1 to 100 are arranged in a circle such that each number is either larger than both of its neighbours, or smaller than both of its neighbours. A pair of neighbouring numbers is good if the above-described property holds. What is the minimum number of pairs that can be good ?
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.
let the no. be arranged normally from 1 to 100 then pairs will be 50 and one more pair will be (1,100) since they are in circle so total pair would be 51