Hint. Think inductively. Suppose you have a configuration with $n$ circles and the right number of regions and intersections. Now add another circle. How many new intersections are there? How have new regions been created?
Start by drawing a fourth circle in your three circle picture.
Edit in response to comment.
Suppose the answer is right for $n$ circles. Imagine the next one. It meets each of the old circles twice, so there are $2n$ new intersections, all on the new circle. Those intersections divide the new circle into $2n$ arcs. Each of those arcs cuts an old region in two, so there are $2n$ new regions. That says the answer is right for $n+1$ circles.
You can get the result directly from Euler's formula:
Suppose there are $n$ circles. Each meets the other $n-1$ twice, so contains $2(n-1)$ vertices that cut it into that many arcs. The total count of arcs is thus $2n(n-1)$. The total count of vertices is half that since each vertex appears on two circles. Then
$$
1 = V - E + F = n(n-1) - 2n(n-1) + F
$$
so
$$
F = 1 + n(n-1) = 1 + V.
$$