Firstly draw up a nice big diagram of the sphere, with a cylindric hole bored thru it (don't be too artistic with the 3D toning & stuff, this just wastes time and can confuse you more). If you can visualise it in your mind, that's good enough.
Split this huge volume into smaller pieces. You have a sphere, minus a hole in the shape of a cylinder, minus two caps at each end of the hole.
First find the volume of the entire sphere including the hole, which is V = (4/3)*pi*R^3 (note the capital V)
Then find the volume of the cylindrical hole. To do this you have to find out where the bored hole starts & ends. You know the sphere has radius R, so the equation of the circle, which represents the sphere is: x^2 + y^2 = R^2
Also the cylindric hole has radius r, which means at y=r, the hole ends.
x^2 + r^2 = R^2
x = sqrt(R^2 - r^2) <-- This is where the cylindric hole ends. (ignore the -ve value for now, which is the beginning of the hole)
x = sqrt(R^2 - r^2)
so the volume of the cylinder is (note the lower case v):
v = pi*(r^2)*h
= 2*pi*(r^2)*sqrt(R^2 - r^2)
Now for the hardest part, to find the volumes of the caps. Let the volume of each cap be C. The cross section of volume C (the cap) is circular, and it's bounded by the large sphere, so you can find it's volume by slicing:
r = y
x^2 + y^2 = R^2
hence r^2 = R^2 - x^2
so dC = pi*(r^2)*dx
dC = pi*(R^2 - x^2)*dx
dC/dx = pi*(R^2 - x^2)
to find C, integrate with the limits sqrt(R^2 - r^2) to R (where the cap starts & ends)
C = pi * I{sqrt(R^2 - r^2) --> R} R^2 - x^2
= pi * (- (R^3)/3 + (Rr)^2 + {(R^2 - r^2)^(3/2)}/3)
Now the volume (U) of the final product (answer) is:
U = V - v - 2C
= pi * [({4R^3}/3 - 2*pi*(r^2)*sqrt(R^2 - r^2) + 2*((R^3)/3 - (Rr)^2 - {(R^2 - r^2)^(3/2)}/3)]
Now you have U in terms of R & r (that horrible mess up there
)
Sub in R=8, r=2 to get the answer for i), and sub r = R/2 to get the answer for ii) (most probably in terms of R)
To make things easier, maybe you can sub R & r to find V, v, and C and then find U.