document.write( "Question 460946: the sum of digits of a two digit number is 15.if the number form by reversing the digits is less than the original number by 27.find the original number.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #316159 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "digits are x and (15-x).\r \n" ); document.write( "\n" ); document.write( "Original number is 10*(15-x)+x , after reversing it is 10*x+(15-x).\r \n" ); document.write( "\n" ); document.write( "10x + 15-x = 150 -10x + x -27\r \n" ); document.write( "\n" ); document.write( "=> 18x = 108 \r \n" ); document.write( "\n" ); document.write( "=> x = 108/18 = 6\r \n" ); document.write( "\n" ); document.write( "other digit = 15-6 = 9\r \n" ); document.write( "\n" ); document.write( "so, original number is 96. \n" ); document.write( " \n" ); document.write( " |