Calculate the number of ways to arrange s and s in a row such that, up to any point in the row, the number of 's is greater than or equal to the number of 's.
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.
For the case of n=2 we have only 2 ways to arrange them. By plugging n=2 to the options, we get that only the second option that equals to 2.