document.write( "Question 1205571: A two-digit number is such that its tens digit is greater than its unit digit by 4. The two-digit number is less than 4 times the product of its digits by 11. Find the number \n" ); document.write( "
Algebra.Com's Answer #842483 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Although the re-wording of the problem as suggested by the other tutor would make the problem easier to read, there is in fact no ambiguity in the given wording.

\n" ); document.write( "\"A is less than B by 11\" means exactly the same thing as \"A is 11 less than B\".

\n" ); document.write( "To solve the problem as stated....

\n" ); document.write( "Let x be the units digit
\n" ); document.write( "Then x+4 is the tens digit

\n" ); document.write( "The 2-digit number is then \"10%28x%2B4%29%2Bx=11x%2B40\"

\n" ); document.write( "The product of the digits is \"x%28x%2B4%29=x%5E2%2B4x\"

\n" ); document.write( "The two-digit number is less than 4 times the product of its digits by 11:

\n" ); document.write( "\"11x%2B40=4%28x%5E2%2B4x%29-11\"
\n" ); document.write( "\"11x%2B40=4x%5E2%2B16x-11\"
\n" ); document.write( "\"4x%5E2%2B5x-51=0\"
\n" ); document.write( "\"%28x-3%29%284x%2B17%29=0\"

\n" ); document.write( "x = 3 or x = -17/4; of course the negative solution makes no sense in the problem.

\n" ); document.write( "So the units digit is x=3 and the tens digit is x+4=7.

\n" ); document.write( "ANSWER: 73

\n" ); document.write( "CHECK:
\n" ); document.write( "product of digits: 7*3 = 21
\n" ); document.write( "4 times product of digits: 4*21 = 84
\n" ); document.write( "11 less than 4 times product of digits: 84-11 = 73

\n" ); document.write( "
\n" ); document.write( "
\n" );