document.write( "Question 820567: The units digit in a two digit number exceeds the tens digit by 6. The sum of the digits is 10. Find the number \n" ); document.write( "
Algebra.Com's Answer #493624 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
Call the tens digit x. The units digit is 6 more than the tens digit, so it's x+6. Their sum is the result of adding them.


\n" ); document.write( "x + x+6 = 10


\n" ); document.write( "2x = 4


\n" ); document.write( "x = 2


\n" ); document.write( "The tens digit is 2, and the units digit is 8. The number is 28. \n" ); document.write( "

\n" );