Ask Question
21 December, 11:58

How many trees are there whose complement is also a tree?

+4
Answers (1)
  1. 21 December, 12:52
    0
    There is only one tree whose complement is also a tree. Using the graph theory and discrete mathematics we can prove this.

    First, consider that for a tree that has n vertices, the number of edges is (n - 1)

    Next, for n vertices, there are n (n - 1) / 2 unordered pairs.

    To find the complement of the tree, this equation must hold true:

    n (n - 1) / 2 - (n - 1) = (n - 1)

    Simplifying

    n (n - 1) - 2 (n - 1) = 2 (n - 1)

    n² - n - 2n + 2 - 2n + 2 = 0

    n² - 5n + 4 = 0

    Solving the quadratic equation

    n = 1 and 4

    A tree can't be on a vertex of only 1. So the only applicable number of vertices is 4. So, there can only be one true whose complement is a tree.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “How many trees are there whose complement is also a tree? ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers