document.write( "Question 208306: George is thinking of an integer between 70 and 90. The sum
\n" ); document.write( "of the digits is less then 12 and the product of the digits
\n" ); document.write( "is greater then 25. What is George's integer?
\n" ); document.write( "

Algebra.Com's Answer #157588 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
George is thinking of an integer between 70 and 90. The sum
\n" ); document.write( "of the digits is less then 12 and the product of the digits
\n" ); document.write( "is greater then 25. What is George's integer?\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let the ten's digit (first digit) = t\r\n" );
document.write( "Let the one's digit (second digit) = u\r\n" );
document.write( "\r\n" );
document.write( "\"system%28t+%2B+u+%3C+12%2Ctu%3E25%29\"\r\n" );
document.write( "\r\n" );
document.write( "To be between 70 and 90, then t is either 7 or 8. \r\n" );
document.write( "\r\n" );
document.write( "If \"t=7\" then we have:\r\n" );
document.write( "\r\n" );
document.write( "\"system%287+%2B+u+%3C+12%2C7u%3E25%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"system%28u+%3C+5%2Cu%3E25%2F7=3%264%2F7%29\"\r\n" );
document.write( "\r\n" );
document.write( "The only digit between \"5\" and \"3%264%2F7\" is \"4\"\r\n" );
document.write( "\r\n" );
document.write( "So one solution is t=7 and u=4, and the integer is 74.\r\n" );
document.write( "\r\n" );
document.write( "If \"t=8\" then we have:\r\n" );
document.write( "\r\n" );
document.write( "\"system%288+%2B+u+%3C+12%2C8u%3E25%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"system%28u+%3C+4%2Cu%3E25%2F7=3%261%2F8%29\"\r\n" );
document.write( "\r\n" );
document.write( "There is no digit between \"4\" and \"3%261%2F8\".\r\n" );
document.write( "\r\n" );
document.write( "So 74 is the only solution.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );