Question 722277
 The product of a two-digit number and the same number with its digits reversed is 3154.
 Find the sum of the two numbers.
We only have one equation and two unknown
:
let a = the 10's of the original equation
let b = the units
:
the sum: 
s = (10a + b)+ (10b + a)
s = 11a + 11b
s = assume the sum will be a multiple of 11, 
:
see if that works:
Let n = one of the numbers, we know that the difference between numbers that are reversed are multiple of 9, after some hit and miss came up with an equation with an integer solution:
:
n(n+45) = 3154 
n^2 + 45n - 3154 = 0
solve for n
n = 38, then 83 is the other number
Check
38 * 83 = 3154
and 
38 + 83 = 121 is the sum