document.write( "Question 813830: a certain two digit number is equal to 9 times the sum of its digits. If 63 were subtracted from the number, the digits would be reversed. Find the number. \n" ); document.write( "
Algebra.Com's Answer #489978 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "two digit number (xy) is equal to 9 times the sum of its digits.****
\n" ); document.write( " 10x + y = 9(x+y) 0r x-8y = 0 ****
\n" ); document.write( "If 63 were subtracted from the number, the digits would be reversed.***
\n" ); document.write( " 10x + y - 63 = 10y + x 0r 9x -9y = 63 0r x-y = 7\r
\n" ); document.write( "\n" ); document.write( " x-8y = 0
\n" ); document.write( " x-y = 7 |Subtracting 2nd EQ from 1st EQ
\n" ); document.write( " -7y = -7
\n" ); document.write( " y = 1 and x = 8 (x-y = 7 or x = y + 7)
\n" ); document.write( "Number is 81
\n" ); document.write( "CHECKING our Answer***
\n" ); document.write( " \"81=+9%281%2B8%29\"
\n" ); document.write( "& 81 - 63 = 18
\n" ); document.write( " \n" ); document.write( "
\n" );