document.write( "Question 610354: The sum of two digit number is 7. If 26 is subtracted from the number,the result is twice the unit digit. Find the two digit number \n" ); document.write( "
Algebra.Com's Answer #384335 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The sum of two digit number is 7. If 26 is subtracted from the number,the result is twice the unit digit. 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=7
\n" ); document.write( "t=7-u
\n" ); document.write( "..
\n" ); document.write( "two digit number=10t+u
\n" ); document.write( "10t+u-26=2u
\n" ); document.write( "10(7-u)+u-26=2u
\n" ); document.write( "70-10u+u-26=2u
\n" ); document.write( "11u=44
\n" ); document.write( "u=4
\n" ); document.write( "t=7-u=3
\n" ); document.write( "two digit number=10t+u=30+4=34
\n" ); document.write( "
\n" );