document.write( "Question 289483: What is the smallest number divisible by three that is the sum of four distinct primes?\r
\n" );
document.write( "\n" );
document.write( "(a) 18 (b) 21 (c) 24 (d) 27 (e) None of the above\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #209652 by vleith(2983)![]() ![]() ![]() You can put this solution on YOUR website! 21\r \n" ); document.write( "\n" ); document.write( "Use 2,3,5,11 \n" ); document.write( "2,3,5,7 would be smaller, but that sum is 17 which is not divisible by 3 \n" ); document.write( " |