What is the minimum number of nodes in a full binary tree with height 3?

7

First, draw a vertical chain of 4 nodes. This is a tree with height 3.

Next, add nodes to make the tree be full.