document.write( "Question 122157: A two-digit number is 11 times its units digit. The sum of the digits is 12. Find the number. \n" ); document.write( "
Algebra.Com's Answer #89736 by bucky(2189)\"\" \"About 
You can put this solution on YOUR website!
To work this problem, you have to think a little bit about what numbers mean.
\n" ); document.write( ".
\n" ); document.write( "You are told that you have a two-digit number. That means the number contains some tens (call
\n" ); document.write( "the number of tens T) and some units (call the number of units U).
\n" ); document.write( ".
\n" ); document.write( "This means that the unknown number is written as TU.
\n" ); document.write( ".
\n" ); document.write( "The last part of the problem tells you that the sum of the digits in the number is 12. This
\n" ); document.write( "means that T + U = 12.
\n" ); document.write( ".
\n" ); document.write( "Since T is the number of tens in the number and U is the number of units in the number, the
\n" ); document.write( "value of the number is T times ten plus U times 1 .... or just 10T + U. [For example,
\n" ); document.write( "the number 23 contains 2 tens plus 3 units.]
\n" ); document.write( ".
\n" ); document.write( "So again, the number consists of 10T + U and the problem tells you that this is equal to
\n" ); document.write( "11 times U. In equation form this is written as:
\n" ); document.write( ".
\n" ); document.write( "10T + U = 11U
\n" ); document.write( ".
\n" ); document.write( "Now you have two equations with two unknowns:
\n" ); document.write( ".
\n" ); document.write( "T + U = 12
\n" ); document.write( "10T + U = 11U
\n" ); document.write( ".
\n" ); document.write( "Let's get the bottom equation in standard form by getting the two terms with the variables
\n" ); document.write( "all on one side of the equation. Do that by subtraction 11U from both sides of the equation.
\n" ); document.write( "When you do that subtraction the bottom equation becomes:
\n" ); document.write( ".
\n" ); document.write( "10T - 10U = 0
\n" ); document.write( ".
\n" ); document.write( "and the two equations that we have are now:
\n" ); document.write( ".
\n" ); document.write( "T + U = 12
\n" ); document.write( "10T - 10U = 0
\n" ); document.write( ".
\n" ); document.write( "Let's plan to solve this by variable elimination. One way we can do that is to multiply
\n" ); document.write( "the entire top equation (both sides and all terms) by 10. This will make the top equation
\n" ); document.write( "become 10T + 10U = 120 and the pair of equations is then:
\n" ); document.write( ".
\n" ); document.write( "10T + 10U = 120
\n" ); document.write( "10T - 10U = 0
\n" ); document.write( ".
\n" ); document.write( "If we then add the two equations vertically in columns, notice that the +10U and the -10U
\n" ); document.write( "cancel each other out ... so the terms containing U are gone. The vertical addition results
\n" ); document.write( "in the equation:
\n" ); document.write( ".
\n" ); document.write( "20T = 120
\n" ); document.write( ".
\n" ); document.write( "You can solve this for T by dividing both sides of this equation by 20 to get:
\n" ); document.write( ".
\n" ); document.write( "T = 120/20 = 6
\n" ); document.write( ".
\n" ); document.write( "This tells us that the number we are looking for contains 6 tens ... so it is in the sixties.
\n" ); document.write( ".
\n" ); document.write( "We can return to the equation T + U = 12 and since we now know that T is 6, this equation
\n" ); document.write( "becomes 6 + U = 12. You can solve this equation for U by subtracting 6 from both sides to
\n" ); document.write( "get rid of the 6 on the left side. When you do that subtraction, the result is U = 6.
\n" ); document.write( ".
\n" ); document.write( "So now we know that the number TU is 66.
\n" ); document.write( ".
\n" ); document.write( "Let's check it to see that it satisfies the original problem:
\n" ); document.write( ".
\n" ); document.write( "Is the number equal to 11 times its units number? That means, does the number 66 equal 11 times
\n" ); document.write( "the units number of 6. Yes, 11 times 6 is equal to 66.
\n" ); document.write( ".
\n" ); document.write( "Does the sum of its digits equal 12? Yes, 6 + 6 does equal 12.
\n" ); document.write( ".
\n" ); document.write( "So we have checked the problem and we know for certain that the two-digit number we were asked to
\n" ); document.write( "find is 66.
\n" ); document.write( ".
\n" ); document.write( "Hope this helps you to understand the problem and a method that can be used for solving it.
\n" ); document.write( ".
\n" ); document.write( "
\n" );