document.write( "Question 1159944: A two digit number is such that its value equals four times the sum of its digits.If 27 is added to the number the results is equal to the value of the number obtained when the digits are interchanged.What is the number? \n" ); document.write( "
Algebra.Com's Answer #783073 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "N = the two-digit number = 10a + b (1)\r
\n" ); document.write( "\n" ); document.write( "We are told
\n" ); document.write( " 4a+4b = N (2)
\n" ); document.write( " and
\n" ); document.write( " 10a+b + 27 = 10b + a (3) (27 added to the number results in reversal of digits)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(1) and (2) can be used to eliminate N:
\n" ); document.write( " 10a+b = 4a+4b\r
\n" ); document.write( "\n" ); document.write( "This simplfies to 6a-3b = 0
\n" ); document.write( "(3) simplifies to 9a-9b = -27\r
\n" ); document.write( "\n" ); document.write( "These last two equations can be solved easily for a=3, b=6 ==> \"highlight%28N=36%29+\"\r
\n" ); document.write( "\n" ); document.write( "Check:
\n" ); document.write( "3(4)+6(4) = 12+24 = 36 (ok)
\n" ); document.write( "36 + 27 = 63 (digits reversed, ok)\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "
\n" );