document.write( "Question 331918: a two digit number is three times the sum of each digit. If 45 is addad to the number, the digit reverses. Find the number. \n" ); document.write( "
Algebra.Com's Answer #237909 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the number be xy.\r
\n" ); document.write( "\n" ); document.write( "10x+y= 3(x+y)
\n" ); document.write( "10x+y=3x+3y
\n" ); document.write( "7x-2y=0...................1
\n" ); document.write( "..
\n" ); document.write( "10x+y+45 = 10y+x
\n" ); document.write( "9x-9y=-45
\n" ); document.write( "x-y=-5....................2
\n" ); document.write( "..
\n" ); document.write( "multiply equation 2 by -2 and add to equation 1
\n" ); document.write( "-2(x-y)+7x-2y=10+0
\n" ); document.write( "-2x+2y+7x-2y=10
\n" ); document.write( "5x=10
\n" ); document.write( "x=2
\n" ); document.write( "..
\n" ); document.write( "x-y=-5
\n" ); document.write( "2-y=-5
\n" ); document.write( "y=7
\n" ); document.write( "the number is 27
\n" ); document.write( "
\n" ); document.write( "
\n" );