document.write( "Question 267268: I need to represent the following as an equation: \"The sum of a certain two-digit number is 7. Reversing its digits increases the number by 9. What is the number?\" The answer is 34. But, how do you represent the first 1/2 of the problem in an equation? I came up with several ways to represent the part of the equation that is the second half of the problem. I do not know how to represent \"the sum of a certain two-digit number\"... \n" ); document.write( "
Algebra.Com's Answer #196189 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Let t = tens digit and u = units digit\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Any two digit number is of the form \"10t%2Bu\" where 't' and 'u' are whole numbers. For example, the number 23 has a tens digit of 2 and a units digit of 3. So t=2 and u=3 which means that \"10t%2Bu=10%282%29%2B3=20%2B3=23\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Because \"The sum of the digits of a certain two-digit number is 7\", we know that \"t%2Bu=7\". So this the first equation.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "And since \"Reversing its digits increases the number by 9\", this tells us that \"10u%2Bt=10t%2Bu%2B9\". This is the second equation.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I'll let you solve the system of equations.
\n" ); document.write( "
\n" );