document.write( "Question 551297: The value of certain two digit number is four less than six times the sum of it's digits. If the digits of the number are reversed, the resulting number is nine less than the original number. Find the number. Please help me!!!! \n" ); document.write( "
Algebra.Com's Answer #359605 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
t = tens digit , u = units digit\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"The value of certain two digit number is four less than six times the sum of it's digits\"
\n" ); document.write( "___ 10t + u + 4 = 6(t + u)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"If the digits of the number are reversed, the resulting number is nine less than the original number\"
\n" ); document.write( "___ 10u + t + 9 = 10t + u ___ 9u + 9 = 9t ___ u + 1 = t\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substituting ___ 10(u + 1) + u + 4 = 6[(u + 1) + u] ___ 11u + 14 = 12u + 6\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for u, then substitute back to find t ___ the number is \"tu\"
\n" ); document.write( "
\n" );