Suppose T is a binary tree with 14 nodes. What is the minimum possible height of T?

3

Try drawing this as a complete treee.

That is, build a tree of 14 nodes by filling it in level by level.