document.write( "Question 724100: the difference between the digits ofa two digit number is 1.the number itself is 1 more than 5 times the sum of its digits.if the units digit is greater than the tens digit.find the number. \n" ); document.write( "
Algebra.Com's Answer #443664 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
the difference between the digits ofa two digit number is 1.the number itself is 1 more than 5 times the sum of its digits.if the units digit is greater than the tens digit.find the number.
\n" ); document.write( "***
\n" ); document.write( "let u=units digit
\n" ); document.write( "let t=tens digit
\n" ); document.write( "u-t=1, u=(1+t)
\n" ); document.write( "10t+u=5(u+t)
\n" ); document.write( "10t+1+t=5u+5t
\n" ); document.write( "10t+1+t=5(1+t)+5t
\n" ); document.write( "10t+1+t=5+5t+5t
\n" ); document.write( "t=4
\n" ); document.write( "u=1+t=5
\n" ); document.write( "number=45
\n" ); document.write( "
\n" );