Стратегии обучения
Уроки
Технологии
Участники
Проекты
Топики
Блоги
О проекте
2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.
What is the smallest positive number that is evenly divisible by all of the numbers from 1 to n?
n
smallestMult(5)
smallestMult(7)
smallestMult(10)
smallestMult(13)
smallestMult(20)