An integer of two digits is times the sum of its digits. The number formed by interchanging the two digits is times the sum its digits. What is the value of ?
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 the 2 digit integer be a b , then we can create the following equations:
1 0 a + b = N ( a + b ) . . . . . . . . . ( 1 )
1 0 b + a = M ( a + b ) . . . . . . . . ( 2 )
Adding (1) and (2) we get 1 1 a + 1 1 b = ( M + N ) ( a + b ) which canbe factorised:
1 1 ( a + b ) = ( M + N ) ( a + b )
M + N = 1 1
Therefore M = 1 1 − N