document.write( "Question 130266: The sum of the digits of a certain two-digit number is 7. Reversing its digits increases the number by 9. What is the number?\r
\n" ); document.write( "\n" ); document.write( "I know that the answer is 34, and I know that one of the equations is x+y=7, but I do not know the other part to the system of equations. Thanks for helping me!!!
\n" ); document.write( "

Algebra.Com's Answer #95188 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
There are actually two ways to solve this problem. Either way, your first equation is correct. \"x%2By=7\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The first way is to derive two additional equations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If x is the 10s digit and y is the ones digit then 10x plus y equals the number.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"10x%2By=n\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now, if we reverse the digits, y becomes the 10s digit and x becomes the ones digit and the number is increased by 9, so:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x+%2B+10y=n%2B9\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Add -9 to both sides of this last equation to get \"x%2B10y-9=n\". Now we have two things that equal n so we can set these two expressions equal to each other:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"10x%2By=x%2B10y-9\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"9x-9y=-9\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x-y=-1\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Add this last equation to your very first equation (\"x%2By=7\") term by term:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"2x%2B0y=6\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=3\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "From \"3%2By=7\" we get \"y=4\", therefore the number is 34.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The second way to solve the problem is to realize that the difference between any two-digit number and the result of reversing the digits of that two-digit number is a multiple of nine, and that the multiplier of 9 is the difference between the two digits (for example 25 and 52 differ by 27, 2 and 5 differ by 3 and 27 is 3 times 9). Since reversing the digits in this problem resulted in a number that was 9 larger, the 10s digit had to be 1 smaller than the ones digit. This way you could have written \"x-y=-1\" directly and solved from there.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );