document.write( "Question 557835: my ones d igit is 2 more than my tens digit and my hundreds is 1 less than my tens, the sum of my digits is 16, who am i?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #362802 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! Let T represent the tens digit, O represent the ones digit, and H represent the hundreds digit. \n" ); document.write( ". \n" ); document.write( "The ones digit (0) is 2 more than the tens digit (T). So we can write the equation: \n" ); document.write( ". \n" ); document.write( "O = T + 2 \n" ); document.write( ". \n" ); document.write( "The hundreds digit (H) is 1 less than the tens digit (T). So we can also write the equation: \n" ); document.write( ". \n" ); document.write( "H = T - 1 \n" ); document.write( ". \n" ); document.write( "You are told that the sum of the 3 digits equals 16. So you can add the hundreds digit (H) to the tens digit (T) and to the ones digit (O) and the total must equal 16. In equation form this becomes: \n" ); document.write( ". \n" ); document.write( "H + T + O = 16 \n" ); document.write( ". \n" ); document.write( "But you can replace H by its equal of T - 1. And you can also replace O by its equal of T + 2. When you do that the equation above becomes: \n" ); document.write( ". \n" ); document.write( "T - 1 + T + T + 2 = 16 \n" ); document.write( ". \n" ); document.write( "On the left side of the equation combine the three T terms to get + 3T. And combine the - 1 and the + 2 to get + 1. This makes the left side of the equation simplify to the left side shown below: \n" ); document.write( ". \n" ); document.write( "+ 3T + 1 = 16 \n" ); document.write( ". \n" ); document.write( "Now get rid of the + 1 on the left side by subtracting + 1 from both sides and the result is: \n" ); document.write( ". \n" ); document.write( "3T = 15 \n" ); document.write( ". \n" ); document.write( "Solve for T by dividing both sides by 3 and you get: \n" ); document.write( ". \n" ); document.write( "T = 5 \n" ); document.write( ". \n" ); document.write( "Since you now know that T equals 5, you can find H (the hundreds digit) from the equation: \n" ); document.write( ". \n" ); document.write( "H = T - 1 \n" ); document.write( ". \n" ); document.write( "Substitute 5 for T and you have: \n" ); document.write( ". \n" ); document.write( "H = 5 - 1 = 4 \n" ); document.write( ". \n" ); document.write( "And also since you now know that T equals 5, you can find O (the ones digit) from the equation: \n" ); document.write( ". \n" ); document.write( "O = T + 2 \n" ); document.write( ". \n" ); document.write( "Substitute 5 for T and you have: \n" ); document.write( ". \n" ); document.write( "O = 5 + 2 = 7 \n" ); document.write( ". \n" ); document.write( "With H = 4, T = 5, and O = 7 you can now write the answer. The number you were to find is 457. \n" ); document.write( ". \n" ); document.write( "I hope this helps you to understand how to work problems of this type. \n" ); document.write( ". \n" ); document.write( " |