document.write( "Question 953173: The sum of the digits of a certain two-digit number is 7. Reversing it's digits increases the number by 9. What is the number? \n" ); document.write( "
Algebra.Com's Answer #701918 by adamhen894(15)\"\" \"About 
You can put this solution on YOUR website!
let
\n" ); document.write( "x = tens digit
\n" ); document.write( "y = ones digit\r
\n" ); document.write( "\n" ); document.write( "sum of digits of two-digits number is 7
\n" ); document.write( "x+y=7\r
\n" ); document.write( "\n" ); document.write( "reversing its digits increases the number by 9
\n" ); document.write( "10y+x=(10x+y)+9\r
\n" ); document.write( "\n" ); document.write( "now you got a system of equation, you can solve for two variables.\r
\n" ); document.write( "\n" ); document.write( "the answer x=3 y=4\r
\n" ); document.write( "\n" ); document.write( "you can find two number and test it out, it will be more easy to understand. (ex. x= 3 y=4)\r
\n" ); document.write( "\n" ); document.write( "i would lvoe to hear alternative ways to solve it, gmail me if you have one
\n" ); document.write( "adamchen894@gmail.com
\n" ); document.write( "
\n" );