document.write( "Question 1193692: find three-digit numbers such that its digits are reversed when 99 is added \n" ); document.write( "
Algebra.Com's Answer #825726 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "ANSWER: any number in which the units digit is 1 more than the hundreds digit.

\n" ); document.write( "You can see why that is going to work by trying a few examples.

\n" ); document.write( "142+99=241
\n" ); document.write( "384+99=483
\n" ); document.write( "708+99=807
\n" ); document.write( "...

\n" ); document.write( "We can show that is the answer algebraically:

\n" ); document.write( "Let a be the hundreds digit; then a+1 is the units digit. We can call the tens digit b; but it will turn out that b can be any digit.

\n" ); document.write( "The original number is

\n" ); document.write( "\"100%28a%29%2B10%28b%29%2B1%28a%2B1%29+=+100a%2B10b%2Ba%2B1+=+101a%2B10b%2B1\"

\n" ); document.write( "The number when 99 is added is then

\n" ); document.write( "\"101a%2B10b%2B1%2B99+=+101a%2B10b%2B100+=+100a%2B100%2B10b%2Ba+=+100%28a%2B1%29%2B10b%2Ba\"

\n" ); document.write( "In that number, the hundreds digit is a+1, which was the units digit of the original number; the tens digit remains the same at b; and the units digit is a, which was the hundreds digit of the original number. So the number after adding 99 to the original number is the original number with the digits reversed.

\n" ); document.write( "
\n" ); document.write( "
\n" );