Smallest multiple: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 2: Line 2:


;Task:
;Task:
<br>Task desciption is taken from [https://projecteuler.net/problem=5 Project Euler]
Task desciption is taken from [https://projecteuler.net/problem=5 Project Euler]
2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.
<br>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 20?
What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?
=={{header|Ring}}==
=={{header|Ring}}==