document.write( "Question 286228: The sum of the digits of a two-digit number is 12. If the digits are interchanged, the number is increased by 54. What is the original number? \n" ); document.write( "
Algebra.Com's Answer #207548 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=12 \n" ); document.write( "10b+a-(10a+b)=54 \n" ); document.write( "a=3 b=9 \n" ); document.write( "check \n" ); document.write( "39+54=93 \n" ); document.write( "ok \n" ); document.write( " |