I'm stuck on a double integration problem:
$$\iint ⌊x⌋*⌊y⌋ \,dA $$ over the region bounded by $x = -2$, $x = 1$, $y = 0$, $y = 2$.
I know that the region formed is a rectangle and the integral should by from -2 to 1, 0 to 2 $\,dy\,dx$, but I'm not sure how to approach integrating the multiplication of two floor functions.
Hint:
Let me reduce the problem from handling double integral to single integrals. $$\int_{-2}^1 \int_0^2 \lfloor x\rfloor\lfloor y\rfloor\,\, dydx= \left(\int_{-2}^1\lfloor x\rfloor \, dx \right)\left(\int_0^2 \lfloor y\rfloor\, dy\right)$$