document.write( "Question 571157: A two- digit is such that the sum of the digits is 11. When the number with the same digits reversed is subtracted from this number, the difference is 9. What is the number? \n" ); document.write( "
Algebra.Com's Answer #367983 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A two- digit is such that the sum of the digits is 11. When the number with the same digits reversed is subtracted from this number, the difference is 9. What is the number?
\n" ); document.write( "**
\n" ); document.write( "let u=units digit
\n" ); document.write( "let t=tens digit
\n" ); document.write( "u+t=11
\n" ); document.write( "t=11-u
\n" ); document.write( "original number=10t+u
\n" ); document.write( "reversed number=10u+t
\n" ); document.write( "10t+u-10u-t=9
\n" ); document.write( "10(11-u)+u-10u-(11-u)=9
\n" ); document.write( "110-10u+u-10u-11+u=9
\n" ); document.write( "18u=90
\n" ); document.write( "u=5
\n" ); document.write( "t=11-u=6
\n" ); document.write( "ans:
\n" ); document.write( "original number=65
\n" ); document.write( "
\n" ); document.write( "
\n" );