Question

Prove that in any tree with n vertices, the number of nodes with degree 8 or...

Prove that in any tree with n vertices, the number of nodes with degree 8 or more is at most (n − 1)/4.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Solution:- Before starting your problem we should know some basic understanding of "Degree" , "Edge" and the relation between them.

Degree-

  • Degree of a node is the total number of children of that node.
  • Degree of a tree is the highest degree of a node among all the nodes in the tree.

Example-

Here,

  • Degree of node A = 2
  • Degree of node B = 3
  • Degree of node C = 2
  • Degree of node D = 0
  • Degree of node E = 2
  • Degree of node F = 0
  • Degree of node G = 1
  • Degree of node H = 0
  • Degree of node I = 0
  • Degree of node J = 0
  • Degree of node K = 0

Edge-

  • The connecting link between any two nodes is called an edge.
  • In a tree with n number of nodes, there is exactly (n-1) number of edges.

Example-

The relation between sum of degree and no of the node -

if the total number node is = N

then the sum of the degree is = 2(N-1).

I'm using contradiction method to prove this...

Let assume there are (n − 1)/4 nodes of degree 8 or more

then the sum of the degree is =    = 2(N-1) or more.

Hence proved if there are n node in a tree then the number of nodes with degree 8 or more is at most (n − 1)/4.

Add a comment
Know the answer?
Add Answer to:
Prove that in any tree with n vertices, the number of nodes with degree 8 or...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT