SOLUTION: The sum of the 2 digits of a number is 14. If you add 14 to their product, you will obtain the number with the same digits in the reversed order. Find the number.
Question 912033: The sum of the 2 digits of a number is 14. If you add 14 to their product, you will obtain the number with the same digits in the reversed order. Find the number. Answer by JulietG(1812) (Show Source):
You can put this solution on YOUR website! Possible combinations of 14:
9,5
8,6
7,7
9*5=45 + 14 = 59 <<-that one works
8*6 = 48 + 14 = 62 <-that doesn't
7*7 = 49 + 14 = 63 <-nor that one
The only number that works is 95(reversed 59)