document.write( "Question 125649: A two digit number has its digits sum equal to 11.
\n" ); document.write( "If you reverse the digits of this number, the new two digit number is 27 more than the original two digit number.\r
\n" ); document.write( "\n" ); document.write( "I know that the original number is 47 and the new digits in reverse is 74 (which is 27 more than the original 47)\r
\n" ); document.write( "\n" ); document.write( "My question is a solution, including all algebraic steps to solve this problem.\r
\n" ); document.write( "\n" ); document.write( "Thanks
\n" ); document.write( "ML
\n" ); document.write( "

Algebra.Com's Answer #92089 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=\"tens digit\" and y=\"units digit\" __ x+y=11 __ x=11-y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "10y+x=10x+y+27\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substituting __ 10y+(11-y)=10(11-y)+y+27 __ 9y+11=137-9y __ 18y=126
\n" ); document.write( "
\n" );