document.write( "Question 1022792: Hi,
\n" );
document.write( "Can you help me with this problem? I don't quite understand how to do it...
\n" );
document.write( "\"The tens digit of a two-digit number is two more than twice the units digit. The sum of the digits is 11. Use a system of equations and elimination to find the number.\"
\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #638389 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! let T be the tens digit \n" ); document.write( "and W be the ones digit\r \n" ); document.write( "\n" ); document.write( "The number is of the form TW \n" ); document.write( "T > 2 + 2W , tens digit is two more than twice the units digit \n" ); document.write( "T + W = 11 , the sum of the digits is 11 \n" ); document.write( "Solve T + W = 11 for T \n" ); document.write( "add -W to each side \n" ); document.write( "T = 11 - W \n" ); document.write( "Substitute ( 11 - W ) for T in T > 2 + 2W \n" ); document.write( "11 - W > 2 + 2w \n" ); document.write( "add W to each side \n" ); document.write( "11 > 2 + 3W \n" ); document.write( "add -2 to each side \n" ); document.write( "9 > 3W \n" ); document.write( "or 3W < 9 \n" ); document.write( "divide each side by 3 \n" ); document.write( "W < 3 \n" ); document.write( "From this we know that W is 0, 1 or 2 \n" ); document.write( "We also know that T = 11 - W \n" ); document.write( "If W is 0, T = 11, but this cannot be since T is a single digit \n" ); document.write( "If W is 1, T = 10, but this cannot be since T is a single digit \n" ); document.write( "This means that W has to be 2 \n" ); document.write( "Since T = 11 - W , T = 9 \n" ); document.write( "So TW is 92 \n" ); document.write( " |