Question:
Find the average z coordinate of all the points on AND within a hemisphere of radius 4 centered at the origin, and with it's base in the xy-plane.
So I am assuming the function will be x^2 + y^2 = 4
The bounds in the y axis from 0 to 4 while in the x the bound is the function (correct??)
I am thinking this is just a tricky way to ask me to setup a double integral but I am confused on how to go about doing this.
Thank you for the help.