+0  
 
0
221
0
avatar

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))?

 
 May 25, 2022

1 Online Users

avatar