document.write( "Question 1144092: The sum of the digits of a two-digit number is 7. The tens' digit is one more than twice the units' digit. Find the number. \n" ); document.write( "
Algebra.Com's Answer #765080 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "If you just need an answer, look at pairs of digits whose sum is 7 and find the pair for which one of them is 2 more than two times the other. \n" ); document.write( "If you are supposed to solve the problem as an exercise in algebra, then you have two basic options. \n" ); document.write( "(1) Using two variables.... \n" ); document.write( "let t = tens digit \n" ); document.write( "let u = units digit \n" ); document.write( "Then \n" ); document.write( "t+u = 7 (the sum of the two digits is 7) \n" ); document.write( "t = 2u+1 (the tens digit is 1 more than twice the units digit) \n" ); document.write( "Solve the pair of equations by any method you want. Substitution looks appropriate. \n" ); document.write( "(2) Using a single variable.... \n" ); document.write( "let t = tens digit \n" ); document.write( "then 7-t = units digit (because you are given t+u=7) \n" ); document.write( "Then \n" ); document.write( "t = 2(7-t)+1 (the tens digit is 1 more than twice the units digit) \n" ); document.write( "Solve using basic algebra. \n" ); document.write( " |