document.write( "Question 571275: \"The sum of the digits of a two-digit number greater than 50 is 12. The difference between the digits is 4. Find the two-digit number.\" \n" ); document.write( "
Algebra.Com's Answer #368049 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The sum of the digits of a two-digit number greater than 50 is 12. The difference between the digits is 4. Find the two-digit number.\"
\n" ); document.write( "**
\n" ); document.write( "let u=units digit
\n" ); document.write( "let t=tens digit
\n" ); document.write( "t+u=12
\n" ); document.write( "t-u=4
\n" ); document.write( "add
\n" ); document.write( "2t=16
\n" ); document.write( "2t=16
\n" ); document.write( "t=8
\n" ); document.write( "u=12-t=4
\n" ); document.write( "two digit number: 84
\n" ); document.write( "
\n" );