Multiple choice How many different trees are possible with nine nodes? 1014 1013 503 511 Reveal answer Fill a bubble to check yourself C Correct answer Explanation There are 2n -n possible trees for n nodes, so number of nodes is 29 -9 =503. Hence, this is the answer.