Question 1070643
<pre>

Finding true conjecture 

X Y
0 3     <-- 0+3=3
1 2     <-- 1+2=3
2 1     <-- 2+1=3
3 0     <-- 3+0=3
4 -1    <-- 4+(-1)=3

We notice that when we add the x and the y, we always get 3.
So the true conjecture is:

x + y = 3

Edwin</pre>