document.write( "Question 1124174: If the first and third digits of a three-digit number are interchanged, the difference between the original number and the new one is 198. If the first and second digits of the original are interchanged, the new one is 90 less than the original. The difference between the first and third digits is equal to the second digit. Find the original number. \n" ); document.write( "
Algebra.Com's Answer #740590 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
let the 3 digit number = 100a + 10b + c
\n" ); document.write( ":
\n" ); document.write( "If the first and third digits of a three-digit number are interchanged, the difference between the original number and the new one is 198.
\n" ); document.write( "(100a+10b+c) - (100c+b+a) = 198
\n" ); document.write( "100a + 10b + c - 100c - 10b - a = 198
\n" ); document.write( "Combine like terms
\n" ); document.write( "100a - a + 10b - 10b + c - 100c = 198
\n" ); document.write( "99a - 99c = 198
\n" ); document.write( "simplify, divide by 99
\n" ); document.write( "a - c = 2
\n" ); document.write( ":
\n" ); document.write( "If the first and second digits of the original are interchanged, the new one is 90 less than the original.
\n" ); document.write( "100a + 10b + c - (100b + 10a + c) = 90
\n" ); document.write( "100a - 10a + 10b - 100b + c - c = 90
\n" ); document.write( "90a - 90b = 90
\n" ); document.write( "divide by 90
\n" ); document.write( "a - b = 1
\n" ); document.write( ":
\n" ); document.write( " The difference between the first and third digits is equal to the second digit.
\n" ); document.write( "a - c = b
\n" ); document.write( ":
\n" ); document.write( "Find the original number.
\n" ); document.write( "looking at the 1st and 3rd simplified equations we can see that b=2
\n" ); document.write( "Find a
\n" ); document.write( "a - 2 = 1
\n" ); document.write( "a = 3
\n" ); document.write( "and
\n" ); document.write( "3 - c = 2
\n" ); document.write( "c = 1
\n" ); document.write( "the original number: 321
\n" ); document.write( "
\n" ); document.write( "
\n" );