Find upper and lower bound for the size of a maximum (largest) independent set of vertices in an n-vertex connected graph, then draw three 8-vertex graphs, one that achieves the lower bound, one that achieves the upper bound, and one that achieves neither.
I have no idea about that, could anyone explain how to find and draw the upper and lower bound for me.
HINT:
You have to find the connected graphs which have the extreme independent numbers. For the lower bound consider a graph where every vertex is adjacent to the rest of vertices. This leads to the complete graph $K_n$, with independence no. 1.
For the upper bound just think the opposite of the above scenario. No vertex is adjacent to any other vertex. This leads to $\overline{K_n}$, with ind. no. $n$. But this is disconnected.
So now look if $\alpha(G) = n-1$ is possible or not. For this you need $n-1$ vertices not adjacent to each other. To make it connected, join the last vertex to each of them.