binary tree is a rooted tree in which each node has at most two children. show by induction that in any binary tree the number of nodes with two children is exactly one less than the number of leaves.