Question 1185077

<pre>
PERSON            AGE
Joseph           (m-7)+5
Timothy          m-7
Mathew            m
</pre>
"Write the names from smallest to the big one"
-----very poor task or question.  "Write the names from youngest to oldest" is what you want.


<pre>
PERSON            AGE        simplified
Joseph           (m-7)+5        m-2
Timothy          m-7            m-7
Mathew            m             m
</pre>
{{{highlight(Timothy<Joseph<Mathew)}}}