document.write( "Question 1197732: 2) The sum of the digits of a two- digit counting number is 6. When the digits are reversed, the number is 18 greater than the original number. What was the original number? \n" ); document.write( "
Algebra.Com's Answer #831120 by ikleyn(52832)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "The sum of the digits of a two- digit counting number is 6.
\n" ); document.write( "When the digits are reversed, the number is 18 greater than the original number.
\n" ); document.write( "What was the original number?
\n" ); document.write( "~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let the digits of the original number be \"a\" and \"b\", reading from left to right.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the number is 10a+b,  and we are given thast \r\n" );
document.write( "\r\n" );
document.write( "    a + b = 6.    (1)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The reversed number in written form is  \"ba\" :  its value is  10b+a.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, we have second equation\r\n" );
document.write( "\r\n" );
document.write( "    (10b+a) - (10a+b) = 18,\r\n" );
document.write( "\r\n" );
document.write( "or\r\n" );
document.write( "\r\n" );
document.write( "    9b - 9a = 18\r\n" );
document.write( "\r\n" );
document.write( "    9(b-a)  = 18\r\n" );
document.write( "\r\n" );
document.write( "     b - a  = 2.    (2)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus you have two equations, (1) and (2), to find \"a\" and \"b\".\r\n" );
document.write( "\r\n" );
document.write( "To do it, express  b = 6-a  from (1) and substitute into (2).  You will get\r\n" );
document.write( "\r\n" );
document.write( "    (6-a) - a = 2\r\n" );
document.write( "\r\n" );
document.write( "     6 - 2a   = 2\r\n" );
document.write( "\r\n" );
document.write( "     6 - 2    = 2a\r\n" );
document.write( "\r\n" );
document.write( "       4      = 2a\r\n" );
document.write( "\r\n" );
document.write( "       a      = 4/2 = 2.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus you found  a= 2,  b= 6-a = 6-2= 4.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Hence, the original number is  24.    ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved, with full explanations.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );