Question is: Let G be a graph of order 8 and size 15 in which each vertex is of degree 3 or 5. How many vertices of degree 5 does G have? Construct one such graph G.
Answer: I think this cannot be done. size = 15 means degree is 30 and if we divide 30 into 8 vertices such that each vertex is either of degree 3 or 5. By the rule, the number of odd vertices in any multigraph is even. Let V(G)={a,b,c,d,e,f,g,h} then d(a)=3 d(b)=3 d(c)=3 d(d)=3 d(e)=3 d(f)=5 d(g)=5 d(h)=5
SUM=30 but odd vertices are odd here
Am I correct or is there any other way to solve this?
