Circles A, B, and C are positioned in Quadrant I as follows:
Circle $A$ contains the points $(1,0)$ and $(0,1)$. Circle $B$ rests on the x-axis to the right of Circle $A$ and is tangent to Circle $A$. Circle $C$ also rests on the x-axis, occupies the small space between Circles $A$ and $B$, and is tangent to both. If the radius of Circle $B$ is $2$, find the equations of all three circles.
I know that circle $A$ is $(x-1)^2+(y-1)^2=1$. I also know that circle $B$ is in the form $(x-k)^2+(y-2)^2=4$. Now I'm stuck...

The center of your first circle is $(1,1)$ and its radius is $1$, of course. The position of the center of the right-most circle is $(y_0,2)$ and its radius $2$, for some unknown $y_0$. This single variable is trivial to compute from the Pythagorean theorem:
$$(y_0 - 1)^2 + (2 - 1)^2 = 3$$
The center of the final circle is $(x_1, y_1)$ and radius $y_1$, also from the Pythagorean theorem.
The lines segments connecting the centers have lengths equal to the sum of the radii. This gives you a set of equations that can be solved directly for the positions of the centers and the unknown radii.