I assume your professor distributed these
because they require some more thought than other exercises you are assigned. As I assume these are recreational for you, what have you thought of?
For number 1, you might want to take notice of Pascal's triangle, or discover the symmetry and increasing/decreasing nature of the choose function. Since
s<t≤⌈n/2⌉, you can conclude
(tn)−(sn)≥0 where equality will hold if
t=(n+1)/2,
t−s=1 and
n is odd. For a subset of size
s there are at least half the elements in
[n] to play with to turn it into a subset of order
t.
As far as resources, I have seen similar problems in several kinds of books from different disciplines. Books on elementary number theory, combinatorics or discrete mathematics are your best bets. Permutations are covered in overwhelming detail in Abstract Algebra by Dummit and Foote, but require knowledge of group theory.