1) How do you prove the Chromatic recurrence theorem: $$χ(G;k)=χ(G−e;k)−χ(G·e;k)$$
I'm thinking by induction, but then you would have to assume something about the type of graph G...surely it can't be done any other way?
2) (See below - please ignore my numbering)! Let this graph be G.
Find an explicit formula for $χ(G;t)$.

My answer: $χ(G;k) = k(k-1)(k-2)^2(k-3)^2$
Is this correct? Or is this not an 'explicit' formula?
For 2) I would choose to use a different formulation of 1); Addition-Identification: $$P(H-e,x) = P(H,x) + P(H/e,x)$$ Note that this is the breakdown used in the proof of 1) by Andreas. It is usually better to use this to find the polynomial when the graph has a vertex joined to nearly all other vertices.
If we let $H$ be the graph with the two vertices of valency 4 joined by an edge then we can use the following equation: $$P(G,x) = P(K_2 +(2K_2),x) + P(K_1+(2K_2),x)$$
Now in both of these graphs there is a vertex joined to all others so we can use Total Adjacency which I explained in this answer: since $2K_2$ is two trees we must have $P(2K_2,x) = x^2(x-1)^2$ and thus $P(K_1+(2K_2),x) = x P(2K_2,x-1) = x(x-1)^2(x-2)^2$ and finally $$P(K_2+(2K_2),x) = P(K_1+(K_1+2K_2),x) = x(x-1)(x-2)^2(x-3)^2$$
Putting these two together we get:
$$P(G,x) = x(x-1)(x-2)^2(x-3)^2 + x(x-1)^2(x-2)^2 \\ = x(x-1)(x-2)^2(x^2-6x+9 + x-1) \\ = x(x-1)(x-2)^2(x^2-5x+8) $$
Note that this agrees with the numbers given by Andreas.