document.write( "Question 821704: What is the smallest whole number divisible by the first three prime numbers larger than 10? \n" ); document.write( "
Algebra.Com's Answer #494390 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! By definition, prime numbers do not share any factors (other than 1 which is a factor of everything). So the answer to this question is simply the product of those first three prime numbers larger than 10: \n" ); document.write( "11*13*17 \n" ); document.write( " |