document.write( "Question 284878: There is a number that is two times the sum of it's digits. What is this number? \n" ); document.write( "
Algebra.Com's Answer #206642 by ptaylor(2198)\"\" \"About 
You can put this solution on YOUR website!
Let x=tens digit
\n" ); document.write( "And let y=units digit
\n" ); document.write( "Sum of the digits=x+y
\n" ); document.write( "two times the sum=2(x+y)
\n" ); document.write( "The number then is:10x+y, so;
\n" ); document.write( "10x+y=2(x+y) simplify
\n" ); document.write( "10x+y=2x+2y subtract 2x and also y from each side
\n" ); document.write( "10x-2x+y-y=2x-2x+2y-y collect like terms
\n" ); document.write( "8x=y divide each side by x
\n" ); document.write( "y/x=8
\n" ); document.write( "If y=8 then x=1 ---the number is 18; sum of the digits is 9 and 2*9=18\r
\n" ); document.write( "\n" ); document.write( "Can't be a 3-digit or larger number. Do you know why?\r
\n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor
\n" ); document.write( "
\n" );