You can put this solution on YOUR website! Tom is 3 years older than Mary and Jane is 5 years older than Tom. What is the average age?
------
Equations:
t = m+3
m = t + 5
j = t+5
-----
Average age = (t+m+j)/3 = (t + t-3 + t+5)/3 = (3t+3)/3 = t+1
----------------------
Cheers,
Stan H.
==========================