Well, the book tells me to dray the set:
$$x^2+y^2\le a^2, y^2+z^2\le a^2, (a> 0)$$
So I interpreted this as the volume of something under the region $x^2+y^2\le a^2$. This something should be the value of $z$, which I did: $z = \sqrt{a^2-y^2}$
I tried to integrate then like this:
$$\int_{-a}^a \int_{-\sqrt{a^2-x^2}}^{\sqrt{a^2-x^2}}\sqrt{a^2-y^2}dy \ dx $$
so I would be integrating $z = \sqrt{a^2-y^2}$ from the bottom of the circumference of radius $a$, to its top, depending on the chosen $y$. Then I would integrate this for all $y$, therefore, from the 'beggining' of the circumference to its 'end', that is, from $-a$ to $a$. This should calculate the volume desired. Is it wrong? Because Wolfram Alpha doesn't even try to calculate it.