You can put this solution on YOUR website! It is an odd number.
The sum of the digits is 6.
The product of the digits is 9.
-------
I'm going to assum it is a 2-digit number:
Let the number be 10t + u
-----
Equations:
t + u = 6
tu = 9
-----
t = 6-u
---
(6-u)u = 9
6u-u^2 = 9
u^2 -6u + 9 = 0
Factor:
(u-3)(u-3) = 0
u = 3
---
Solve for "t":
t + u = 6
t + 3 = 6
t = 3
---
The number is 33
=====================
Cheers,
Stan H.
=====================