Question 1154526
--------------------------------------------------------------------
my ten digit number is six times more than my ones, and my one hundred digit is eight less than the tens digit
------------------------------------------------------------------



u, the ones digit
t, tens digit
h, hundreds digit


{{{system(t=u+6u,h=-8+t)}}}


{{{system(t=7u,h=t-8)}}}


{{{h=7u-8}}}------------------Could u be 0, or 1, or 2, or 3?
<pre>
u        h
0        -8
1        -7
2        6
3        13
</pre>
The only possible value for the ones digit is 2; and therefore hundreds digit is 6.  This still does not work, giving an unacceptable value for t.


Possible mistakes in the work  (or in the problem's description.).