Question

Tick all graphs that have a Hamiltonian path. Select one or more: None of the graphs have a Hamilton path. K1,4,1
1 0
Add a comment Improve this question Transcribed image text
Answer #1

According to Ore’s Theorem:

            Consider a general tripartite case G = K l,m,n For 1 <= l<= m<=n. and Kl,m,n has a Hamiltonian path if and only if l + m >= n.

For the Hamiltonian path, you can show that Graph G has a Hamiltonian path if and only if the graph H Create by adding an extra vertex to a G adjacent to all vertices of G has a Hamiltonian cycle. Then by essentially the same argument can be used, to show that H has a Hamiltonian cycle if and only l + m >= n-1, and thus G has a Hamiltonian path if and only if l + m >= n-1.

So for the tripartite Graph K l,m,n It has Hamiltonian path if and only if

l + m >= n-1 -----> eq.1

  1. K 2,2,4   -> here l = 2, m = 2, n = 4, according to ore’s theorem it should satisfy above eq.1
    • 2 + 2 >= 4 -1 -> 4 >= 3
    • So K 2,2,4 has a Hamiltonian Path.
  2. K 1,2,3   -> here l = 1, m = 2, n = 3, according to ore’s theorem it should satisfy above eq.1
    • 1 + 2 >= 3 -1 -> 3 >= 2
    • So K 1,2,3 has a Hamiltonian Path.
  3. None of the above is not the answer.
  4. K 1,4,1   -> here l = 1, m = 4, n = 1, according to ore’s theorem it should satisfy above eq.1
    • 1 + 4 >= 1 -1 -> 4 >= 0
    • So K 1,4,1 has a Hamiltonian Path.
  5. K 2,1,2   -> here l = 2, m = 1, n = 2, according to ore’s theorem it should satisfy above eq.1
    • 2 + 1 >= 2 -1 -> 3 >= 1
    • So K 2,1,2 has a Hamiltonian Path.

Add a comment
Know the answer?
Add Answer to:
Tick all graphs that have a Hamiltonian path. Select one or more: None of the graphs have a Hamil...
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