Let f be a function defined for all positive integers x and y satisfying the following conditions:
$1)f(1, 1)=2$
$II. f(x+1, y)=2(x+y)+f(x, y)$
$III. f(x, y+1)=2(x+y-1)+f(x, y)$
The value of $x-y$ for what $f(x, y) =2006$ is ?(Answer:$-20$}
I tried like this but I don't see how to get to f(2006)
$III)x=1:y=1:\implies f(1,2)=2(1)+f(1,1)=2+2=4$ $II)x=1:y=1 \implies f(2,1)=2(1+1)+f(1,1) = 4+2=6$ $(II)x=1:y=2 \implies f(2,2) = 2(3)+f(1,2)=6+f(1,2)=10$ $(III)x=1,y=2 \implies f(1,3) = 2(2)+f(1,2)=4+f(1,2)=8$ $(II):x=2:y=2 \implies f(3,2)=2(4)+f(2,2) = 8+10 = 18$ $(III):x=2,y=2 \implies f(2,3)=2(3)+f(2,2) = 6+10=16$ $(II):x=2,y=1 \implies f(3,1)=2(3)+f(2,1)=6+4=10$ $(III):x=2:y=1 \implies f(2,2)= 2(2)+f(2,1) = 4+6 = 10$ $(II)x=1:y=3 \implies f(2,3) = 2(4)+f(1,3) = 8+f(1,3)=16 \therefore f(1,3) = -8$ $(III) x=3,y=1 \implies f(3,2)=2(3)+f(3,1)\implies f(3.1) = 18-6=12$