Let
p(x,y) = xy if x >= 0 and y >= 0
p(x,y) = x + 2y if x < 0 and y < 0
p(x,y) = 3x - y if otherwise
What is p(p(1,-1),p(-5,-2))?