I have been given this question in my discrete mathematics course and i have no idea how to go about solving it.
Given a graph G
Following is known about G
a) G contains a cut vertex w
b) $d(w)=2$
How would I go about proving that G contains at least 2 vertices with an odd degree?
I was thinking about proof by contradiction but I am not sure.


Let $u$ and $v$ be the two neighbors of $w$. Suppose all vertices of $G$ are of even degree. Then $G-w$ has at least two connected components, and $u$ and $v$ lie in different components. Also as vertices of $G-w$, both $u$ and $v$ have odd degree. The component of $u$ is a graph with exactly one vertex of odd degree, which is impossible by the Handshaking Lemma.
This proves that $G$ has a vertex of odd degree. By the Handshaking Lemma, it must have at least two.