document.write( "Question 996439: The sum of a three digit number is 14. The number is 14 larger than twenty times the tens digit. The sum of the tens digit and the unit digit is 12 larger than the hundreds digit. Find the number. \n" ); document.write( "
Algebra.Com's Answer #615413 by phillywily(18)\"\" \"About 
You can put this solution on YOUR website!
Let x be the original number, a be the hundreds' digit, b be the tenths' and c be the ones.
\n" ); document.write( "Form 4 equations from the question.
\n" ); document.write( "Equation 1:100a+10b+c=x
\n" ); document.write( "Equation 2:a+b+c=14
\n" ); document.write( "Equation 3:c+b=a+12
\n" ); document.write( "Equation 4:14+20b=x
\n" ); document.write( "1. Find the similarity of these 4 equations. You could realize how equation 2 and 3 is similar
\n" ); document.write( "(a+b+c=14)
\n" ); document.write( "↓
\n" ); document.write( "(c+b=14-a)
\n" ); document.write( "c+b=a+12
\n" ); document.write( "Both of them are equivalent to c+b, which means 14-a=a+12. Here you got a linear equation.
\n" ); document.write( "2. Solve for a.
\n" ); document.write( "14-a=a+12
\n" ); document.write( "-a-a=12-14
\n" ); document.write( "-2a=-2
\n" ); document.write( "a=1
\n" ); document.write( "3. Substitute a=1 to equation 3.
\n" ); document.write( "c+b=12+a
\n" ); document.write( "c+b=12+1
\n" ); document.write( "c+b=13
\n" ); document.write( "4. Choose either to solve b or c first. I personally choose to solve for c. So I can conclude that,
\n" ); document.write( "b=13-c
\n" ); document.write( "5. Substitute b=13-c into equation 1 and 4. Now you got another similarity since both equations equal x.
\n" ); document.write( "x=100+10(13-c)+c
\n" ); document.write( "x= 14+20(13-c)
\n" ); document.write( "6. Now you can find c.
\n" ); document.write( "100+10(13-c)+c=14+20(13-c)
\n" ); document.write( "100+130-10c+c=14+260-20c
\n" ); document.write( "230-9c=274-20c
\n" ); document.write( "20c-9c=274-230
\n" ); document.write( "11c=44
\n" ); document.write( "c=4
\n" ); document.write( "7. Now you can find b.
\n" ); document.write( "a+b+c=14
\n" ); document.write( "5+b=14
\n" ); document.write( "b=9
\n" ); document.write( "8. Now you can see
\n" ); document.write( "a=1
\n" ); document.write( "b=9
\n" ); document.write( "c=4
\n" ); document.write( "9. So now you get the final answer.
\n" ); document.write( "x=194
\n" ); document.write( "
\n" );