document.write( "Question 891368: if the first and third digits of a 3 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 bewtween the first and third digits is equal to the second digit. Find the original number. \n" ); document.write( "
Algebra.Com's Answer #539691 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
let a = the 100's digit
\n" ); document.write( "let b = the 10's
\n" ); document.write( "let c = the units
\n" ); document.write( "then
\n" ); document.write( "100a+10b+c = the original number
\n" ); document.write( ":
\n" ); document.write( "write an equation for each equation, simplify as much as possible.
\n" ); document.write( ":
\n" ); document.write( "if the first and third digits of a 3 digit number are interchanged, the difference between the original number and the new one is 198.
\n" ); document.write( "100a + 10b + c - (100c + 10b +a) = 198
\n" ); document.write( "removing the brackets changes the signs
\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( "c = a - 2; use for substitution
\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( "do the same here
\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( "b = a - 1; use for substitution
\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( "Replace replace c with (a-2); replace b with (a-1)
\n" ); document.write( "a - (a-2) = a - 1
\n" ); document.write( "a - a + 2 = a - 1
\n" ); document.write( "2 + 1 = a
\n" ); document.write( "a = 3
\n" ); document.write( "then using our equations replace a with 3
\n" ); document.write( "c = 3 -2
\n" ); document.write( "c = 1
\n" ); document.write( "and
\n" ); document.write( "b = 3 - 1
\n" ); document.write( "b = 2
\n" ); document.write( ":
\n" ); document.write( "321 is the original number
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "See if that works in the statement,\" If the first and second digits of the original are interchanged the new one is 90 less than the original
\n" ); document.write( "321 - 231 = 90\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );