document.write( "Question 762119: when the digit of a two digit number are reversed it become 5/6 of itself find the number if its ten's digit is one more than the unit's digit. \n" ); document.write( "
Algebra.Com's Answer #463717 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
when the digit of a two digit number are reversed it become 5/6 of itself find the number if its ten's digit is one more than the unit's digit
\n" ); document.write( "***
\n" ); document.write( "let u=units digit
\n" ); document.write( "let t=tens digit
\n" ); document.write( "t=u+1
\n" ); document.write( "..
\n" ); document.write( "(10u+t)/(10t+u)=5/6
\n" ); document.write( "(10u+u+1)/(10(u+1)+u)=5/6
\n" ); document.write( "(11u+1)/(10u+10+u)=5/6
\n" ); document.write( "(11u+1)/(11u+10)=5/6
\n" ); document.write( "66u+6=55u+50
\n" ); document.write( "11u=44
\n" ); document.write( "u=4
\n" ); document.write( "t=u+1=5
\n" ); document.write( "number=54
\n" ); document.write( "
\n" );