So , I am revising graph theory. I need to gain some help/ feedback for those, because at least to me they are tricky. They are supposed to be answered quickly , because they come from a tight timed - exam.( so I guess they come with either some strong theory requirements or smart "insight")
- There is a graph with 1871 vertices that is Eulerian and bipartite.True or false?
To be bipartite, there should be no cycle of odd length. If there is an Euler circle, it can be partioned to a set of disjoint circles ( and we need all of those to be of even length) . So , if we add up everything we should have an even number of edges so $\exists k$ such that $|Ε|=2k \rightarrow \frac{\sum_{i}^n deg(v_i)}{2}=2k \rightarrow \sum_{i}^n deg(v_i)=4k$. But I don't use anywhere the number of vertices . I end up nowhere..
What's the max value of edges for a simple (no - parallel edges), undirected graph with $n \geq 10$ that it is Eulerian and has at least two different Hamilton circles?
Inclass ,we proved that if n is even in order to be Eulerian it has at most $n(n-2)$ edges and if n is odd it has at most $\frac{n(n-1)}{2}$ .We basically know , that there is no bridge , eith cut vertex here . Hence, every edge belongs to a circle. It is Eulerian , hence every vertex has an even number degree. Adding edges , to a graph with Hamilton circles could do no harm into it's Hamiltonian property so it only impacts the Eulerian property. So we need to examine , how a graph with two Hamilton circles can be Eulerian. A Hamilton circle , does not repeat vertices so neither edges. If these 2 Hamilton circles are completely disjoint (each one is constructed by n edges) then the Euler one has at least 2n edges
Note: There was an extra question in the second one :Find the minimum number of edges for a simple (no - parallel edges), undirected graph with $n \geq 10$ that it is Eulerian and has at least two different Hamilton circles?

