document.write( "Question 381751: The sum of the digits of a certain two-digit number is 7. Reversing its digits increases the number by 9. what are the two equations?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #270754 by lar(3)![]() ![]() ![]() You can put this solution on YOUR website! Let the digits of the number be x and y. \n" ); document.write( "So the number is xy (note: this does not mean x times y). \n" ); document.write( "x+y=7 and yx=xy+9 \n" ); document.write( "In order for yx to equal xy+9, x=y-1. \n" ); document.write( "Now we have the two equations x+y=7 and x=y-1. \n" ); document.write( "x+y=7 -> x=7-y \n" ); document.write( "y-1=7-y \n" ); document.write( "2y=8 \n" ); document.write( "y=4 \n" ); document.write( "Plug that into one of the original equations: x+4=7 \n" ); document.write( "x=3 \n" ); document.write( "The number is 34. \n" ); document.write( " \n" ); document.write( " |