Question 1093912
<i>(one word added to the description)</i>
-----------------------------------------------------------------------------
The sum of the digits of a two-digit number is 11. The units digit is two more 
 <i>than</i> twice the tens digit. Find the number.
-----------------------------------------------------------------------------



If t is the tens place digit and u is the ones place digit then the description gives this:
{{{system(t+u=11,u=2t+2)}}}.

.

.