document.write( "Question 368581: what is the largest multiple of 12 that can be written using each 0, 1,2,3,4,5,6,7,8,9 exactly once? \n" ); document.write( "
Algebra.Com's Answer #262684 by Edwin McCravy(20065)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "The other tutor's answer is incorrect because it does not contain a 0.\r\n" );
document.write( "\r\n" );
document.write( "Here's my reasoning:\r\n" );
document.write( "\r\n" );
document.write( "The largest possible integer using all ten digits once each is 9876543210\r\n" );
document.write( "\r\n" );
document.write( "But it's not divisible by 12 because dividing that by 12 gives 823045267.5\r\n" );
document.write( "\r\n" );
document.write( "However that tells us that the whole part of that, 823045267, times 12, is \r\n" );
document.write( "the largest multiple of 12 less than 9876543210\r\n" );
document.write( "\r\n" );
document.write( "823045267×12 = 9876543204\r\n" );
document.write( "\r\n" );
document.write( "Unfortunately that does not use all 10 ten digits once.  However the first\r\n" );
document.write( "\r\n" );
document.write( "8 digits are all different.\r\n" );
document.write( "\r\n" );
document.write( "So the problem is at least with the last two digits.\r\n" );
document.write( "\r\n" );
document.write( "However neither 9876543210 nor 9876543201 is a multiple of 12\r\n" );
document.write( "\r\n" );
document.write( "So the problem is at least with the last three digits \r\n" );
document.write( "\r\n" );
document.write( "Let's check 9876543000 to see if it's divisible by 12\r\n" );
document.write( "\r\n" );
document.write( "Yes it is because 9876543000/12 = 823045250\r\n" );
document.write( "\r\n" );
document.write( "Now if we add any multiple of 12 to 9876543000, we will get\r\n" );
document.write( "\r\n" );
document.write( "a multiple of 12.  Can we think of a multiple of 12 that\r\n" );
document.write( "\r\n" );
document.write( "uses the remaining digits 0, 1, and 2.  Indeed we can! For\r\n" );
document.write( "\r\n" );
document.write( "120 is a multiple of 12 and it uses those three digits.  No\r\n" );
document.write( "\r\n" );
document.write( "other arrangement of those three digits is a multiple of 12.\r\n" );
document.write( "\r\n" );
document.write( "So we add 120 to 9876543000 and get 9876543120.\r\n" );
document.write( "\r\n" );
document.write( "That's the largest integer that uses all the digits and is also\r\n" );
document.write( "\r\n" );
document.write( "a multiple of 12.\r\n" );
document.write( "\r\n" );
document.write( "Answer: 9876543120\r\n" );
document.write( "\r\n" );
document.write( "Edwin

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