document.write( "Question 805563: The digits of a two digit number differ by six.find the number and the number formed by reversing the number. \n" ); document.write( "
Algebra.Com's Answer #485307 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! let unit digit is x and tens digit is x+6 \n" ); document.write( "as per condition given \n" ); document.write( "let unit is 1 than tens will be 1+6=7\r \n" ); document.write( "\n" ); document.write( "number=10xten's place digit +unit digit \n" ); document.write( "number =10x7+1=71 \n" ); document.write( "reverse number will be 17 \n" ); document.write( "similarly \n" ); document.write( "we can have pair of 2 and 8 \n" ); document.write( "number will be 82 and reverse number will be 28 \n" ); document.write( "similarly next pair will be 3 and 9 \n" ); document.write( "number will be 93 and reverse number will be 39 \n" ); document.write( "anserw \r \n" ); document.write( "\n" ); document.write( "(71,17) \n" ); document.write( "or \n" ); document.write( "{82,28) \n" ); document.write( "or \n" ); document.write( "(93,39) \n" ); document.write( "it will not have pair of (60,06) as reverse number 06 is not two digit number \n" ); document.write( " |