document.write( "Question 1129950: A number of two-digit has 3 for its unit digit and the sum of the digit is 2/11 of the number itself. The number is \n" ); document.write( "
Algebra.Com's Answer #746581 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The number can be written as 10t + u, where t is the tens place, u is the units place
\n" ); document.write( "Given: u = 3 and sum of digits = 2/11 of the number
\n" ); document.write( "(2/11)(10t + 3) = t + 3
\n" ); document.write( "Solve for t:
\n" ); document.write( "(9/11)t = 33/11 - 6/11 = 27/11
\n" ); document.write( "t = 3
\n" ); document.write( "Check: (2/11)33 = 2*3 = 6
\n" ); document.write( "
\n" );