I just worked it out using brute force, and I do agree with those answers.
First off, can you verify for yourself that the answers given in the back are, in fact, correct? Make sure that you know what you’re looking for in a solution. 
(I see on preview that yabob has answered - more elegantly - but I’ll plunge ahead nevertheless.)
For any one parabola, you can obtain a relationship between the slope and y-intercepts of all lines which come tangent to it at some point.
Consider the parabola y = x[sup]2[/sup]. Note that y’ = 2x.
A tangent line must, at some x, match both y and y’. A line will be of the form y = mx + b, so:
mx + b = x[sup]2[/sup] (match y-value)
m = 2x (match slope)
Substitute out the x, and you get b = -(m[sup]2[/sup]/4). Any line for which m and b relate like that comes tangent to the first parabola.
Now, do the same thing for the second parabola. The math is a bit more complicated, but it’s the same idea. You’ll there get (in this case) another quadratic relating m and b for tangent lines to that parabola.
Any (m,b) pairs that satisfy both relationships represent lines that come tangent to both parabolas. You have two equations for the two unknowns. There are quadratic terms, so there are two solutions. (m,b) = (4,-4) and (m,b) = (2,-1) work.