document.write( "Question 429763: The sum of the digits of certain two digit number is 7. Reversing its digits increases the number by 9. What is the number? And what is its linear equation? \n" ); document.write( "
Algebra.Com's Answer #298471 by edjones(8007) You can put this solution on YOUR website! Let t=the tens digit and u=the units digit. \n" ); document.write( "10t+u is the number. \n" ); document.write( "10t+u=10u+t-9 \n" ); document.write( "9t-9u=-9 \n" ); document.write( ". \n" ); document.write( "t-u=-1 divide each side by 9 \n" ); document.write( "t+u=7 \n" ); document.write( "-------add \n" ); document.write( "2t=6 \n" ); document.write( ". \n" ); document.write( "t=3 \n" ); document.write( "u=4 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |