document.write( "Question 519522: A two digit number is such that the sum of the digits is 11.When the number with the same digits is reversed is subtracted from this number, the difference is 9.What is the number?\r
\n" );
document.write( "\n" );
document.write( "I need it's steps and statements for how to do it?
\n" );
document.write( "The answer is 65! \n" );
document.write( "
Algebra.Com's Answer #345670 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number be written as xy\r \n" ); document.write( "\n" ); document.write( "x-ten's place \n" ); document.write( "y units place\r \n" ); document.write( "\n" ); document.write( "x+y=11.....................1\r \n" ); document.write( "\n" ); document.write( "(10x+y)-(10y+x)=9 \n" ); document.write( "10x+y-10y-x=9 \n" ); document.write( "9x-9y=9 \n" ); document.write( "/9 \n" ); document.write( "x-y=1......................2\r \n" ); document.write( "\n" ); document.write( "Add (1) & (2)\r \n" ); document.write( "\n" ); document.write( "2x=12 \n" ); document.write( "x=6 \n" ); document.write( "y=5 \n" ); document.write( "the number is 65\r \n" ); document.write( "\n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " \n" ); document.write( " |