document.write( "Question 756492: The difference between a 2-digit number and the number obtained by interchanging its digits is 63. What is the difference between the digits of the number? \n" ); document.write( "
Algebra.Com's Answer #460211 by RajM(5)\"\" \"About 
You can put this solution on YOUR website!
Let me number be xy.\r
\n" ); document.write( "\n" ); document.write( "we can write it as 10x+y and after interchanging the number becomes yx which can be written as 10y+x.\r
\n" ); document.write( "\n" ); document.write( "(10x+y) - (10y+x) = 63\r
\n" ); document.write( "\n" ); document.write( "10x+y-10y-x = 63\r
\n" ); document.write( "\n" ); document.write( "9x-9y=63\r
\n" ); document.write( "\n" ); document.write( "9(x-y)=63\r
\n" ); document.write( "\n" ); document.write( "x-y = 7\r
\n" ); document.write( "\n" ); document.write( "Hence difference between digits is 7.
\n" ); document.write( "
\n" );