Since it's a sphere, lets use spherical coordinates!
∫∫∫dV → ∫dr∫dφ∫dθ r2 sin(φ) , with r≥0 , 0≤φ≤pi, 0≤θ≤2pi
this would give the whole sphere. So let's mess with our limits
we want 0≤r≤ Max radius of sphere
0≤φ≤pi/2 (this gives only the upper half of the sphere)
0≤θ≤pi/2 (this gives only the first quadrant)
we're using x=rsinφcosθ , y=rsinφsinθ , z=rcosφ
lets calculate this out for a Max radius = b
∫r2dr ∫sin(φ)dφ∫dθ = b3/6
since a volume of a sphere is 4/3 * pi * r3 and we're looking at the upper half of one of its quadrants, it makes since that our volume equals the total sphere volume divided by 8
= (4/3 * π * r3)/8 = r3/6