document.write( "Question 444638: The sum of the digits of a two digit number is 15. If the digits are interchanged, the number is increased by nine. What is the original number? \n" ); document.write( "
Algebra.Com's Answer #306445 by chriswen(106)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the first digit. \n" ); document.write( "Let 15-x be the second digit. \n" ); document.write( "... \n" ); document.write( "10x+(15-x)+9=10(15-x)+x ... the 10's column is worth per digit (10 times). \n" ); document.write( "9x+24=150-10x+x \n" ); document.write( "9x+24=150-9x \n" ); document.write( "9x+9x=150-24 \n" ); document.write( "18x=126 \n" ); document.write( "x=7 \n" ); document.write( "15-x=8 \n" ); document.write( "... \n" ); document.write( "Therefore, the number is 78. \n" ); document.write( " |