document.write( "Question 652490: the sum of the digit of a two digit number is 11 the digit at one's place is 2 more than twice the digit in tens place then find the number \n" ); document.write( "
Algebra.Com's Answer #408000 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
the sum of the digit of a two digit number is 11 the digit at one's place is 2 more than twice the digit in tens place then 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=11
\n" ); document.write( "t=11-u
\n" ); document.write( "..
\n" ); document.write( "u=2t+2
\n" ); document.write( "u=2(11-u)+2
\n" ); document.write( "u=22-2u+2
\n" ); document.write( "3u=24
\n" ); document.write( "u=8
\n" ); document.write( "t=11-u=3
\n" ); document.write( "number: 10t+u=30+8=38
\n" ); document.write( "
\n" );