document.write( "Question 804034: A 2-digit number is one more than 6 times the sum of its digits. If the digits are reversed, the new number is 9 less than the original number. Find the original number. \n" ); document.write( "
Algebra.Com's Answer #484575 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
10a+b=c,
\n" ); document.write( "c=6*(a+b)+1,
\n" ); document.write( "10b+a=c-9
\n" ); document.write( "a = 4, b = 3, c = 43
\n" ); document.write( "
\n" ); document.write( "
\n" );