365 views

1 Answer

Best answer
1 votes
1 votes

We may use heat and trial method to solve. 

For N = 1 , denomitor becomes larger then numerator

Same for N = 2.

Hence it's result is not an integer.

May be for larger N it divides, becuause for large N upper part , will give large result 

If we multiply number and denomination by ( N + 1 )  then it becomes  : ( (2 * N ) !  * / ( N !  * ( N + 1 ) ! )) *( (N +1 )  /2 ^(N + 1 ) )  

where first term : ( (2 * N ) !  * / ( N !  * ( N + 1 ) ! )) is catalan number : https://en.wikipedia.org/wiki/Catalan_number 

Hence it will reduces to Nth Catalan number  * ( (N+1) / 2^(N+1) )   where catalan numbers will grow with large factor  as N will increase as compared to power of 2 , and it may divide and result will be integer for some N

But overall if for any N it can't divide then answer will be not !

This type of problem are mostly based on observation, it's not necessary to do proof and all , as in gate exam speed matters, i will go for heat and trial first ( it saves time ) 

selected by

Related questions

0 votes
0 votes
1 answer
1
Satyansh asked Sep 22, 2022
559 views
Number of ways to assign 5 different people in 3 different rooms, so that each room contains at least one person?
0 votes
0 votes
1 answer
2
Abheet Gupta asked Jan 16, 2019
335 views
Can someone suggest me a good read material for combinatorics (recurrence relation and generating function specially) which will be helpful in solving the kind of questio...
0 votes
0 votes
0 answers
3
Raghav Khajuria asked Sep 25, 2018
514 views
no of ways to select 22 people out of 40 people for cricket team of 11 each
0 votes
0 votes
1 answer
4
Anuranjan Chauhan asked Aug 25, 2018
518 views