document.write( "Question 423712: A three-digit number is 198 less than the number made when its digits are reversed. Twice the sum of the digits is two less than four times the unit digits. The tens digit is seven less than twice the hundreds digit. Find the original number. \n" ); document.write( "
Algebra.Com's Answer #295487 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
A three-digit number is 198 less than the number made when its digits are reversed. Twice the sum of the digits is two less than four times the unit digits. The tens digit is seven less than twice the hundreds digit. Find the original number.\r
\n" ); document.write( "\n" ); document.write( "let the digits be x , y, z
\n" ); document.write( "The number xyz
\n" ); document.write( "...
\n" ); document.write( "100x+10y+z=100z+10y+x-198
\n" ); document.write( "99x-99z=-198
\n" ); document.write( "/99
\n" ); document.write( "x-z=-2.....................1\r
\n" ); document.write( "\n" ); document.write( "2(x+y+z)=4z-2
\n" ); document.write( "/2
\n" ); document.write( "x+y+z=2z-1
\n" ); document.write( "x+y-z=-1...........................2\r
\n" ); document.write( "\n" ); document.write( "y=2x-7
\n" ); document.write( "y-2x=-7.............................3
\n" ); document.write( "...
\n" ); document.write( "substitute x-z =-2 in (2)
\n" ); document.write( "-2+y=-1
\n" ); document.write( "y=1
\n" ); document.write( "Plug value of y in (3)
\n" ); document.write( "1-2x=-7
\n" ); document.write( "-2x=-6
\n" ); document.write( "x=3
\n" ); document.write( "z=5
\n" ); document.write( "The number is 315
\n" ); document.write( "
\n" );