document.write( "Question 546397: the sum of the digits oa a two-digits number is 11. if the digits are reversed, the value of the new number is nine more than the value of the orginial number. what is the orginial number. \n" ); document.write( "
Algebra.Com's Answer #355991 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
If reversing the digits adds 9, which is adding 10 and subtracting 1, it means that the new tens digit is one more than the other and the new ones digit is one less. In other words, in the original number the ones digit was one more that the tens digit. And if they add up to 11, the original number must have been 56, and reversing it gives you 65, which is 9 more.
\n" ); document.write( "However, the intention was probably to make you write equations, so here it goes.
\n" ); document.write( "Let t be the tens digit in the original number.
\n" ); document.write( "Let u be the units (ones) digit in the original number.
\n" ); document.write( "They add up to 11, so we write:
\n" ); document.write( "\"t%2Bu=11\"
\n" ); document.write( "The value of the original number is \"10t%2Bu\".
\n" ); document.write( "The value of the number made with the digits reversed is \"10u%2Bt\"
\n" ); document.write( "Those two values are related by the equation
\n" ); document.write( "\"10u%2Bt=%2810t%2Bu%29%2B9\"<-->\"10u%2Bt=10t%2Bu%2B9\"
\n" ); document.write( "Subtracting 10t and u from both sides we get
\n" ); document.write( "\"9u-9t=9\", which dividing both sides by 9 gives us \"u-t=1\"
\n" ); document.write( "The system of equations:
\n" ); document.write( "\"t%2Bu=11\"
\n" ); document.write( "\"u-t=1\"
\n" ); document.write( "can be solved whichever way you chose to yield \"t=5\" and \"u=6\".
\n" ); document.write( "
\n" );