Given the following graph:
$$f_{X,Y}(x,y) = \begin{cases} a &, x,y \in OABCDE \\ 0 &, \text{otherwise}\end{cases}$$
My solution: $$f_{X,Y}(x,y) = \begin{cases} a &, 0 \leq x \leq 2, 0 \leq y \leq 2 \\ 0 &, \text{otherwise}\end{cases}$$ Is this correct?
