document.write( "Question 584711: The sum of the digits of a two digit number is 8.The number is 6 more than 10 times the ten's digit. find the number \n" ); document.write( "
Algebra.Com's Answer #373032 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The sum of the digits of a two digit number is 8.The number is 6 more than 10 times the ten's digit. find the number.
\n" ); document.write( "**
\n" ); document.write( "let u=units digit
\n" ); document.write( "let t=tens digit
\n" ); document.write( "u+t=8
\n" ); document.write( "u=8-t
\n" ); document.write( "..
\n" ); document.write( "number=10t+u=10t+6
\n" ); document.write( "u=6
\n" ); document.write( "t=8-u=2
\n" ); document.write( "number=26
\n" ); document.write( "
\n" );