document.write( "Question 970588: The sum of two digit number and its reverse is 99. how many two digit number can satisfy this condition \n" ); document.write( "
Algebra.Com's Answer #593201 by satyareddy22(84)\"\" \"About 
You can put this solution on YOUR website!
Let 10x + y be the two digit number.
\n" ); document.write( "The reverse number is 10y + x.
\n" ); document.write( "Given that the sum of two digit number and its reverse is 99.
\n" ); document.write( "=> (10x + y) + (10y + x) = 99
\n" ); document.write( "=> 11x + 11y = 99
\n" ); document.write( "=> x + y = 9
\n" ); document.write( "The two digit numbers that can satisfy this condition are
\n" ); document.write( "45,54
\n" ); document.write( "27,72
\n" ); document.write( "81,18
\n" ); document.write( "36,63
\n" ); document.write( "90
\n" ); document.write( "
\n" );