586 views
0 votes
0 votes
Determine the number of functions  f:{1,2,3…,n}→{1995,1996} satisfying the condition that  f(1)+f(2)+…f(n)  is odd.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
dan31 asked Feb 17, 2019
479 views
Given a sequence $a_1$, $a_2$ , $a_3$ ... $a_n$ of any different positive integers, exhibit an arrangement of integers between 1 and $n^2$ which has no increasing or decr...
1 votes
1 votes
0 answers
2
dan31 asked Feb 17, 2019
414 views
Suppose that G contains a cycle C, and a path of length at least k between some twovertices of C. Show that G contains a cycle of length at least √k.
1 votes
1 votes
0 answers
3
dan31 asked Feb 17, 2019
397 views
Give an efficient algorithm for maximum size rectangle binary sub-matrix with all 1s . [Complexity should be O($n^c$)](Memory based – Original question had a lot of ad...