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

8

Start filling in the tree level by level.

Stop when you draw the first node at level 3.