You can
put this solution on YOUR website!Can you please assist me in the following: A number is ten times the sum of its digits. The tens digit is two greater than the units digit. Find the number.
-------------------------
Usually these problems involve a two-digit number. You have only two equation
statements so I'm going to assume the number is 2-digit.
------------------------
Let the number be 10t+u where t is the tens and u is the units digit.
-------------
Equations:
10t+u = 10(t+u)
t = u + 2
---------------
Rearrange:
10t+u = 10t+10u
9u = 0
u = 0
-----------
Since t = u+2, t = 0+2 = 2
-------------
The number is 20
=====================
Cheers,
Stan H.
You can
put this solution on YOUR website!The number is

(1) First of all, if a number is

times anything,
The units digit must be

(2) The problem says the tens digit is two greater
that the units digit, so the tens digit must be

This satisfies the problem
For any number greater than 20, either (1) or (2) is violated,
or ten times the sum of the digits will always be less than
the number itself