The product of the digits of a positive two-digit number exceeds the sum of the digits by . If the order of the digits is reversed, the number is increased by . Find the number.
Details and assumptions
The number is a 2-digit number, not a 3-digit number.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let x represent the tens digit and y represent the units digit. Then the information given can be translated mathematically as x y = x + y + 3 9 and 1 0 y + x = 1 0 x + y + 2 7 . Subtracting x + y from both sides of the second equation gives us 9 y = 9 x + 2 7 . Dividing by 9 yields y = x + 3 . Substituting x + 3 for y in the first equation gives us x ( x + 3 ) = x + ( x + 3 ) + 3 9 . Expanding and grouping like terms yields x 2 + x − 4 2 = 0 . Factoring this equation, we get ( x + 7 ) ( x − 6 ) = 0 . Since x must be positive, we get that x = 6 . Since y = x + 3 , y = 9 . So our number must be 69.