i = 2*((i+j)/2 + (j-i)) + (j-i)
= 2*(3j-i)/2 + (j-i)
= 4j - 2i
= (4/3)*j
The second piece of information tells us...
j = (j+10)/2 + (i-j)
= i - j/2 + 5
= (2i+10)/3
Combining the two equations we get...
i = (4/3)*(2i+10)/3
= (4/9)*(2i+10)
= (8/9)*i + 40/9
= 40
So I am 40 (and John is 30).
Michael Shackleford, A.S.A.