document.write( "Question 634364: The sum of the digits of a three-digit number is 18. If the second and third digits were interchanged, the number would be increased by 36. If the first and third digits were interchanged, the new number would be 99 less than the original number. Find the number. \n" ); document.write( "
Algebra.Com's Answer #399561 by sachi(548)\"\" \"About 
You can put this solution on YOUR website!
The sum of the digits of a three-digit number is 18. If the second and third digits were interchanged, the number would be increased by 36. If the first and third digits were interchanged, the new number would be 99 less than the original number. Find the number.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "ans:\r
\n" ); document.write( "\n" ); document.write( "let the digits be x,y,z at hundreds,tenths& ones place
\n" ); document.write( "as per question x+y+z=18 -eqn 1
\n" ); document.write( "the no be 100x+10y+z
\n" ); document.write( "if the second and third digits were interchanged than
\n" ); document.write( "the no will be 100x+10z+y
\n" ); document.write( "as per question 100x+10z+y=100x+10y+z+36
\n" ); document.write( "or 9(z-y)=36
\n" ); document.write( "or z-y=4 ----eqn 2
\n" ); document.write( "If the first and third digits were interchanged
\n" ); document.write( "the no will be 100z+10y+x
\n" ); document.write( "as per question 100z+10y+x=100x+10y+z-99
\n" ); document.write( "or 99(x-z)=99
\n" ); document.write( "or x-z=1 ----eqn 3
\n" ); document.write( "adding eqns 1& 2 we get x+2z=22--eqn 4
\n" ); document.write( "from eqn 4 & 3 3z=21
\n" ); document.write( "or z=7
\n" ); document.write( "from eqn 4 x=22-2*7=8
\n" ); document.write( "from eqn 1 y=18-8-7=3
\n" ); document.write( "so the no is 837 ans
\n" ); document.write( "
\n" ); document.write( "
\n" );