Let $T_1$ be a tree of height $h$ such that the root has one child, and the branching factor at each level is one more than the branching factor at the previous level. Thus, the root has one child, that child has two children, each of those children has three children, and so on.
Let $T_2$ be a tree of height $h$ such that the root node has $h$ children, and the branching factor at each level is one less than the branching factor at the previous level. Thus, each of the $h$ children of the root has $h-1$ children, each of those nodes has $h-2$ children, and so on.
Note that in each tree the non-leaf nodes in a level all have the same number of children. Show that the number of nodes in $T_1$ is smaller or equal to the number of nodes in $T_2$.