Problems like this are difficult without a drawing. However, a few things can be noted from the text alone.
First: the cross sections are perpendicular to the x axis, therefore the integration will be over x.
Second, the curves intersect at two points (0,0) and (1,1), therefore the range of integration will be from 0 to 1.
Third, the cross sections are semicircles. The area of a semicircle in terms of its diameter is (pi/8) d2.
So the integral for the volume is
V = ∫ (pi/8) d2 dx.
With a aid of a rough sketch, it can be seen that d = x -x2 for this problem. So
V = ∫ (pi/8) [ x - x2]2 dx { limits: from 0 to 1 }
V = (pi/8) [ x2 - 2 x3 + x4 ] dx {limigts : from 0 to 1} {integrate term by term using power law}
V = (pi/8) [ 1/3 - 2/4 + 1/5] {notice there is no contribution from the lower limit}
V = pi/240