I want find an equation for this problem:

Problem Statement::
I have different size sphere, for example say $R_1$ for Red balls and $R_{2}$ for white Balls, overlapping each other.
1.) I want to find an equation for the surface area of the sphere system.
2.) If there is any way to find the volume of the cavity formed due to intersection of these spheres?
To find the volume of intersection, the equations are given in mathworld If the radii are $r,R$ and the distance between the centers is $d$, the volume of intersection is $$\frac {\pi(R+r-d)^2(d^2+2dr-3r^2+2dR-3R^2+6rR)}{12d}$$ You can get the area of the two spherical caps and add them, then subtract from the total area of the two spheres.