document.write( "Question 355355: is there a number less than 200 that is divisible by four different prime numbers \n" ); document.write( "
Algebra.Com's Answer #253836 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Since 2, 3, 5, and 7 are the 4 smallest primes, and \"2%2A3%2A5%2A7=6%2A35=210\" is the smallest product of the 4 smallest primes, this means that there are no numbers less than 200 which are the product of 4 different prime numbers (since 210 is NOT less than 200). \n" ); document.write( "
\n" );