document.write( "Question 883504: the sum of two digit number and the number obtained by reversing the order of its digits is 165.if the digits differ by 5,find the number. \n" ); document.write( "
Algebra.Com's Answer #533775 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
he sum of two digit number and the number obtained by reversing the order of its digits is 165.if the digits differ by 5,find the number.
\n" ); document.write( "***
\n" ); document.write( "let u=units digit
\n" ); document.write( "let t=tens digit
\n" ); document.write( "t-u=5
\n" ); document.write( "t=u+5
\n" ); document.write( "..
\n" ); document.write( "10t+u+10u+t=165
\n" ); document.write( "10(u+5)+u+10u+u+5=165
\n" ); document.write( "10u+50+u+10u+u+5=165
\n" ); document.write( "22u=110
\n" ); document.write( "u=5
\n" ); document.write( "t=u+5=10
\n" ); document.write( "number: 10t+u=100+5=105
\n" ); document.write( "
\n" );