SOLUTION: how would I be able to find numbers that are less than 300 and are divisible by 4 different prime numbers?

Algebra ->  Divisibility and Prime Numbers -> SOLUTION: how would I be able to find numbers that are less than 300 and are divisible by 4 different prime numbers?       Log On


   



Question 214109: how would I be able to find numbers that are less than 300 and are divisible by 4 different prime numbers?

Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
You can put this solution on YOUR website!
how would I be able to find numbers that are less than 300 and are divisible by 4 different prime numbers?
:
there can't be many:
3 * 5 * 7 * 11 = 1155, a lot more than 300
:
If you count 2 as a prime number
2 * 3 * 5 * 7 = 210, that would be the only one