document.write( "Question 355346: I am thinking of a three digit number. It is an odd multiple of three, and the product of its digits is 24. It is larger than 15 to the 2nd power. What are all the numbers i could be thinking of? \n" ); document.write( "
Algebra.Com's Answer #253858 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "The only way 3 digits can have product 24 is \r\n" );
document.write( "\r\n" );
document.write( "1x3x8 = 24\r\n" );
document.write( "1x4x6 = 24\r\n" );
document.write( "2x2x6 = 24\r\n" );
document.write( "2x3x4 = 24\r\n" );
document.write( "\r\n" );
document.write( "So the digits consist of 1,3,8 or 1,4,6, or 2,2,6, or 2,3,4 \r\n" );
document.write( "\r\n" );
document.write( "To be divisible by 3 the sum of the digits must be divisible by 3.\r\n" );
document.write( "\r\n" );
document.write( "1+3+8=12\r\n" );
document.write( "1+4+6=11\r\n" );
document.write( "2+2+6=10\r\n" );
document.write( "2+3+4=9\r\n" );
document.write( "\r\n" );
document.write( "Of those sums of digits, only 12 and 9 are divisible by 3. \r\n" );
document.write( "So we have ruled out all but integers whose digits consist of\r\n" );
document.write( "1,3,8, and 2,3,4.\r\n" );
document.write( "\r\n" );
document.write( "Since they must be odd they either must end in 1 or 3.\r\n" );
document.write( "\r\n" );
document.write( "The only ones which can end in 1 are 381 and 831.\r\n" );
document.write( "\r\n" );
document.write( "The others must end in 3. \r\n" );
document.write( "\r\n" );
document.write( "They must be greater than 152 which is 225. So the\r\n" );
document.write( "first digit cannot be 1. So the only way its digits can consist of\r\n" );
document.write( "1,3,8 and end in 3 is to be 813.\r\n" );
document.write( "\r\n" );
document.write( "The rest must consist of the digits 2,3,4, and the only way they can \r\n" );
document.write( "end in 3 is to be 243 or 423.  \r\n" );
document.write( "\r\n" );
document.write( "So there are exactly five such three-digit integers: \r\n" );
document.write( "\r\n" );
document.write( "381, 831, 813, 243, and 423.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

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