document.write( "Question 722524: I can't solve the following problem about a three-digit number:The sum of the three digits is 12 . The tens digit exceeds the hundred digit by the same amount that the units digit exceeds the tens digit. If the digits are reversed, the new number exceeds the original number by 198. Find the original number. For the first equation I got h+t+u=12,but I just can't find the second.Please help!!! \n" ); document.write( "
Algebra.Com's Answer #442767 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
I can't solve the following problem about a three-digit number:The sum of the three digits is 12 . The tens digit exceeds the hundred digit by the same amount that the units digit exceeds the tens digit. If the digits are reversed, the new number exceeds the original number by 198. Find the original number. For the first equation I got h+t+u=12,but I just can't find the second.
\n" ); document.write( "***
\n" ); document.write( "let u=units digit
\n" ); document.write( "let t=tens digit
\n" ); document.write( "let h=hundreth digit
\n" ); document.write( "..
\n" ); document.write( "h+t+u=12
\n" ); document.write( "t-h=u-t
\n" ); document.write( "..
\n" ); document.write( "h+t+u=12
\n" ); document.write( "-h+2t-u=0
\n" ); document.write( "add
\n" ); document.write( "3t=12
\n" ); document.write( "t=4
\n" ); document.write( "..
\n" ); document.write( "100h+10t+u=100u+10t+h+198
\n" ); document.write( "99h-99u=198
\n" ); document.write( "divide by 99
\n" ); document.write( "h-u=2
\n" ); document.write( "h=2+u
\n" ); document.write( "..
\n" ); document.write( "h+t+u=12
\n" ); document.write( "2+u+4+u=12
\n" ); document.write( "2u=6
\n" ); document.write( "u=3
\n" ); document.write( "..
\n" ); document.write( "h+t+u=12
\n" ); document.write( "h+4+3=12
\n" ); document.write( "h+7=12
\n" ); document.write( "h=5
\n" ); document.write( "..
\n" ); document.write( "original number: 100h+10t+u=500+40+3=543
\n" ); document.write( "reversed number:100u+10t+h=300+40+5=345
\n" ); document.write( "543-345=198
\n" ); document.write( "
\n" ); document.write( "
\n" );