Find the number of spanning trees contained in $G$.
The graph $G$ has vertex set $V = \{v_1,\ldots,v_8\}$ and edge set $E = \{e_1,\ldots,e_{10}\}$, where $e_1 = \{v_1, v_2\}$, $e_2 = \{v_2, v_3\}$, $e_3 = \{v_2, v_4\}$, $e_4 = \{v_3, v_4\}$, $e_5 = \{v_3, v_5\}$, $e_6 = \{v_5, v_6\}$, $e_7 = \{v_5, v_7\}$, $e_8 = \{v_6, v_7\}$, $e_9 = \{v_6, v_8\}$, $e_{10} = \{v_7, v_8\}$.
I'm thinking that I need to draw some kind of graph first in order to determine the number of spanning trees.