document.write( "Question 203654: Each of the digits 3, 4, 6, 7, 8 and 9 is used once and only once to form asix-digit integer. What is the largest six-digit multiple of 4 that can be formed? \n" ); document.write( "
Algebra.Com's Answer #153757 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
you want to keep the largest digits as far to the left as possible (in the highest place positions)
\n" ); document.write( "___ the two digit number at the far right must be divisible by 4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "987436
\n" ); document.write( "
\n" );