There is a two-digit number such that the sum of its digit is 6 while the product of the digits is 1/3 of the original number. Find this number. Explain your solution

2 answers

First digit = x
Second digit = y

x + y = 6
x*y = (1/3)*(10x + y)
How about 24? (x = 2; y = 4)
Smallest 2digistnumber