document.write( "Question 413188: place the digits 3,5,6,8 in the boxes below to get the largest possible product. BOXES BELOW ARE TO EMPTY SQUARES ON TOP X TWO SQUARES UNDER NEATH ON THE BOTTOM. \n" ); document.write( "
Algebra.Com's Answer #290065 by Edwin McCravy(20086)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "The largest product has to be when the largest \r\n" );
document.write( "two digits 6 and 8 come first to contribute the\r\n" );
document.write( "most number of tens possible.  So we just have \r\n" );
document.write( "to try these two possibilities:\r\n" );
document.write( "\r\n" );
document.write( "  63         65\r\n" );
document.write( " ×85        ×83 \r\n" );
document.write( " 315        195 \r\n" );
document.write( "5040       5200 \r\n" );
document.write( "5355       5395\r\n" );
document.write( "\r\n" );
document.write( "and we see that the one on the right is the larger product.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );