Permuted multiples: Difference between revisions

Content added Content deleted
(Clarification of task description.)
(Added attribution as this task is a Project Euler problem.)
Line 1: Line 1:
{{Draft task}}
{{Draft task}}

; Attribution
The following task is taken from [https://projecteuler.net/problem=52 Project Euler].


;Task
;Task
Find the smallest positive integer '''n''' such that, when expressed in decimal, 2*n, 3*n, 4*n, 5*n, and 6*n contain ''exactly'' the same digits.
Find the smallest positive integer '''n''' such that, when expressed in decimal, 2*n, 3*n, 4*n, 5*n, and 6*n contain ''exactly'' the same digits.



<br><br>
<br><br>
=={{header|Ring}}==
=={{header|Ring}}==