document.write( "Question 599025: The sum of a 2-digit number is 12. The difference of the digit is 2. find the number if the units digit is larger than the ten digit. What is the equation i should use? \n" ); document.write( "
Algebra.Com's Answer #378776 by flame8855(424)![]() ![]() You can put this solution on YOUR website! let x be the larger number ( ones) \n" ); document.write( "Let y be the smaller number (tens) \n" ); document.write( "x+y = 12 \n" ); document.write( "x-y= 2 \n" ); document.write( "solve the two equations \n" ); document.write( "x = 7 , y = 4 \n" ); document.write( "the number is 47 \n" ); document.write( " \n" ); document.write( " |