document.write( "Question 83332: I need to find the combination to a cylindrical lock with digits from 0-9 printed on each of the cylinders. Use these clues to open the lock: \r
\n" ); document.write( "\n" ); document.write( "-the lock has three cylinders
\n" ); document.write( "-the product of the tens digit and the ones digit is 8
\n" ); document.write( "-the three digit number is greater than 256
\n" ); document.write( "-the tens digit is the sum of the hundreds digit and the ones digit\r
\n" ); document.write( "\n" ); document.write( "What is the three-digit combination?\r
\n" ); document.write( "\n" ); document.write( "Thank you for your help...I'm desperate!
\n" ); document.write( "

Algebra.Com's Answer #59851 by bucky(2189)\"\" \"About 
You can put this solution on YOUR website!
You can deduce this in a few steps.
\n" ); document.write( ".
\n" ); document.write( "Call the three digits H for hundreds, T for tens, and U for units or ones.
\n" ); document.write( ".
\n" ); document.write( "The first clue (#1) is that you are told that T times U equals 8. That means that T and U are
\n" ); document.write( "factors of 8. This leads to four possible combinations:
\n" ); document.write( ".
\n" ); document.write( "T = 1 and U = 8
\n" ); document.write( "T = 2 and U = 4
\n" ); document.write( "T = 4 and U = 2
\n" ); document.write( "T = 8 and U = 1
\n" ); document.write( ".
\n" ); document.write( "Second (#2) you are told that HTU is greater than 256. This tells you that H must be at least 2.
\n" ); document.write( ".
\n" ); document.write( "Third (#3) you are told that T = H + U. Since you know from #2 that H is 2 or greater,
\n" ); document.write( "and from #1 that U is at least 1, then you know that H + U must be at least 3. Therefore,
\n" ); document.write( "you can say that T must be at least 3. Return to #1. From the four possible combinations,
\n" ); document.write( "T could be 1 or 2. But you just eliminated that possibility using #3. So now you know
\n" ); document.write( "that the possible combinations of T and U have been reduced to:
\n" ); document.write( ".
\n" ); document.write( "T = 4 and U = 2
\n" ); document.write( "T = 8 and U = 1
\n" ); document.write( ".
\n" ); document.write( "So the possible combinations of T and U are 42 and 81.
\n" ); document.write( ".
\n" ); document.write( "Return to #3 which told you that T = H + U and solve for H by subtracting U from both sides
\n" ); document.write( "to get T - U = H. You know that T - U must be either 4 - 2 or 8 - 1. If it is 4 minus 2
\n" ); document.write( "Then H = 4 - 2 which makes H = 2. In this case HTU becomes 242. But #2 said that HTU
\n" ); document.write( "must be greater that 256. This leads to the conclusion that the only possible combination
\n" ); document.write( "for T and U that remains in the running is 81. And since H = T - U, then H = 8 - 1 = 7.
\n" ); document.write( ".
\n" ); document.write( "You're there! H = 7, T = 8, and U = 1 for the combination 781.
\n" ); document.write( ".
\n" ); document.write( "Check ...
\n" ); document.write( ".
\n" ); document.write( "#1 Does T*U = 8? Yes 8*1 does equal 8.
\n" ); document.write( "#2 Is HTU greater than 256? Yes, 781 is greater than 256.
\n" ); document.write( "#3 Does T = H + U? Yes 8 does equal 7 + 1.
\n" ); document.write( ".
\n" ); document.write( "The answer of 781 meets all the criteria that were given in the problem and is a correct
\n" ); document.write( "solution. Hope this helps you to see your way through the problem. Cheers!
\n" ); document.write( "
\n" );