Digit-Related Problems

For any three digit number, let
h = the hundreds digit
t = the tens digit and
u = the units digit
 

The number = 100h + 10t + u
The number with digits reversed = 100u + 10t + h
The sum of digits = h + t + u
The product of digits = htu
 

Example
In a three digit number, the hundreds digit is twice the units digit. If 396 be subtracted from the number, the order of the digits will be reversed. Find the number if the sum of the digits is 17.
 

Solution