document.write( "Question 624884: The sum of the digits of a two digit number is 14. The difference between the tens digit and the units digit is 2. What is the number? \n" ); document.write( "
Algebra.Com's Answer #393159 by opeodu(24)\"\" \"About 
You can put this solution on YOUR website!
let the ten digit be 'X' and the unit digit be 'Y'.
\n" ); document.write( "X+Y=14-----(A)
\n" ); document.write( "X-Y=2------(B)
\n" ); document.write( "2X=16
\n" ); document.write( "X=16/2=8
\n" ); document.write( "Y=14-X
\n" ); document.write( "Y=14-8=6
\n" ); document.write( "
\n" );