document.write( "Question 885691: the sum of the digits of a two-digit number is 13. if the digits are reversed, the new number is 27 more than the original number.What is the original number? \n" ); document.write( "
Algebra.Com's Answer #535359 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
the sum of the digits of a two-digit number is 13. if the digits are reversed, the new number is 27 more than the original number.What is the original number?
\n" ); document.write( "***
\n" ); document.write( "let u=units digit
\n" ); document.write( "let t=tens digit
\n" ); document.write( "u+t=13
\n" ); document.write( "u=13-t
\n" ); document.write( "..
\n" ); document.write( "10u+t=10t+u+27
\n" ); document.write( "10(13-t)+t=10t+13-t+27
\n" ); document.write( "130-10t+t=10t+13-t+27
\n" ); document.write( "18t=90
\n" ); document.write( "t=5
\n" ); document.write( "u=13-5=8
\n" ); document.write( "original number=10t+u=58
\n" ); document.write( "
\n" );