document.write( "Question 1111525: What is the smallest positive integer that only comprises of the digits 0 and 1, and is a multiple of 42? \n" ); document.write( "
Algebra.Com's Answer #726532 by ikleyn(52776)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Answer.   101010.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Check.     \"101010%2F42\" = 2405.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Proof\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "It must be multiple of 3 ====> so it must contain at least three \"1\" digits.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It must be multiple of 2  ====>  so it ends on \"0\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Try this:\r\n" );
document.write( "\r\n" );
document.write( "    1110  :   \"1110%2F42\"   is not an integer.\r\n" );
document.write( "\r\n" );
document.write( "    11010 :   \"11010%2F42\"  is not an integer.\r\n" );
document.write( "\r\n" );
document.write( "    10110 :   \"10110%2F42\"  is not an integer.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Next to try is 101010,  and it works.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "==============\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Logic and knowledge of the divisibility rules help you to organize the search by a rational way.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );